-
Hi,
Have a question on using custom image normalization params for YOLOV7 (mean and std for normalizing images)
(and thus leading to deploying this model for inference with custom image normalizatio…
-
hello
The link shown as below describes how to use commands "run_custom_pc.sh" and "run_package_artifacts_evm.sh" to compile the custom model and how to modify the benchmark_custom.py and settings_…
-
I want to train YOLO V3 for object detection on VisDrone dataset which contains images with size about 540 x 960 P etc . and their annotations accordingly, however for the YOLO V3 training I want t…
-
In the following code, `torch` resolves to the package `pytorch`. Is there a way to make it resolve to `pytorchWithCuda` instead?
````
devShell = mach-nix.mkPythonShell rec {
requirements = ''
…
-
Hi @wanghr323 Thank for your Yolov7 QAT.
I follow your [tutorial](https://github.com/NVIDIA-AI-IOT/yolo_deepstream/tree/main/yolov7_qat) and successful on QAT training.
```
Loading and preparing …
-
When I ran `test.py` with `--save-json` argument it returns both AP with yolov7 calculations and pycocotool's evaluation, but these two are very different, following are the results. Also, I have edit…
-
我用YOLOX训练自己的数据集的时候一直显示loss_cls: 0.0000, loss_bbox: 0.0000,然后测试的时候会有ERROR The testing results of the whole dataset is empty
请问可能是什么原因?
-
### Actions before raising this issue
- [X] I searched the existing issues and did not find anything similar.
- [X] I read/searched [the docs](https://docs.cvat.ai/docs/)
### Steps to Reproduce
1. …
-
### Prerequisite
- [X] I have searched [the existing and past issues](https://github.com/open-mmlab/mmyolo/issues) but cannot get the expected help.
- [X] I have read the [FAQ documentation](https://…
-
Thanks for your great work!
I'm trying to retrain yolo-pose on my custom dataset with different keypoints num and same format, and I may further extend some segmentation module based on your work. …