Wang Ao
Wang Ao
Thank you! We encounter another bug when uploading the video, like below  Could you please fix this? Thank you!
Thank you! We find the problem still exists. Our test video is below https://github.com/THU-MIG/yolov10/assets/43805318/4d6523e5-a6b8-461a-9bc1-f51f78b7c5c5
Thanks! We found that the reason may lie in the unsupported video format in our browser, and the container format `webm` and codec format `vp80` may be more widely supported...
Thank you!
Thank you very much! We have updated README.
@kadirnar Thanks for your great efforts! We found that the prediction results are not the same in our local environment and the HuggingFace demo. After investigation, we found that this...
@kadirnar Thanks for your efforts! But you seem to have changed it in the wrong place. Could you please replace `gr.Image(type="numpy", label="Image")` in this line https://huggingface.co/spaces/kadirnar/Yolov10/blob/main/app.py#L52 with `gr.Image(type="pil", label="Image")`? Thanks...
@kadirnar Thanks a lot for your great help! It works now! ❤️
Thanks for your interest! Does this issue #106 help?
Thanks. To use the pretrained weights, you could first download the weights from [here](https://github.com/THU-MIG/yolov10/releases). And then, you could use the pretrained model by `model=yolov10n.pt` rather than `model=yolov10n.yaml` when training, like...