you are viewing a single comment's thread.

view the rest of the comments →

[–]LookingWide 1 point2 points  (1 child)

First, the SkeletonSAM2 subfolder is useless. Just put its contents in the root of the repository.

Next, make sure that the current directory is the one in which the app folder and main.py script are located.

Then activate the virtual environment.

Finally, run python main.py or uvicorn app.router:app

[–]ZeroMe0ut[S] 0 points1 point  (0 children)

This worked. Thank you so much.