Can this run under win11? Is it possible to make compatibility adjustments for Win11 in the future?
I configured the environment and successfully lauched in powershell , but the web interface cannot be opened under win11. Is it possible to make compatibility adjustments for Win11 in the future?
What are your steps to launch the web interface?
We tested this project on the Windows platform using a 3080-8G GPU (with --sam_model_type vit_b). Feel free to report any issues you encounter while running it on Windows.
Note that the terminal or powershell window will give you http://0.0.0.0:6080/ as the address to open the web ui. Under Windows I had to change this to http://127.0.0.1:6080/ for the web browser to connect and display the interface.
Note that the terminal or powershell window will give you http://0.0.0.0:6080/ as the address to open the web ui. Under Windows I had to change this to http://127.0.0.1:6080/ for the web browser to connect and display the interface.
Yes, the address 0.0.0.0:6080 is intended for a server without a graphical user interface (GUI). We appreciate you bringing this issue to our attention and we will update the address information accordingly. Thank you!