-
Please help me
I tried to train my coco data with jupyter notebook, and when I imported pycocotools, the instances_train2017.json was loaded into memory
`from pycocotools.coco import COCO`
`dat…
-
I have trained model on my custom dataset with the `-t` option. Now I have some new data and I wish to continue to finetune on the previous finetuned checkpoint. Should I use the `-r` option or `-t` o…
-
### Describe the bug
The persistency of AWS CSI wrapper doesn't seem to work with kata-remote.
### How to reproduce
1. Deploy CAA
```
pushd $CAA/src/cloud-api-adaptor
oc get nodes
kubec…
-
Hello, why the config in the fine-tuning stage only set the K-shot as 9-shot?
The config is as below:
_BASE_: "Base-FSOD-C4.yaml"
MODEL:
WEIGHTS: "./output/fsod/R_50_C4_1x/model_final.pth"
…
ztyxd updated
8 months ago
-
您好,我正在尝试您的demo文件,但是https://s3-us-west-2.amazonaws.com/detectron/35861858/12_2017_baselines/e2e_mask_rcnn_R-101-FPN_2x.yaml.02_32_51.SgT4y1cO/output/train/coco_2014_train:coco_2014_valminusminival/gene…
-
yolo_world_l_dual_vlpan_2e-4_80e_8gpus_finetune_coco.py文件,我需要微调
_base_ = ( '../../third_party/mmyolo/configs/yolov8/yolov8_l_syncbn_fast_8xb16-500e_coco.py')
custom_imports = dict(
imports=['y…
-
最近在量化DETR模型,在模拟器上fp16精度的推理在coco数据集上的map正常,但是int8推理mAP为0,请问有人知道为什么吗,这个bug折磨了我两礼拜了。
虽然mAP是0,但是推理的bbox和logits不为0
我的理解是int8和fp16推理用的是同一套前后处理代码,所以前后处理肯定没有问题,唯一存在的问题可能rknn config里面,但是里面能改同的只有mean和std,…
-
## Describe the bug
When visualizing coco panoptic dataset with _browse_dataset.py_ the overlay results include errors. To be more specific: While the RGB image is displayed correctly, the segm…
-
# Reference
- [ ] [tensorflow-yolov3 Github repo](https://github.com/YunYang1994/tensorflow-yolov3)
- [ ] [YOLOv3目标检测有了TensorFlow实现,可用自己的数据来训练](https://mp.weixin.qq.com/s/cq7g1-4oFTftLbmKcpi_aQ)
…
-
After I decide to use python2 to run, I use pycharm to create a new python2 virtual environment and run:
```
git clone https://github.com/tohinz/multiple-objects-gan
cd multiple-objects-gan
vim …