Kevin Xu

Results 6 comments of Kevin Xu

Hi, I also ran into the problem. Have you fixed it? If so, could you please share how you fix it? Thank you in advance! Edited on Aug. 3, 2023:...

> > Hi, I also ran into the problem. Have you fixed it? If so, could you please share how you fix it? Thank you in advance! > > Edited...

> Here's a processor that I wrote to make it work. > > ``` > from LLaVA.llava.constants import DEFAULT_IM_END_TOKEN, DEFAULT_IM_START_TOKEN, DEFAULT_IMAGE_TOKEN, IMAGE_TOKEN_INDEX > from LLaVA.llava.conversation import conv_templates > from LLaVA.llava.mm_utils...

Hi, faster_rcnn_r50_fpn.py is what you are looking for. Replace mask_rcnn_r50_fpn.py with faster_rcnn_r50_fpn.py, and coco_instance.py with coco_detection.py.

Hi, I've met this problem before, so I'm here to help. But before we get started, there are some pre-checklists to finish: 1. Run "nvcc -V" in a terminal to...

Hi, you can still find the PyTorch version of Anti-UAV implementation in the "Codes" folder.