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
Traceback (most recent call last):
File "/home/xx/Desktop/auto-labeling-models-evaluation/codet/preview.py", line 1, in <module>
from autodistill_codet import CoDet
File "/home/xx/miniconda3/envs/autodistill/lib/python3.11/site-packages/autodistill_codet/__init__.py", line 1, in <module>
from autodistill_codet.codet_model import CoDet
File "/home/xx/miniconda3/envs/autodistill/lib/python3.11/site-packages/autodistill_codet/codet_model.py", line 86, in <module>
import detectron2.utils.comm as comm
ModuleNotFoundError: No module named 'detectron2'
I already tried to install detectron2 separately but the CO-Det install overwrite it anyaway.
Thank you for your help,
Rivoks
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to install the CO-Det implementation with Autodistill. I had installed autodistill with the given command-line in the the documentation:
I am running the following demo script:
I am getting the following error:
I already tried to install
detectron2
separately but the CO-Det install overwrite it anyaway.Thank you for your help,
Rivoks
The text was updated successfully, but these errors were encountered: