-
i want to use the fasterRCNN_FPN to do detection. But the num_class of pretrained model on coco dataset is 81, mine dataset just has one class, And it throw an exception.
File "/home/ed/anaconda…
-
Updated from recent code changes in tensorpack/FasterRCNN. A previously working training (on own dataset) is now giving following error:
jwnsu updated
5 years ago
-
用你训练好的的DOTA模型测试效果为什么是这样子? 是需要修改哪里的cfg文件吗?
![P1385_r](https://user-images.githubusercontent.com/25171783/55288211-ba053e00-53e6-11e9-9ac1-b34c79d0b927.jpg)
![P1385_h](https://user-images.githubuserco…
-
I train data with one class, it's failure。
the config is modified on faster_rcnn_r50_fpn_1x_voc0712.py。 I change the num_classes to 2 ,it will failure, however when the num_classes is 21, it …
-
If you're asking about an unexpected problem which you do not know the root cause,
use this template. __PLEASE DO NOT DELETE THIS TEMPLATE, FILL IT__:
If you already know the root cause to your pr…
-
```
[ RUN ] Test_Caffe.FasterRCNN_and_RFCN
/build/precommit_linux64/opencv/modules/dnn/test/test_common.hpp:54: Failure
Expected: (normL1)
-
Pulled latest tensorpack today and run fasterRCNN training, got following error (after successful data loading and graph building on 8 GPUs):
```
Traceback (most recent call last):/lib/python3.5/sit…
jwnsu updated
5 years ago
-
I report two errors in the official [train faster-rcnn on voc tutorial](https://gluon-cv.mxnet.io/build/examples_detection/train_faster_rcnn_voc.html#sphx-glr-build-examples-detection-train-faster-rc…
-
## Issue description
RuntimeError: [enforce fail at generate_proposals_op.cc:247] im_info_tensor.dims() == (vector{num_images, 3}). 0 vs 1 3Error from operator:
Provide a short description.
I am…
-
Hello,
I would like to do **model-agnostic meta learning** in tensorpack
The training algorithm of a **classification** task using model-agnostic meta learning is below:
We have fθ as the model…