world2025

Results 45 issues of world2025

### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions. ### Question 你好,感谢分享,请问可以支持图大分辨率旋转小目标检测吗,比如图像切割后结果拼接?谢谢 ### Additional 旋转小目标检测

question

大佬,可以教学一下多批次推理服务吗,谢谢

hello , thanks for your codes , i have a question is that how i can get the loss per step in train and how i can get the map...

你好,请问车辆检索和车辆重识别是同一个问题吗?然后可以麻烦你写一下具体实现步骤吗?谢谢!

hi, i have a problem :Traceback (most recent call last): if not exists(result_dir): os.mkdir(result_dir) TypeError: mkdir: can't specify None for path argument can you tell me how to fix it...

你好,我在测试abcnetv2的时候报了这个错 Traceback (most recent call last): File "demo/demo.py", line 75, in demo = VisualizationDemo(cfg) File "/root/code/adet/demo/predictor.py", line 40, in __init__ self.predictor = DefaultPredictor(cfg) File "/root/code/detectron2/detectron2/engine/defaults.py", line 182, in __init__ self.model...

hello, thanks for your codes, would you want to share the pytorch code version evaluate codes ?thanks

hi, i have a problem when i run the train.py error: argyment --training-dataset/-d: invalid choice: 'retrieval-SfM-120k', can you give me some advices?thanks

help wanted

你好,我想了解一下关于数据集处理部分,我已经下好了589个image sets,有个问题对于每个子文件里的图片未定义是低曝光图片还是高曝光图片,你能简单介绍一下吗?谢谢!

hello , thanks for your codes, can you tell me the checkpoint_model parser.add_argument("--checkpoint_model", type=str, help="Optional path to checkpoint model") thank you