Faster_RCNN_for_Open_Images_Dataset_Keras icon indicating copy to clipboard operation
Faster_RCNN_for_Open_Images_Dataset_Keras copied to clipboard

Error in Preprocessing code

Open Sylv-Lej opened this issue 5 years ago • 0 comments

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)

Sylv-Lej avatar Nov 08 '19 15:11 Sylv-Lej