Faster_RCNN_for_Open_Images_Dataset_Keras
Faster_RCNN_for_Open_Images_Dataset_Keras copied to clipboard
Error in Preprocessing code
Hi
In preprocessing this cell
In [46]: print(len(urls[0])) print(urls[0][0]) print(saved_paths)
Should be this :
print(len(urls[0])) print(urls[0][0]) print(saved_dirs)