fathomnet / fathomnet-py

FathomNet Python client
https://fathomnet-py.readthedocs.io
MIT License
28 stars 3 forks source link

Plotting error in tutorial CoLab #9

Closed eor314 closed 2 years ago

eor314 commented 2 years ago

Plotting code in cell 8 spits an error related to coloring the bounding box when running from ipynb cloned from git:

AttributeError: 'Shell' object has no attribute 'highlighting_style'

Attempting to print information about the image (ie image.url) returns the same error. Perhaps related to pip install error in issue #8 .

The bounding box in this instance appears to be misplaced. Concept = Cystocrepis setigera Screen Shot 2022-03-16 at 11 50 36 AM

kevinsbarnard commented 2 years ago

Fixed. OpenCV bounding box rendering changed to PIL ImageDraw