-
In my config.py I have:
`
albu_train_transforms = [
dict(
type='ShiftScaleRotate',
shift_limit=0.075,
scale_limit=0.25,
rotate_limit=180,
interpolat…
-
### System information
- **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)**:
- **OS Platform Ubuntu 16.04
- **TensorFlow installed from source: model…
-
**Checklist**
1. I have searched related issues but cannot get the expected help.
2. The bug has not been fixed in the latest version.
**Describe the bug**
I want to test robustness with my mode…
-
Model ssd_mobilenet_v1_coco gives mAP = 26.3. It is even larger then VVG + SSD (24.5)!
I use COCO evaluator : https://github.com/cocodataset/cocoapi and COCO validation set.
However, table mAP valu…
-
I have a data set of aerial images. I converted this data set into COCO format and started training. However, at a certain stage of the training, I get the following error. Is there a solution for thi…
-
When I tested PASACL VOC2007, I referenced it (https://github.com/open-mmlab/mmdetection/issues/132).
Step 1: In the case where the coco dataset can be tested normally, I use pascal_voc.py to conve…
-
I am training a custom dataset, which has been converted to COCO dataset format with annotations saved in a JSON file. I am using the COCO model configs as the default configuration and changing the c…
-
hello, The config file I am using is default .
And the pretrained I am using is coco pretrained weight you shared.
I set the num_classes =10 , and the coco.py was modified at the same time.
but…
-
-
Hi,
I train Faster RCNN model using custom data in COCO style, but it makes `loss_rpn_bbox: 0.0000` and `loss_bbox: 0.0000`, the detailed log info are shown in below:
```
2020-05-16 14:56:10,…