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...
When I am trying to run **lhunet/run/run_training.py**, it gives me this error: `No such file or directory: /content/DATASET_Acdc/lhunet_raw/lhunet_cropped_data/Task001_ACDC/lhunet_Plansv2.1_plans_3D.pkl ` The dataset folder mentioned which uses nnUNet preprocessing does not contain...
For running inference on SYnapse ACDC dataset, in the shell script, the check point path mentioned in the file **Synapse_ACDC/evaluation_scripts/run_evaluation_acdc.sh** is `CHECKPOINT_PATH=/home/say26747/Desktop/git/ACDC-nnunet/OUTPUT/test`. Where can we download this checkpoint model? One...