pva-faster-rcnn icon indicating copy to clipboard operation
pva-faster-rcnn copied to clipboard

Demo code for PVANet

Results 63 pva-faster-rcnn issues
Sort by recently updated
recently updated
newest added

RPN的loss 和最后的loss是2部分。怎么训练的呢,end-2-end 将2部分的4个loss相加训练?还是 two step 交替训练rpn和最后的分类回归? why __C.TRAIN.HAS_RPN=False?

IOError: [Errno 2] No such file or directory: 'models/pvanet/cfgs/train.yml' 请问这个train.yml文件,存在,却一直说找不到,你知道该怎么解决吗?

请问,怎么使用docker运行pvanet,因为在服务器上配caffe环境太难了

Hi I am trying to use tools/test_net.py on my own test data with the model models/pvanet/pva9.1/PVA9.1_ImgNet_COCO_VOC0712plus.caffemodel and models/pvanet/pva9.1/faster_rcnn_train_test_21cls.pt However, the error_message is: W0503 15:56:22.701463 25382 _caffe.cpp:123] Use this instead (with...

Is it means that bounding box after NMS and before NMS???

I reallly crazy about this?could you take a look at it~thankyou very much /raid5/Julia/pva-faster-rcnn/tools/../lib/rpn/proposal_layer.py:180: RuntimeWarning: invalid value encountered in greater_equal keep = np.where((ws >= min_size) & (hs >= min_size))[0] F0112...

Thx for update. I notice you have removed PVANet Lite version. So can you provide pretrained classification PVA-lite model on ImageNet? Since the highly efficient of Lite version is so...

i'm using pva-faster-rcnn on windows+cuda8.0. I'm trying to training my own data (1 object class and background) with the following code: python tools/train_net.py --gpu 0 --solver models/pvanet/example_train/solver.prototxt --weights models/pvanet/pva9.1/PVA9.1_ImgNet_COCO_VOC0712.caffemodel --iters...

Hi i am trying to run ./tools/test_pvanet.py. It works fine in CPU but in GPU it fails. figured out that im_detect function fails with `F0213 23:08:03.355202 19911 roi_pooling_layer.cu:88] Check failed:...