Egor

Results 25 issues of 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...

question

### 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...

question

### 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...

question

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:** ![image](https://github.com/NVIDIA/retinanet-examples/assets/65890558/31c3515e-5e16-4ccf-91fb-4276b97fbf17) 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?