-
I am reaching out to report an issue that I encountered while using the yolov6-ros package in my Ubuntu 20.04 environment with Python 3.8.10. Firstly, I want to thank you for developing this ROS packa…
-
So I am trying to test the yolov6 on ZCU104 board. I have run the ./build.sh (examples/vai_library/samples/yolov6) and the executable files were generated. I copied the directory to the board from the…
-
### Search before asking
- [X] I have searched the YOLOv6 [issues](https://github.com/meituan/YOLOv6/issues) and found no similar feature requests.
### Description
Hi YOLOv6 Team,
I am currentl…
-
你好,我想请问一下目前是否有对于yolov6的半监督学习实现;我在你们的代码基础上尝试调整v6的检测头,使它可以适应伪标签损失函数,但是过程中出现很多问题;此外我还尝试调整了损失函数,发现需要重构的内容太多;不知道目前是否有可以适配v6的版本呢?
-
I am writing to report an issue that I encountered while using the package on my Ubuntu 20.04 system with Python 3.8.10. I encountered the following error:
```
ImportError: cannot import name 'Det…
-
我采用了你们在YOLOv6官方仓库的量化代码[(https://github.com/meituan/YOLOv6/tree/main/tools/quantization/ppq)],但是在完成所有的流程后,仅能预测一类出来,我猜测这跟nms中你们给的nms_forward_function函数,因为它内部仅定义了全0的向量,这导致了无法预测出出了类别0 (person)以外的类别,不知道你们能…
-
### 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://…
-
@airockchip 您好,请教一个问题,为何我转化的时候cos_similarity很高,但是onnx和rknn模型的mAP差距很大呢? (我使用的是yolov6)
---> time_info:
model_init: 2239.471924 ms
input_set: 21.114054 ms
run: 624.894653 ms
output_get: 1.…
-
Hello,
Not an issue per say, but I wanted to express interest in getting a pre-trained YOLOv7 variant whose performance would be between YOLOv7 (51.5 AP / 161 FPS) and YOLOv7-tiny (35.2 AP)
E.g.…
-
Hello every one, the [repo](https://github.com/linghu8812/tensorrt_inference) which support yolov4: AlexeyAB/darknet#7002, scaled yolov4: WongKinYiu/ScaledYOLOv4#56, yolov5: ultralytics/yolov5#1597, a…