knoppmyth
knoppmyth
Thanks for the response and consideration.
Hi Max, I'm wondering why you think the model would make your product fall under the GPL. Generally, the GPL refers to the code itself and not the result of...
No one can answer this question for you. How well any model performs first and foremost depends on your training data. When you label the images, how do you treat...
> Please try to use opencv 4.6.0! I can confirm, this does work with OpenCV 4.6.0.
Thanks for the update. Unfortunately, the PR doesn't seem to add this feature. WIth a YAML file formatted like the above, I get the following error: `Traceback (most recent call...
@shensheng272 Thanks for the update. Apologies for the late reply. Unfortunately, `/usr/src/datasets/Hand` doesn't work as I'd expect. Here is is my YAML file: `path: /usr/src/datasets/Hand # dataset root dir train:...
After reviewing the code, a simple solution would be to just make `label_dir = image_dir` on line 268 in dataset.py. However if we actually want to check for a "labels"...
@shensheng272 Sumitted PR #502
Export to Tensorflow is a work in progress. See #209 for progress.
Yes, this works for me. Note, I'm using OpenCV not .NET.: `yolo mode=export model=runs/detect/train/weights/best.pt imgsz=[640,640] format=onnx opset=11`