-
Hi @akshay-raj-dhamija
I have noticed the issue #6 which is about Table1 Results in the Paper.
The Main differences are:
Diff1. This Repo Do **Not** ignores [difficult annotations](https://gi…
-
您好,在调试您的代码的过程中遇到了这个错误,我用的自己的数据集,请问问题是出在哪里呢?具体报错如下所示,非常期待您的回复!
/root/miniconda3/envs/my-env/lib/python3.7/site-packages/torch/functional.py:445: UserWarning: torch.meshgrid: in an upcoming release, it…
-
```
CUDA_VISIBLE_DEVICES=0 python trainval_net.py --dataset pascal_voc --net vgg16 --bs 4 --nw 4 --lr 0.01 --lr_decay_step 10 --cuda
Called …
-
F0527 12:42:02.873275 15861 upgrade_proto.cpp:88] Check failed: ReadProtoFromTextFile(param_file, param) Failed to parse NetParameter file: /home/chenghj/ILFPT/output/faster_rcnn_final/faster_rcnn_VOC…
-
Beacause some matter about numpy version,I changed the type into int and when I modified the code that "fg_rois_per_image = np.round(cfg.TRAIN.FG_FRACTION * rois_per_image.astype(np.int)#modify",then …
-
I run this command
`python ./tools/train_net_tc.py --gpu 0 --solver models/tc/VGG16/faster_rcnn_end2end/solver.prototxt --weights data/imagenet_models/VGG16.v2.caffemodel --imdb tc --iters 5000 --cfg …
-
Hi!
I'm trying to do some ship detection using CMS_RCNN, but I didn't find the open code of it. You have done a really excellent job of rpnbf and I found that one of baselines is CMS_RCNN. So did you…
-
Hi,
The caffe-fast-rcnn is missing the 'matlab' and 'examples' folder. Also, 'format.hpp' is missing from 'caffe-fast-rcnn/src/caffe/util'. I'm building on Ubuntu 16.04 with a NVIDIA GTX 1080.
I…
-
File "/home/shaoyidu/Program/LH/faster-rcnn.pytorch/lib/datasets/imdb.py", line 118, in append_flipped_images
boxes = self.roidb[i]['boxes'].copy()
File "/home/shaoyidu/Program/LH/faster-rcnn.…
-
I'm using the res-101 network and tools/generate_tsv.py to extract bounding box features to a tab-separated-values (tsv) file. I'm using a new dataset based on cartoon series.
So I run:
python tool…