Yuqifan1117 / Labal-Anything-Pipeline

Baby-DALL3: Annotation anything in visual tasks and Generate anything just all in one-pipeline with GPT-4 (a small baby of DALL·E 3).
82 stars 3 forks source link

Problems in run grounded_sam.py in my dataset and label 'car' #4

Closed AzulYang closed 1 year ago

AzulYang commented 1 year ago

When I run the command, I download pytorch model.bin_。 ADKKW38PNGKB9DME7TTWPCC Due to the slow speed and multiple failures, I searched for the Bert pre trained model, which can be downloaded locally and imported into the groundingdino.py, but I am not sure if this thought is correct. If possible, could you please add my QQ: 343978442

AzulYang commented 1 year ago

While bert-base-uncased is already downloaded completely,and I have no idea about downloading another 1.88G pytorch_model.bin,what is that?

Yuqifan1117 commented 1 year ago

In grounding_sam.py, we also need the model of BLIP to get initial captions and another 1.88G pytorch_model.bin is the model of BLIP from huggingface. You can download and import them manually.