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 on split0:1" is printed. Is there any minimum or maximum limit on the number of images for feature extraction? I am using an 8th gen Intel Core i7 laptop having a GTX 1070 Max-Q GPU. I executed the following command:
python3 extract_features.py --mode caffe --num-cpus 0 --gpus 1 --extract-mode roi_feats --min-max-boxes '10,100' --config-file configs/caffe/test-caffe-r101.yaml --image-dir "/home/arko/Documents/images" --out-dir "/home/arko/Documents/outputs" --fastmode
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 on split0:1" is printed. Is there any minimum or maximum limit on the number of images for feature extraction? I am using an 8th gen Intel Core i7 laptop having a GTX 1070 Max-Q GPU. I executed the following command: python3 extract_features.py --mode caffe --num-cpus 0 --gpus 1 --extract-mode roi_feats --min-max-boxes '10,100' --config-file configs/caffe/test-caffe-r101.yaml --image-dir "/home/arko/Documents/images" --out-dir "/home/arko/Documents/outputs" --fastmode