Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot import colour_checkers_coordinates_segmentation definition. #78

Open
YixiangShan opened this issue Mar 11, 2024 · 3 comments
Open

Comments

@YixiangShan
Copy link

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)

@KelSolaar
Copy link
Member

Hi @YixiangShan,

This API was removed in the 0.2.x release. Which version are you using?

Cheers,

Thomas

@KelSolaar KelSolaar changed the title [DISCUSSION]: << Can not import colour_checkers_coordinates_segmentation >> Cannot import colour_checkers_coordinates_segmentation definition. Mar 29, 2024
@GuilhemVignal
Copy link

Hi @KelSolaar,

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 ?

@KelSolaar
Copy link
Member

Try colour_checker_detection.segmenter_default, I would need to check the history as I don't remember but maybe I actually renamed it to this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants