-
Hello,
Many thanks for sharing your code,
I was wondering if a comparison between YOLOV5 (ultralytics) and the present YOLOX about inference time speed has been done?
For yoloV5 (Small) TFLite wi…
-
Hello! When I training your sample dataset, it suffered an error. The printed information is as follow:
Traceback (most recent call last):
File "rotate_train.py", line 557, in
train(hyp, o…
-
你好,我想问下,这个支持自己训练的yolov5的分割模型吗,应该替换或修改哪一个部分?
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no simi…
-
aimcf_yolov5\\auto_scripts\\weights\\cf.pt ,请问需要怎么生成
-
Hello everybody and congratulations on your amazing work. Could somebody confirm that **gen_wts_yoloV5.py** is replaced by **export_yolo_V5.py**?
-
Hi, Thanks for the repo. Whenever I am running it, I am getting an error on the self.model command. It seems it does not output pred and logits but a single tensor when given a tensor. Not sure how th…
-
I have tried your compile script for compiling my yolov5 ti lite onnx, but compilation stops at the starting it self
![mc2](https://github.com/WasabiFan/tidl-yolov5-custom-model-demo/assets/137760120…
-
Traceback (most recent call last):
File "/data/wsx/yolov4/detect.py", line 45, in detect
model.load_state_dict(torch.load(weights[0], map_location=device)['model'])
File "/home/wsx/.conda/e…
-
Hello, thanks for your great job!
YOLOX is based on an anchor-free algorithm, and I would like to use YOLOX's ideas in the anchor-based algorithm. Now I have a question that I would like to ask:
…