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

save txt result is not the same as roboflow result #37

Open
stphtan94117 opened this issue Dec 8, 2022 · 4 comments
Open

save txt result is not the same as roboflow result #37

stphtan94117 opened this issue Dec 8, 2022 · 4 comments

Comments

@stphtan94117
Copy link

image

I enable save-txt and get the polygon result is on the right side of the photo.

download roboflow yolov7 pytorch.zip result is on the left side of the photo.
Why are the two results different?
Can I use save-txt and get like roboflow txt result?
thanks.

@RizwanMunawar
Copy link
Owner

@stphtan94117 Roboflow results have been converted into YOLO format. While the results, that save-txt will save are in OpenCV format. I will soon convert it into YOLO format. Thanks for raising your issues. No problem!

@stphtan94117
Copy link
Author

@stphtan94117 Roboflow results have been converted into YOLO format. While the results, that save-txt will save are in OpenCV format. I will soon convert it into YOLO format. Thanks for raising your issues. No problem!

maybe you can add both function, the one for yolo format, another one for opencv format.
I think some people will use one of these two functions.

@RizwanMunawar
Copy link
Owner

@stphtan94117! Sure

@stphtan94117
Copy link
Author

@stphtan94117! Sure

How's the progress now?

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

2 participants