-
zhangboshen@smart-gpu-server1:~/src/mxnet/Deformable-ConvNets$ python ./rfcn/demo.py
{'CLASS_AGNOSTIC': True,
'MXNET_VERSION': 'mxnet',
'SCALES': [(600, 1000)],
'TEST': {'BATCH_IMAGES': 1,
…
-
Hi,
I'm trying to train model with only 2 class(person and background).
I know that I should modify train.prototxt and test.prototxt.
I trace "models/coco/ResNet-101/rfcn_end2end/train_agnostic.p…
-
Hi, @daijifeng001
Thanks for releasing this package.
I got into trouble when I tried to run the demo 'python ./rfcn/demo.py',and it is like that **AttributeError: 'module' object has no attribute '…
cciao updated
7 years ago
-
when I followed the Installation steps, I came across the opencv version problem here.
1. The **official latest mxnet** can be installed and run under python.
lucien@lucien-System-Product-Name:~$…
-
I was training my self-created dataset on faster_rcnn_resnet101 to detect cars on drone images.
During the training, it always shuts down itself at about 60-80 steps with 'Invalid argument' error me…
-
Hi@Orpine,
I've read the Deformable ConvNets paper, it's amazing! Now, I have a face dataset to train, so I change the pascal_voc.py and config.py from 21 classes to 2 classes.I run this :
`pyth…
-
Hello,
I would like to test your demo, but got some error.
My environment: Ubuntu 14.04, Tesla K80, CUDA8.0
I installed the MXNet with the checkout `62ecb60`, and copy your additional opera…
-
Hi,
https://github.com/Orpine/py-R-FCN/blob/master/models/coco/ResNet-101/rfcn_end2end/train_agnostic.prototxt#L11
I think coco detection has 80 classes, why the num_classes is 21 in this line …
-
W1221 22:46:14.682919 8972 _caffe.cpp:125] Net('/RFCN_root/py-R-FCN/models/pascal_voc/ResNet-101/rfcn_end2end/test_agnostic.prototxt', 1, weights='/RFCN_root/py-R-FCN/data/rfcn_models/resnet101_rfcn_…
-
I followed most of your steps(caffe is copyed from py-faster-rcnn), yet it shows :
```
[libprotobuf ERROR google/protobuf/text_format.cc:245] Error parsing text-format caffe.NetParameter: 7106:25: M…