-
Hello,
First of all, thank you for this amazing repo on object detection ! :)
I am trying to use this repo for training yolo3 on logo detection dataset.
The training is going well, my loss …
-
First of all, I don’t know if this is the right place to ask for help when facing a problem, but I don’t really know where else to ask questions regarding darkflow.
First I tested darkflow on vario…
-
Hi - first, thanks a ton for making this video series. I learned a lot from it!
I was able to generate a dataset of several hundred dice images from your tutorial, and wanted to test running a class…
-
First of all, I want to thank you for sharing this code. When I compile the code, I face 2 errors in detector.loadModel()
The main function is this :
detection_model_json = json.load(open(self.…
-
I evaluated my yolo model against coco annotations.
![image](https://github.com/ultralytics/ultralytics/assets/46344518/f2a52a7c-265f-4b05-8752-69b93da23137)
It is very clear that the yolo model is …
-
I trained tiny yolov3 model on one class (face) based on this cfg-file: [https://github.com/AlexeyAB/darknet/blob/master/cfg/yolov3-tiny_xnor.cfg](url)
As instructed, I used command to get initial we…
-
Hi,
Thank you for a great repo :D
is there a way to deal with differing image sizes in the dataset? This is the error I get:
```python
File "/Users/mareksubocz/it/keypoint-detection/keypoint…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and f…
-
## ❔Question
In regular yolo label format there will be CLASS+xywh(normalized) 5 columns in total,and I used to train on yolov5-face which add 8 coordinates(normalized) in the end of the keypoints of…
-
Hi, starting from 2.6.0 version enums are showing so weird:
contactType (string, optional) = ['skype', 'email', 'phone']stringEnum:"skype", "email", "phone",
Fix it please.
evser updated
4 years ago