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, I can not import (colour_checkers_coordinates_segmentation) from colour_checker_detection. Do you know the reason?
from colour_checker_detection import (colour_checkers_coordinates_segmentation)
Traceback (most recent call last):
Cell In[21], line 1
from colour_checker_detection import (colour_checkers_coordinates_segmentation)
ImportError: cannot import name 'colour_checkers_coordinates_segmentation' from 'colour_checker_detection' (/Users/yixiangshan/opt/anaconda3/lib/python3.9/site-packages/colour_checker_detection/__init__.py)
The text was updated successfully, but these errors were encountered:
This API was removed in the 0.2.x release. Which version are you using?
Cheers,
Thomas
KelSolaar
changed the title
[DISCUSSION]: << Can not import colour_checkers_coordinates_segmentation >>
Cannot import colour_checkers_coordinates_segmentation definition.
Mar 29, 2024
I'm trying also to use colour_checkers_coordinates_segmentation since it's more the part on the segmentation that is usefull for my project. On which version can i use it ? Are there other ways to do it ?
Question
Hi, I can not import (colour_checkers_coordinates_segmentation) from colour_checker_detection. Do you know the reason?
The text was updated successfully, but these errors were encountered: