tinyvision / DAMO-YOLO

DAMO-YOLO: a fast and accurate object detection method with some new techs, including NAS backbones, efficient RepGFPN, ZeroHead, AlignedOTA, and distillation enhancement.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

where is the damo model

pyther-hub opened this issue · comments

Before Asking

  • I have read the README carefully. 我已经仔细阅读了README上的操作指引。

  • I want to train my custom dataset, and I have read the tutorials for finetune on your data carefully and organize my dataset correctly; 我想训练自定义数据集,我已经仔细阅读了训练自定义数据的教程,以及按照正确的目录结构存放数据集。

  • I have pulled the latest code of main branch to run again and the problem still existed. 我已经拉取了主分支上最新的代码,重新运行之后,问题仍不能解决。

Search before asking

  • I have searched the DAMO-YOLO issues and found no similar questions.

Question

I wanted to create the model and run on my system but not able to find the model structure

Additional

No response

I have the same issue, during training it prompts 'No module named damo

Before Asking

  • I have read the README carefully. 我已经仔细阅读了README上的操作指引。
  • I want to train my custom dataset, and I have read the tutorials for finetune on your data carefully and organize my dataset correctly; 我想训练自定义数据集,我已经仔细阅读了训练自定义数据的教程,以及按照正确的目录结构存放数据集。
  • I have pulled the latest code of main branch to run again and the problem still existed. 我已经拉取了主分支上最新的代码,重新运行之后,问题仍不能解决。

Search before asking

  • I have searched the DAMO-YOLO issues and found no similar questions.

Question

I wanted to create the model and run on my system but not able to find the model structure

Additional

No response

We do not get your question very well. Can you provide the srceenshot of your error?

I have the same issue, during training it prompts 'No module named damo

It may be caused by the failure of installation. You can try export PYTHONPATH=$PWD:$PYTHONPATH. A similar question can be found in ISSUE #11.

sir I have to use the model for one task, I am able to find the weights of the model but not able to find the model structure and I want to do it by using python only, I tried to use the
from damo.detectors.detector import build_local_model
but still It doesn't work

sir I have to use the model for one task, I am able to find the weights of the model but not able to find the model structure and I want to do it by using python only, I tried to use the from damo.detectors.detector import build_local_model but still It doesn't work

Thanks for your attention. However, I can not figure out your problem from your description so far. Can you provide more details of your operations step by step, or the srceenshot of your error?