ultralytics / hub

Ultralytics HUB tutorials and support
https://hub.ultralytics.com
GNU Affero General Public License v3.0
138 stars 14 forks source link

how to `transfter` a model list in models to my own project in web app? #833

Closed dingniaoji closed 2 months ago

dingniaoji commented 2 months ago

Search before asking

Description

image

I train my own dataset locally, and the model automatically upload to the hub.

As the image decipted, I want to move the model to my own project.

Use case

If I can move the model to my own project, so that I can test the model on ultralytics mobile app.

Additional

No response

sergiuwaxmann commented 2 months ago

@dingniaoji It looks like you have no projects. Can you create a project first?

dingniaoji commented 2 months ago

@sergiuwaxmann thanks for your reply, Indeed I have already created a project with empty dataset. do I have to upload a dataset or something?

sergiuwaxmann commented 2 months ago

@dingniaoji No, if you have a project (https://docs.ultralytics.com/hub/projects#create-project) it should show up in the Transfer Model dialog. Can you share the project ID with me?

dingniaoji commented 2 months ago

@sergiuwaxmann the project id is jHS7AjQYa8MpQyP6Z5eo. I think I know the reason now: my model is uploaded automatically when I am training in my local machine.(In the final, we found the real reason is at least two projects needed. Just for someone encounter this problem to save time. If the bug finally fixed properly, it will work as you expected.)

dingniaoji commented 2 months ago

so, is it possible for me to transfer the auto uploaded model in the models page to my own project?

sergiuwaxmann commented 2 months ago

@dingniaoji Apparently we had a bug that occurred with your scenario. We just released a new version (v0.1.51). Can you try the transfer again?

dingniaoji commented 2 months ago

@sergiuwaxmann thank you, it is really exicting to hear that after weaking up in the morning.

I check the version in support page, it is v0.1.51. It seems that the problem still exist, when I click the transfer button, no project options appares, same as the image above.

sergiuwaxmann commented 2 months ago

@dingniaoji I re-tested now with a model that was uploaded while training locally and when I open the Transfer Model dialog, I do see the dropdown only when I have at least 2 projects. Our development team will change the logic so the dropdown appears when a user has only one project as well but if you do not want to wait for the next release, you can create a second project (can leave it empty) and the dropdown will appear in the Transfer Model dialog.

dingniaoji commented 2 months ago

@sergiuwaxmann soooo cool. thank u.

sergiuwaxmann commented 2 months ago

@dingniaoji No worries!