-
麻烦问下,一般需要迭代到多少次,模型才能看到明显的效果?我们数据集大概350张图片,每个图片大概有15个文字框。现在迭代了200000次了,但是感觉结果还是有问题,文字检测结果很不准确
-
Hi, Would you please support GenerateProposals CUDA implementation?
thanks.
-
Hi! Thank you for opening the source
My training configs set as follows
******************************************************************************************************
TRAIN': {'ASPECT_G…
-
Thanks for great work, i have a question, how can i set config file to detect oriention target in faster rcnn or other network?
-
in the forward function, illegal memory access was encountered.
-
大神你好,
怎样来制作数据集啊?
-
## ❓ Questions and Help
Which one is the match_anchor or anchor_proposal that I should care about?
And, why image has more than two bboxes on the same target when using inference_demo.py predictio…
-
Training time takes too much time.
ICDAR 2015 containing 1000 images and I tried on following:
**Machine 1:**
Corei7 with 16 GB RAM on CPU
**Machine 2**
Corei7 with 16 GB RAM on GTX 960 Graphi…
-
This is my directory structure:
.
├── 1.jpg
├── LICENSE
├── README.md
├── checkpoints
│ ├── ckpt.txt
│ ├── cloth_segm.pth
│ └── ipadapter_faceid
│ ├── ckpt.txt
│ ├── ip-ada…
-
Just want to share how to run on the latest version of Detectron2 (v0.6):
## 1. Environment
CUDA 11.1
Torch>=1.9.0 ```pip install torch==1.9.0+cu111 torchvision==0.10.0+cu111 torchaudio==0.9.0 …