nus-vv-streams / vvtk

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

Inconsistency between `read` and `write` #16

Closed weitsang closed 1 year ago

weitsang commented 1 year ago

It seems that read takes in the name of the directory (which is required). No --input-dir is necessary.

For write, however, we need to specify --output-dir. This means that the name of the output directory is optional.

YoHoSo commented 1 year ago

Currently, --output-dir does not have a default value, so it is not optional.

weitsang commented 1 year ago

In this case, maybe we can remove the option --output-dir so that users specify the output directly, just like read

YoHoSo commented 1 year ago

it is consistent now, updated in dfcd3d4