object-detection-sample-python icon indicating copy to clipboard operation
object-detection-sample-python copied to clipboard

Image file could have extension jpg, jpeg, png

Open prats226 opened this issue 7 years ago • 0 comments

https://github.com/NanoNets/object-detection-sample-python/blob/03e632dd76d148ced9f61503371d4554c133d2ff/code/upload-training.py#L13

Right now even for file with extension .jpeg, it replaces with .jpg and throws error, whereas it should ignore file if not present

prats226 avatar Feb 20 '18 02:02 prats226