-
This is my directory structure:
.
├── 1.jpg
├── LICENSE
├── README.md
├── checkpoints
│ ├── ckpt.txt
│ ├── cloth_segm.pth
│ └── ipadapter_faceid
│ ├── ckpt.txt
│ ├── ip-ada…
-
### Describe the bug
A clear and concise description of what the bug is.
\[here\]I try to use CWD for point_ Rend for distillation.It has the following bugs:Traceback (most recent call last):
…
-
您好!我在使用maskrcnn的config作用于wildreceipt数据集时,config文件如下
"""
####################################################################################################
# Copyright Info : Copyright (c) Dava…
-
Recently I have run some transferring experiment about self-supervised learning, which using self-supervised model as pre-trained of mask-rcnn-r50. Most paper conduct these transferring experiment in…
-
I get the following error:
```
Traceback (most recent call last):
File "Run.py", line 3, in
from tracker import *
File "/my_dummy_path/RT-MDNet/tracker.py", line 15, in
from data_p…
-
Thanks for sharing your impressive work.
Recently, I train Swin-based Cascade Mask RCNN and Mask RCNN on my own dataset, including1.5k single-class images. The training process of Mask RCNN is rela…
-
### Describe the question you meet
I use the CWD method,When resnet50 is used to distill resnet18, the training accuracy of the teacher's network is 80%, but the network accuracy after distillation…
-
**1. 使用环境(environment)**
- OS: Ubuntu
- OS Version: Ubuntu 20.04.4 LTS
**2. Github版本**
- branch:docker
- commit(optional):
**3. 详细描述bug 情况 (Describe the bug)**
A clear and concise …
-
Hello, I want to train the masktrack_rcnn with the coco dataset. So i had reset the **dataset** of masktrack_rcnn_r50_fpn_12e_youtubevis2019.py-----`-'../../_base_/datasets/coco_instance.py'` and the …
-
File "./train.py", line 194, in
main()
File "./train.py", line 184, in main
train_detector(model,
File "/home/ddh/anaconda3/envs/mm38_Detec_cu11_1/lib/python3.8/site-packages/mmdet/…