Tried the web version of the test you provided(https://huggingface.co/spaces/BAAI/SegVol), can support test data without label.
But the inferce_demo.py test code on github can only test data with labels. Could you expose the test code of the data without label and test it by the user entering the prompt point coordinates?
In other words, can the test code called by the web version be exposed? Looking forward to your reply!
Actually the web demo code is also open-source. You can see the code in the SegVol space/Files tag and clone it from here (note that the web demo code is run on CPU):
Tried the web version of the test you provided(https://huggingface.co/spaces/BAAI/SegVol), can support test data without label. But the inferce_demo.py test code on github can only test data with labels. Could you expose the test code of the data without label and test it by the user entering the prompt point coordinates? In other words, can the test code called by the web version be exposed? Looking forward to your reply!