-
This issue contains the test results for the upstream sync, develop PR, and release testing branches. Comment 'proceed with rebase' to approve. Close when maintenance is complete or there will be prob…
-
This issue contains the test results for the upstream sync, develop PR, and release testing branches. Comment 'proceed with rebase' to approve. Close when maintenance is complete or there will be prob…
-
This issue contains the test results for the upstream sync, develop PR, and release testing branches. Comment 'proceed with rebase' to approve. Close when maintenance is complete or there will be prob…
-
Traceback (most recent call last):
File "/home/smiv/Temp2018/ZWP/project2/01-yolo/autodistill/s.py", line 1, in
from autodistill_seggpt import SegGPT, FewShotOntology
File "/home/smiv/anac…
-
This line in `seggpt.check_dependencies` changes the working directory of the Python process, but never reverts to the original working directory once the dependency check is complete. This lack of r…
-
-
Hi. I am using exactly the same code as yours in run_sft.sh:
```
#!/bin/bash
CUR_DIR=`pwd`
ROOT=${CUR_DIR}
export PYTHONPATH=${ROOT}:${PYTHONPATH}
VISION_MODEL=openai/clip-vit-large-pa…
-
Thank you for your outstanding work!
The paper mentions that you use SAM as the class-agnostic segmentation model, does this mean that Matcher does not have the ability to recognize semantic inform…
-
-
Hi ,
Painter is a great project. We try to launch it for daily task, and find in the app_gradio.py, it post the request to another server, which make it impossible to do any customize development.…