HaoqianSong

Results 9 comments of HaoqianSong

File "/home/pcl/DETR/DETR/9DINO/DINO-main/util/slconfig.py", line 317, in pretty_text 改为这样 text, _ = FormatCode(text, style_config=yapf_style) #, verify=True 可以训练,不知道有没有问题,会不会影响训练效果?

Yes, this is a project about dift, the project link is "https://github.com/Tsingularity/dift/tree/main", the code as below: from diffusers import StableDiffusionPipeline import torch import torch.nn as nn import matplotlib.pyplot as plt...

conda env create -f environment.yml and setup_env.sh. I have tried both environment installation methods, but still have the same problem of missing config.json file. Can I manually download the file...

Does GLIP have the same functions and effects? Compared with Grounding-DINO, can GLIP be seen as a combination of Grounding-DINO detector and BLIP? GLIP seems to have the functions of...

ann = prompt_process.text_prompt(text='a photo of a dog') ann = prompt_process.point_prompt(points=[[620, 360]], pointlabel=[1]) prompt_process.plot(annotations=ann,output_path='./output/dog.jpg',) from: can't read /var/mail/fastsam zsh: missing end of string zsh: command not found: IMAGE_PATH zsh: command not...

/home/pcl/anaconda3/envs/FastSAM/bin/python /home/pcl/yolo/FastSAM/1.py image 1/1 /home/pcl/yolo/FastSAM/images/dogs.jpg: 576x1024 16 objects, 273.5ms Speed: 2.9ms preprocess, 273.5ms inference, 42.2ms postprocess per image at shape (1, 3, 1024, 1024) Traceback (most recent call last): File...

Can app.py only run on one GPU, not multiple GPUs? In addition, because the graphics card is too small, I modified the following two places to load the model for...