SpatioTemporalSegmentation-ScanNet
SpatioTemporalSegmentation-ScanNet copied to clipboard
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...
When I try to run your code, I meet the follwing bugs: Traceback (most recent call last): File "main.py", line 158, in main() File "main.py", line 151, in main train(model,...
I use ``` export BATCH_SIZE=8; ./run.sh 5 \ -default \ "--scannet_path /data1/antao/Documents/Datasets/ScanNet_processed/" ``` to train my model, but only get 67.088 in validation set. Can you tell me your commend...
Code for Experimentations on Synthia dataset to set temporal network results
Thanks for your codes! And I am planning to train Model42 on Scannet V2, I run the lib.datasets.preprocessing.scannet file to preprocess the raw data. But I can't find the "scannetv2_train.txt"...