janghyuncho / DECOLA

Code release for "Language-conditioned Detection Transformer"
https://arxiv.org/abs/2311.17902
82 stars 4 forks source link

ModuleNotFoundError: No module named 'third_party.DETA.models.assigner' #8

Closed fushh closed 3 months ago

fushh commented 7 months ago

File "/home/shenghao/DECOLA-main/decola/modeling/decola_deta/decola_deta_matcher.py", line 7, in
from third_party.DETA.models.assigner import (Matcher, sample_topk_per_gt, subsample_labels, nonzero_tuple)
ModuleNotFoundError: No module named 'third_party.DETA.models.assigner'

janghyuncho commented 4 months ago

Hello, sorry this is due to that the proper dependency (DETA) is not correctly set up. I have updated the installation setup. My apologies!