SpatioTemporalSegmentation-ScanNet
SpatioTemporalSegmentation-ScanNet copied to clipboard
Bug found: test_config path error
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 \