Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modified Yolov10 with CARAFE integrating to streamlit error #498

Open
Lukite404 opened this issue Nov 20, 2024 · 0 comments
Open

Modified Yolov10 with CARAFE integrating to streamlit error #498

Lukite404 opened this issue Nov 20, 2024 · 0 comments

Comments

@Lukite404
Copy link

Hello everyone, I need help with something, it has something to do with integrating a custom trained YOLOv10 model to streamlit.

Me and my group are using YOLOv10 to classify different classes of cocoa beans (after fermentation), this classes are A, B, and C. Right now, we are entering the integration phase and we are encountering a problem that's giving us a hard time to fix: After modifying YOLOv10, we tried to run an inference in streamlit, but we got an error.

The reason why we got an error is because we modify YOLOv10 with CARAFE. CARAFE is not a library included in YOLOv10 but we wanted to try to change the upsampling block in the head with CARAFE to see if it produces good results. But because of this, we don't know how to fix this problem. We are planning add an API to make things easier to run the inference in streamlit but we wanted to look for other solutions that are much more time efficient and effective. The file we used to run the inference to streamlit is a .pt file. We need your help in finding a way to integrate a custom trained YOLOv10 model

462568264_589703010142108_917853107774351419_n
467473776_1096955551928293_6424312187710516755_n
in streamlit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant