Open Sid220 opened 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.
Files containing
jpg
in them like a lot of Roboflow exports have, for example0AE5531F-906F-461B-88A1-246C569F0E0D_jpg.rf.06d5884d72dac1031f6a6c54370e6492.jpg
where causing the example to search for the annotation in0AE5531F-906F-461B-88A1-246C569F0E0D_xml.rf.06d5884d72dac1031f6a6c54370e6492.xml
instead of0AE5531F-906F-461B-88A1-246C569F0E0D_jpg.rf.06d5884d72dac1031f6a6c54370e6492.xml
because all instances ofjpg
where simply being replaced withxml
.