Dr. Aditi Panda
Dr. Aditi Panda
Has anyone been successful in running deformable conv nets on Windows 10 with GPU? Please help.
I was running the following command: python faster_rcnn/train_net.py --gpu 0 --weights ./data/pretrain_mod el/Resnet50.npy --imdb voc_2007_trainval --iters 70000 --cfg ./experiments/cfgs/faster_rcnn_end2end_resnet.yml --network Resnet50_train --set EXP_DIR exp_dir when I got this error: **File...
I have been trying to run M2FCN (https://github.com/BinWang-shu/M2FCN), but I get these errors. Caffe builds successfully. No errors. The error on running ./examples/final_results/solve.py: WARNING: Logging before InitGoogleLogging() is written to...
Testing
How to prepare images for testing?
Could you please upload the experimental results? @Faldict
I changed compute_dire.sh to have only 2 gpus instead of four (as written by default in the sh file): `export CUDA_VISIBLE_DEVICES=0,1` but still my run is slow and not computing...