-
I find that the results of RCNN (demo.py) and openpose (inference.py) are different, and the result with openpose is even worse than RCNN. Could you tell me the reason for this phenomenon and which on…
-
Hi,
The command in get_trained_model.sh doesnot work any more:
wget http://www.jsk.t.u-tokyo.ac.jp/~krishneel/mask_rcnn_handheld_objects_0434.h5
Also mask_rcnn_handheld_objects_0300.h5 doesnot ex…
-
Hi all,
I am trying to train py-faster-rcnn network on PASCAL VOC 2007 dataset on 4 classes. I have changed the classes variable in pascal_voc.py and I have also made proper changes in train and test …
-
Traceback (most recent call last):
File "train.py", line 163, in
tf.app.run()
File "C:\Users\haiL\Anaconda2\envs\tf15\lib\site-packages\tensorflow\python\platform\app.py", line 125, in run…
-
(sample) C:\sample\models\research\object_detection>python train.py --logtostderr --train_dir=training/ --pipeline_config_path=training/faster_rcnn_inception_v2_pets.config
Traceback (most recent cal…
-
## Visualization
- [x] `vis_insntace_segmentation` (#541)
## Datasets
- [x] `COCOInstanceSegmentationDataset` ([draft](https://github.com/yuyu2172/coco-evaluation/blob/master/instance_segmentatio…
-
Hello.
I am trying to use the Docker installation.
I follow the instructions here (GPU): https://github.com/BVLC/caffe/tree/master/docker
These commands work, but I dont have `_caffe`:
```…
-
I'm trying to run the demo of py-faster-rcnn with the command: `python ./tools/demo.py --gpu 0 --net vgg16`
But it shows an error like this:
> [libprotobuf ERROR google/protobuf/text_format.cc:2…
-
Hi, I tried to use VGG16_coco and everything is ok, but now I want to test resnet50 I have this error:
Loaded network /home/paul/adee/TerzoAnno/py-faster-rcnn/data/faster_rcnn_models/ResNet-50-model.…
-
Run trainning shell to train our own dataset:
./experiments/scripts/train_faster_rcnn.sh 0 pascal_voc vgg16
or
./experiments/scripts/train_faster_rcnn.sh 0 pascal_voc res101
Error log:
File "…