YOSO icon indicating copy to clipboard operation
YOSO copied to clipboard

Code release for paper "You Only Segment Once: Towards Real-Time Panoptic Segmentation" [CVPR 2023]

Results 18 YOSO issues
Sort by recently updated
recently updated
newest added

I want to see the inference speed using the TensorRT conversion model on the jetson board, but I want to check whether the conversion code is supported or not

Hi, thank you for your great work! I downloaded your pre-train on COCO and CityScape. It seems the checkpoint files of two versions on Cityscapes dataset 1024,2048 and 512,1024 are...

The video size is 1080 * 720, with fps=5 on 3090, which is far less than 23.6. What is the reason?

I don't know how to train with my own dataset, specifically: how to arrange the dataset, which folder to place it in, and which files are needed? I only know...

HI Error while running setup.py ``` Traceback (most recent call last): File "setup.py", line 156, in get_model_zoo_configs os.symlink(source_configs_dir, destination) FileExistsError: [Errno 17] File exists: '/YOSO/configs' -> '/YOSO/detectron2/model_zoo/configs' During handling of...

Thank you for your hard work on YOSO. Could you please provide me with a copy of your training log file? Best regards, [Xiaolin]

你好,我python demo/demo.py --config-file projects/YOSO/configs/coco/panoptic-segmentation/YOSO-R50.yaml --video-input input_video.mp4 --output output_video.mp4 --opts MODEL.WEIGHTS ./model_zoo/yoso_res50_coco.pth 之后显示这个Segmentation fault (core dumped),也没有报错,也没有输出结果,请问知道是怎么回事么?

Yosoerror1314 So firstly: OSError: [WinError 1314] A required privilege is not held by the client: 'C:\Users\rohit\YOSO\configs' -> 'C:\Users\rohit\YOSO\detectron2\model_zoo\configs' and in the handling of the error i get: FileNotFoundError: [WinError 3]...

the offered pretrained model in coco with 512,800 size seems to be identical to the 800,1330 size model.