Trouble with the Models Tab #8034
Unanswered
michellelevy3
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Originally, I set up everything according to both these sites together:
https://github.com/Project-MONAI/tutorials/blob/main/monailabel/monailabel_endoscopy_cvat_tooltracking.ipynb
https://docs.cvat.ai/docs/administration/basics/installation/
These worked and allowed me to get CVAT on chrome up and running, however it missed the models tab, through another discussion post, I found to run the following command which did help to get the models tab up:
docker compose -f docker-compose.yml -f components/serverless/docker-compose.serverless.yml up -d
However, even with the model tab appearing now, it does not work. Here is a little more information. Here are the containers I have running:

When I go on the models tab, it just appears as images and nothign happens when I click one of the models.

When I try to do the automatic annotation it gives me the following error:

Please let me know if there is anything I can do to fix this.
Beta Was this translation helpful? Give feedback.
All reactions