Views
No views yet
Qwen/Qwen3-VL-8B-Instructrelative_1000_xy{"accident_center":[523,417]}relative_1000_xy format:[0, 0] is the top-left corner of the image.[1000, 1000] is the bottom-right corner of the image.accident_center is the predicted center point of the accident region.1<video>
2The accident occurs at approximately 3.70 seconds in this clip.
3Locate the center point of the accident region at this moment.
4Use coordinates where [0,0] is the top-left corner and [1000,1000] is the bottom-right corner of the image.
5Output JSON only with key: accident_center.{"accident_center":[523,417]}1export IMAGE_MAX_TOKEN_NUM=1024
2export VIDEO_MAX_TOKEN_NUM=1024
3export FPS_MAX_FRAMES=48
4export FPS=4
5export FORCE_QWENVL_VIDEO_READER=torchcodec
6
7swift infer \
8 --model Qwen/Qwen3-VL-8B-Instruct \
9 --adapters yzk9/accident-vlm-s8c-stageb-qwen3vl8b-lora \
10 --val_dataset path/to/spatial_infer.jsonl \
11 --max_new_tokens 64 \
12 --temperature 0 \
13 --result_path spatial_results.jsonlrelative_1000_xy coordinates.VIDEO_MAX_TOKEN_NUM=1024FPS=4, FPS_MAX_FRAMES=48