-
I'm trying to export the OCR task into one of the COCO or YOLO formats with polygon region annotation format. The rectangle annotation works fine, but the polygon region (see photo below) doesn't work…
-
**Describe the bug**
I trained the YOLOV8Detector model in Kerala CM, then I converted it to saved_model format and then converted it to ON format.
If I convert a model without decode_prediction, ev…
ksv87 updated
8 months ago
-
# YOLO V2
## Reference
- 2015 **YOLO V1** You Only Look Once: Unified, Real-Time Object Detection [[paper](https://arxiv.org/pdf/1506.02640.pdf)] [[netscope](http://ethereon.github.io/netscope/#…
-
I have limited knowledge in this domain and here trying to learn so that I can improve my self, forgive me if I am asking a junky question [But i _really need advice_].
I have trained a model in th…
-
In your paper, you use EMS-Res10 model and achieve 0.267 mAP on Gen1 Dataset, but I used the framework you provided to train on the Gen1 dataset, I couldn't get good results.
I don't know if there w…
-
Hi, i want to train multi-label classification using YOLO backbone, do you know how to implement a grouped softmax layer?
```
[softmax]
groups=8
```
-
Hi
We are working on integrating yolo-v3-tiny-tf int-8 IR model into the dlstreamer pipeline following the [documentation provided for changing model](https://github.com/dlstreamer/pipeline-server/b…
-
I am trying to deploy my ResNet-50 custom trained classification model using **pytorch lite** library. The model works well on python but giving false predictions on Flutter, always giving high probs …
-
Hi!
I'm trying to train a model to recognize 4 classes. These classes are different from any popular class list (4 different microalgae types).
I have taken and labelled the pictures correctly in th…
-
thanx for this project
i have tried raccoon train on tiny yolo and useed this config
`{
"model" : {
"backend": "Tiny Yolo",
"input_size": 416,
…