Lightning-Universe / Pose-app

A Lightning app for animal pose estimation.
https://pose-app.readthedocs.io/
Apache License 2.0
18 stars 1 forks source link

Lightning Pose GUI Not Opening #99

Open KemalOz21 opened 1 month ago

KemalOz21 commented 1 month ago

To whom it may concern, I updated the new Lightning Pose version on the Lightning AI program, and the GUI is not running. It does not open and also I cannot download my saved model to my local computer. How can I revert the Lightning Pose App to the old version?

Thanks, Kemal

themattinthehatt commented 1 month ago

Hey Kemal, this is a bug that was introduced on Lightning's side yesterday. They are aware of the problem and hope to have a fix by tomorrow. You should still be able to download your saved model to your local computer by going to the Lightning Drive and downloading from there. Apologies for the inconvenience! @Shmuel-columbia

Shmuel-columbia commented 1 month ago

Hi Kemal, Thank you for letting us know. Please check the below loom video tutorial to see how to get a temporary fix of the app. https://www.loom.com/share/d6144be184064cc08f3094e946a486b2?sid=ba1cce82-9b90-4f6a-8104-7b7bb6959bfb.

We are currently working with Lightning to get a more stable solution for this and we'll keep you posted when it's ready

KemalOz21 commented 1 month ago

Thanks for your suggestions. It worked with the prevision version (2.3.2) but I could not run the app with version 2.3.3. When I type "lightning_app run app app.py" then it gives me this error: "zsh: command not found: lightning_app". Can you help me resolve this issue?

Shmuel-columbia commented 1 month ago

Can you please try the previous command: "lightning run app app.py" and let us know if that works?

KemalOz21 commented 1 month ago

I actually tried it and it does not work. But then I tried "pip install lightning-app" and it works right now with "lightning_app run app app.py" command.

themattinthehatt commented 1 month ago

@KemalOz21 just wanted to check in with you - are you able to get the app up and running now?