Detect_objects function fails in Jupyter notebook.

704
2
07-29-2021 01:12 PM
AnushaGTI
New Contributor II

I trained an object detection model using the FasterRCNN architecture.  But, when I tried to run inference in Jupyter notebook using the detect_objects method

AnushaGTI_1-1627588889979.png

I get the error message below

AnushaGTI_2-1627589028204.png

Both the input raster and the model are published to arcgis online. I am not sure what the underlying issue is or if I am missing something.

Any help will be greatly appreciated. Thanks!

0 Kudos
2 Replies
DrVSSKiran
Occasional Contributor II

Hi Anusha,

Kindly share the screenshot of the input parameters that you assigned.

In addition, if you want to run kindly check the python clone environment whether FastAI is installed it properly or not?

Or else create a new deep learning environment and install the fast ai libraries and try.

Thanks

0 Kudos
DanPatterson
MVP Esteemed Contributor

try locally stored versions of the data rather than online data.


... sort of retired...
0 Kudos