SysCV / nutsh

A Platform for Visual Learning from Human Feedback
https://nutsh.ai
Apache License 2.0
79 stars 6 forks source link

Edit Entity button not showing #12

Closed bastianlb closed 7 months ago

bastianlb commented 7 months ago

Hi, thanks for the cool project. It seems like there is already a lot of useful functionality.

I just installed it (version 43168af9 43168af9 2023-11-20T14:25:47+08:00); somehow I can't edit properties on entities, which makes it tricky to manage my annotations. It seems like a button to edit the entities is missing which is present on webpage demos. Could you advise? I tried this on both Firefox and Chrome.

image
hxhxhx88 commented 7 months ago

Hello @bastianlb!

It seems that the categories field of your project specification is missing. Could you share your project specification with me?

You can retrieve your project specification by visiting the following url in your browser:

${YOUR_NUTSH_ORIGIN}/api/project/${PROJECT_ID}

or you can click the info icon at the top right corner of the project page and give me a screenshot. image

bastianlb commented 7 months ago

Thanks for the quick response! I guess this was a user error when setting up the project, I'll go ahead and close the issue.

Is it possible to change the project specifications (e.g. label attributes) through the UI? As far as I can see from the docs, the best way to do this might be exporting, modifying the json schema, and re-importing the project.

hxhxhx88 commented 7 months ago

@bastianlb indeed for now it is impossible to change the project specification through UI, which is a one-time deal upon creation. I'll put it into todo list. Thanks for the input!