SpatioTemporalSegmentation-ScanNet icon indicating copy to clipboard operation
SpatioTemporalSegmentation-ScanNet copied to clipboard

Bug found: test_config path error

Open shawnding opened this issue 3 years ago • 0 comments

https://github.com/chrischoy/SpatioTemporalSegmentation-ScanNet/blob/e6e7a152d888fe62529b8440d9bbb9f928768f52/run.sh#L64

This line raises an error FileNotFoundError: [Errno 2] No such file or directory: '/config.json'. There should be no underscore in this line. This line should be:

    --test_config $OUTPATH/config.json \

shawnding avatar Aug 27 '22 13:08 shawnding