jacky

Results 10 issues of jacky

This is the training command I use, python tools/train.py \ -f exps/example/custom/nano-hagrid4k_one_quarter.py \ -d 0 \ -b 64 \ --fp16 \ -o \ -c yolox_nano.pth During training, such as the...

Hi, I appreciate your project. Can you release a new version that contains the following functions. After inputting the video, it will be tested and output the screenshots of each...

請問能否提供 OpenVINO 2020.1/2020.2 的成功版本?

May I ask you, when I do sparse training, can I use AlexeyAB trained .weights? In other words, the basic training part is trained by the YOLO framework maintained by...

Why is the YOLOv4-Tiny model trained on your pytorch not detected on darknet? I finished the pruning YOLOv4-Tiny on your PyTorch and did the retrained model. On your PyTorch, bboxes...

嗨,作者您好,首先謝謝您對於yolov5的剪枝貢獻,我最近要開始著手研究yolov5剪枝,在開始之前,我想先請問您目前有打算更新至v6.1或v6.2嗎?

### Search before asking - [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and found no similar questions. ### Question Hi @glenn-jocher Thank you for your contribution to yolo,...

question

### Search before asking - [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and found no similar questions. ### Question Hi @glenn-jocher, I would like to ask you a...

question

When I execute the command to test "detect.py", python detect.py \ --source test.mp4 \ --weights yolov9-e.pt \ --imgsz 640 \ --conf-thres 0.25 \ --iou-thres 0.1 I encountered the following error:...

請問現在的STNet還是無法正確導出ONNX嗎?