nus-vv-streams / vvtk

A toolkit for volumetric video research
MIT License
9 stars 8 forks source link

Running `vv` without arguments lead to crash #11

Closed weitsang closed 1 year ago

weitsang commented 1 year ago
bash$ ./vv
thread 'main' panicked at 'index out of bounds: the len is 1 but the index is 1', src/pipeline/mod.rs:120:44

Expected behavior: provide a helpful message on how to run.

YoHoSo commented 1 year ago

This is fixed now, it will be merged into main later. Better cmd help is added for vv. image