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

Update data_loader_class.py #22

Merged
merged 1 commit into from
Apr 8, 2020

Conversation

GauravIyer
Copy link
Contributor

changes to handle bounding boxes with float values

changes to handle bounding boxes with float values
@abhi-kumar
Copy link
Contributor

Can you please explain the difference between between

x1 = int(tmp[(j*5+0)]);

and

x1 = int(float(tmp[(j*5+0)]));

Both are in turn being converted to int?

@GauravIyer
Copy link
Contributor Author

GauravIyer commented Apr 7, 2020 via email

@abhi-kumar
Copy link
Contributor

Thank you for the clarification

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

Successfully merging this pull request may close these issues.

None yet

2 participants