Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 500 Bytes

File metadata and controls

23 lines (18 loc) · 500 Bytes

Model Setup

1. Download Qwen-VL from website.

2. Download YOLOv10 from website.

3. Prepare Model

The directory will be as follows.

VLMIdentification
├── Qwen-VL
│   ├── config.json
│   ├── generation_config.json
|   |...
│   ├── pytorch_model-00001-of-00010.bin
|   |...
│   ├── pytorch_model-00010-of-00010.bin
|   |...
├── yolov10x.pt.
|...