-
How to work with the mobile-yolo model?convert all the image to grayscale and then process with the model?
-
Hello,
I have been encountering an inference time of 2.0 seconds when using the yolov8s model trained on the coco dataset running on a Xiaomi 11 Lite 5G NE. Typically, the expected inference time f…
-
## 一言でいうと
アンカーフリーDetectorのガイダンス.
TTFNet(Training Time Friendly Net : CenterNetの亜種) をもとにしている.
Mobile版のbackboneは mobilenetv3-large
![image](https://user-images.githubusercontent.com/8558911/…
-
Hi, Eric:
I encountered this problem for several days. Check failed: height
-
Questions : 你好,我使用你的工程里面的"./script/train_yolov3_darknet.sh"训练,我设置的bach_size是2,那么网络完整迭代一次会处理多少张图片呢
Log files : please upload files , do not copy and paste
Other : prototxt , link , ... etc
-
1.貌似看模型是小了1/6
2.MAP 收敛在 0.58 附近 比论文公布的 0.69 差了不少,不知道提升是哪来的
3.论文公布的自学习架构, 我准备用https://github.com/quark0/darts.git 模拟
-
如果我对yolov3-mobilenet网络结构做了一点改动,想使用你的yolov3-mobilenet预训练模型,命令行需要改动吗?还是说改动train.py文件?
-
**Describe the bug**
For objects of any class other than the first detected class, the ObjectTracker pipeline node will emit a NEW tracklet followed by a REMOVED tracklet in the next frame. This beha…
-
### Describe the bug
I installed text generation webui and downloaded the model(TheBloke_Yarn-Mistral-7B-128k-AWQ) and I can't run it. I chose Transofmer as Model loader. I tried installing autoawq b…
-
Hello david8862 and/or community,
I want to fine tune a yolo3_mobilenet_lite pretrained model. I have 3 classes (person, tennis racket and tennis ball) and since these are represented in COCO (with…