drsrinathsridhar / xnocs

Multiview Aggregation for Learning Category-Specific Shape Reconstruction, NeurIPS 2019
38 stars 7 forks source link

testing mode is not implemented #1

Closed Exception4U closed 4 years ago

Exception4U commented 4 years ago

hi, test mode is blank in the code.

command for which is mentioned in readme as

python nxm.py --mode test --input-dir <BASE DATASET DIR> --output-dir <BASE OUTPUT DIR> --expt-name XNOCS_SV --category cars --arch SegNetSkip --seed 0 --val-data-limit <SKIP THIS TO USE FULL DATA>

can you please commit missing script ?

drsrinathsridhar commented 4 years ago

--mode test should actually be --mode val. I'll update the readme.