preetom-saha-arko
preetom-saha-arko
I actually need to know why Core ML won't work with Python 3.
I used a folder containing only 1 image for extracting features (roi_feats). 40 minutes passed and yet the command seemed nowhere near completion. Nothing pops up after "Number of images...
I tried installing in a new conda environment according to the documentation. But "python setup.py develop" did not run successfully. It shows "ValueError: underlying buffer has been detached". This error...
I ran the following command to extract features from an image: python3 extract_features.py --mode caffe --num-cpus 0 --gpus 1 --extract-mode roi_feats --min-max-boxes '1,70' --config-file configs/caffe/test-caffe-r101.yaml --image-dir "/home/arko/Documents/images" --out-dir "/home/arko/Documents/outputs" (There...
Three variables named 'ratio', 'dw' and 'dh' have been used in data_loader.py but these variables have no reference anywhere in the file. The function named _truncate_seq_pair() has also been used...
How to evaluate the model on test set? When I run the command "python train.py --resume {saved_model_path} --dataset XXX --test", I am getting "Keyerror : 0". This error generates from...