Results 128 comments of Wang Ao
trafficstars

Thanks for your interest! Does https://github.com/openvinotoolkit/openvino_notebooks/blob/0ba3c0211bcd49aa860369feddffdf7273a73c64/notebooks/yolov10-optimization/yolov10-optimization.ipynb help?

Thanks for your interest! We have updated the checkpoint with class names. Could you update the codebase and [checkpoints](https://github.com/THU-MIG/yolov10/releases/tag/v1.1), and try again?

You could obtain the bounding box and class names here. `pred[:, :4]` is the bounding box and `pred[:, 5:6]` is the class id. https://github.com/THU-MIG/yolov10/blob/62aaafb3a0bcc17224b797ae4e9af65d7f29773f/ultralytics/models/yolov10/predict.py#L33-L38

We have requested access to your reproduction colab, could you please agree it? Thank you.

Thanks for your interest! Does this issue #75 help?

Please feel free to reopen this issue if you have further questions.

Thanks for your interest! We previously released our training logs [here](https://github.com/THU-MIG/yolov10/tree/main/logs). Could you please take a look at the differences between your training logs and ours? Thank you! Besides, our...

Thanks. We identify an issue about the cache in #84. Does it help?

The difference is attached in the `diff.path` file in https://github.com/THU-MIG/yolov10/issues/84#issuecomment-2136636042. Does it help?