Open Zhangwenyao1 opened 3 years ago
Thank u very much, but I can't find the test.py of GSCNN , so how to predict by GSCNN?
Hi, @Zhangwenyao1 ,
For GSCNN, you don't need test.py. You can use train.py in GSCNN but use test
mode. Please see the following script.
cd /path/to/code/benchmarks/GSCNN-master
export PYTHONPATH=/path/to/code/benchmarks/GSCNN-master/:$PYTHONPATH
python train.py --dataset rellis --bs_mult 3 --lr 0.001 --exp final \
--checkpoint_path /path/to/pre-trained/chk_file \
--mode test \
--test_sv_path /path/for/save/prediction
I hope it helps!
I didn't find the prediction.py .Can u give me some suggestions?