余周周

Results 1 issues of 余周周

我使用gguf/DeepSeek-Janus-Pro-7B作为模型后端的服务, 测试 ` import vision_agent.tools as T import matplotlib.pyplot as plt image = T.load_image("/home/VisionAgent/examples/chat/tmp4vcajy48.png") dets = T.countgd_object_detection("person", image) viz = T.overlay_bounding_boxes(image, dets) T.save_image(viz, "people_detected.png") plt.imshow(viz) plt.show() ` 已经测试成功 输入输出图像分别为: ![Image](https://github.com/user-attachments/assets/0632bb0d-ab81-4b7d-86e7-613436577c8f)...