Open
Description
Question
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)