mtrth
mtrth
Hi I am trying to use selective search on a 8-channel image, and I am facing similar error File "/usr/lib/python2.7/dist-packages/scipy/io/matlab/miobase.py", line 217, in get_matfile_version buffer = fileobj.read(4)) TypeError: buffer is...
Hi I am trying to use selective search on a 8-channel image, and I am facing similar error selective_search_rcnn({'/home/revathy/caffe-master/images/image0001.tif'}, '/tmp/tmpaHq356.mat') Traceback (most recent call last): File "./python/detect.py", line 173, in...
ya I did mkdir build cd build cmake .. -DCMAKE_BUILD_TYPE=Release -DDATA_DIR=/path/to/datasets -DUSE_PYTHON=ON make -j9 also I have lpo.so in build/lib/python. $ python version Python 2.7.10 :: Anaconda 2.3.0 (64-bit)
Hi, I increased the training data set size and let the network train upto 10000 iterations, the predictions have improved. 
Hi, thanks for the suggestion it worked, now I am able to run the demo. I had a few questions though, 1) Can you give me a few pointers of...
My dataset has 2 classes; with 1000 training images of (5,256,256) also corresponding ground truth data (1,256,256) which is a binary image either 0 or 1 to represent the 2...