jiyuwangbupt

Results 10 comments of jiyuwangbupt

> @classico09 hi. Is your performance fine with yolov5? Can you run the same command with `v5loader=True` flag to check. If that doesn't work then probably your dataset might have...

I meet the same problem. ![078756912b929b0fc9612eef32c8325](https://github.com/Zeqiang-Lai/DragGAN/assets/37127150/26bfb6aa-ea63-4a9d-850e-0b4a2f112328)

import json import os from detectron2.data import DatasetCatalog, MetadataCatalog from detectron2.utils.file_io import PathManager def gen_video_vspw_lists(image_root, split_txt): with open(split_txt, 'r') as f: lines = f.readlines() v_list = [line[:-1] for line in...

(ViTMatte) jyw@rtx6000:~/vitmatte/ViTMatte$ python main.py --config-file configs/ViTMatte_S_100ep.py --num-gpus 1 args Namespace(config_file='configs/ViTMatte_S_100ep.py', dist_url='tcp://127.0.0.1:50166', eval_only=False, machine_rank=0, num_gpus=1, num_machines=1, opts=[], resume=False) num_gpus_per_machine 1 num_machines 1 使用单进程模式 [11/11 19:26:30 detectron2]: Rank of current process: 0....

> Hi @jiyuwangbupt , > > please check this issue: #59 I created an image and ran it in a Docker container. pip freeze >> requirements.txt torch==2.0.1 torchvision==0.15.2 diffusers==0.28.0 imageio==2.34.0...

> Hi @jiyuwangbupt , > > please check this issue: #59 root@a2f93364212e:/mnt/host/data/StreamingT2V# pip install -r requirements.txt Requirement already satisfied: torch==2.0.1 in /data/eas/ENV/lib/python3.9/site-packages (from -r requirements.txt (line 1)) (2.0.1) Requirement already...

> Hi @jiyuwangbupt , > > please check this issue: #59 Due to my location in mainland China, I am unable to automatically download the Hugging Face model weights. Therefore,...