The current repository seems to only contain static website files (e.g. index.html, 404.html, etc.) and not the actual Python code or model.
Steps I followed:
git clone https://github.com/jinlab-imvr/SurgVLM.git
cd SurgVLM
pip install -r requirements.txt
But I received:
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
It looks like requirements.txt, download_models.py, and the surgvlm Python module mentioned in the README are missing.
Could you please confirm if the model code will be released soon, or if it's hosted in another repo?
The current repository seems to only contain static website files (e.g. index.html, 404.html, etc.) and not the actual Python code or model.
Steps I followed:
But I received:
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
It looks like requirements.txt, download_models.py, and the surgvlm Python module mentioned in the README are missing.
Could you please confirm if the model code will be released soon, or if it's hosted in another repo?