You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, can you help me please I found this error when trying to execute fish_detection.ipynb and thank you for advanced
for i in range(8):
image_id = i
image = dataset_train.load_image(image_id)
mask, class_ids = dataset_train.load_mask(image_id)
visualize.display_top_masks(image, mask, class_ids, dataset_train.class_names)
mask.shape
AttributeError Traceback (most recent call last)
in
1 for i in range(8):
2 image_id = i
----> 3 image = dataset_train.load_image(image_id)
4 mask, class_ids = dataset_train.load_mask(image_id)
5 visualize.display_top_masks(image, mask, class_ids, dataset_train.class_names)
AttributeError: 'str' object has no attribute 'load_image'
can you send me a screen captures of your project tree please for cheking
if i have something missed and thank you for advanced
Le mar. 19 mars 2019 à 16:02, JaeUng Hyun <notifications@github.com> a
écrit :
Hi, can you help me please I found this error when trying to execute fish_detection.ipynb and thank you for advanced
for i in range(8):
image_id = i
image = dataset_train.load_image(image_id)
mask, class_ids = dataset_train.load_mask(image_id)
visualize.display_top_masks(image, mask, class_ids, dataset_train.class_names)
mask.shape
AttributeError Traceback (most recent call last)
in
1 for i in range(8):
2 image_id = i
----> 3 image = dataset_train.load_image(image_id)
4 mask, class_ids = dataset_train.load_mask(image_id)
5 visualize.display_top_masks(image, mask, class_ids, dataset_train.class_names)
AttributeError: 'str' object has no attribute 'load_image'
Le mar. 19 mars 2019 à 15:18, bouzid wafa wafabouzid27@gmail.com a écrit :
The text was updated successfully, but these errors were encountered: