dyhBUPT
dyhBUPT
Hi, thanks for your excellent work! I wonder if multi-gpu testing is supported? I've tried to set `-b 8 -d 8` while evaluating: `python3 tools/track.py -f exps/example/dancetrack/yolox_x.py -c xxx/xxx.pth.tar -b...
您好,感谢优秀的工作。 因为我对本任务比较感兴趣,最近想做一些研究。 为此,我想请教一下,目前有没有在本数据集上的其它已发表工作,以方便参考和引用? 谢谢!
Hi, thanks for your sharing. Is the COCAS dataset available?
### Search before asking - [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and found no similar questions. ### Question Hi, I have a question on mAP calculation. ...
Hi, thanks for your work. I'm trying your fa2-cm but it raises error because of the following assertion: ```python assert do.is_contiguous() assert q.stride() == k.stride() == v.stride() == o.stride() ==...