google-coral / tutorials

Colab/Jupyter tutorials about training TensorFlow models for Edge TPU, and other tutorials
Apache License 2.0
181 stars 39 forks source link

Fix issue with files containing jpg #27

Open Sid220 opened 9 months ago

Sid220 commented 9 months ago

Files containing jpg in them like a lot of Roboflow exports have, for example 0AE5531F-906F-461B-88A1-246C569F0E0D_jpg.rf.06d5884d72dac1031f6a6c54370e6492.jpg where causing the example to search for the annotation in 0AE5531F-906F-461B-88A1-246C569F0E0D_xml.rf.06d5884d72dac1031f6a6c54370e6492.xml instead of 0AE5531F-906F-461B-88A1-246C569F0E0D_jpg.rf.06d5884d72dac1031f6a6c54370e6492.xml because all instances of jpg where simply being replaced with xml.

google-cla[bot] commented 9 months ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.