Egor
Egor
### Before Asking - [X] I have read the [README](https://github.com/meituan/YOLOv6/blob/main/README.md) carefully. 我已经仔细阅读了README上的操作指引。 - [X] I want to train my custom dataset, and I have read the [tutorials for training your...
### Before Asking - [X] I have read the [README](https://github.com/meituan/YOLOv6/blob/main/README.md) carefully. 我已经仔细阅读了README上的操作指引。 - [X] I want to train my custom dataset, and I have read the [tutorials for training your...
### Before Asking - [X] I have read the [README](https://github.com/meituan/YOLOv6/blob/main/README.md) carefully. 我已经仔细阅读了README上的操作指引。 - [X] I want to train my custom dataset, and I have read the [tutorials for training your...
Hello, I was training the network, but at some point I ran out of memory on the device. I freed up memory and wanted to run the --resume command, but...
Hello! What is the role of `--min-items` and `--close-mosaic`? What exactly are they responsible for?
Does the export to ONNX work with the `NMS` module? And dynamic `batch size`. If so, how do I do it? As I understand it, the NMS module only works...
Hello! Where can I find cfg of YOLOv9-S and YOLOv9-M? I see only `yolov9-c.yaml` and `yolov9-e.yaml`
Hello, can you tell me why the Boxes display is incorrect? **Picture of problem:**  Code of Inference: **infer.cpp** ``` #include #include #include #include #include #include #include #include #include #include...
Hello, how do I install odtk without docker? Just run setup.py ?
Hello! Is there a tool to turn NetLogo code into Python code?