-
-
can you give me an python example to deploy the custom model
-
I have seen the corresponding configuration in the project, but yolov9 does not seem to support it yet. Is there a plan for support, or how to use P7
-
I tried to run testing with multi-scale manner and it failed with error. And there is no multi-scale testing guided in readme, so how can I run multi-scale testing with YOLOV9?
lji72 updated
7 months ago
-
im looking to get the results object equivalent from yolov8 but in yolov9.
yolov8:
```python
results = model.predict(image, save=True, iou=0.3, save_txt=True, conf=0.06)
for r in results:
…
-
在训练时采用双分支训练(一个辅助分支+主分支),训练完成后我希望将pt模型转为只有主分支的onnx模型,请问该如何处理?
I use double branch training (one auxiliary branch + main branch) during training. After the training, I want to convert the pt model in…
-
Question
I have the video I want to detect the person moving in Greeny.
Can anybody help me detect them?
I have encircled the person i want to detect in image.
![7963d20e-0f13-456e-8a60-7b1110…
-
During training, these parameters are all 0 --- P, R, mAP50. My device is RTX4090. I changed half() and amp to float() and False. It is useless and a warning will appear. Here are a few screenshots of…
-
When i running the "detect_dual.py", i facded the problem of "CUDA out of memory" as shown in Figure. However, at the same time, the same device, i can run the detect file of yolov8 successfully. (The…
-
## Env
- GPU, e.g. V100, RTX2080, TX2, Xavier NX, Nano, etc.
- OS, e.g. Ubuntu16.04, Win10, etc.
- Cuda version
- TensorRT version
## About this repo
- which branch/tag/commit are you usin…