Mobu59

Results 5 issues of Mobu59

when I use multi gpu for training, I was always stuck here,please help me! Messages are as follows: training args are: Namespace(batch_size=4, check_images=False, check_labels=False, conf_file='configs/yolov6_tiny_head_det.py', data_path='data/head_det.yaml', device='4,5, 6,7', dist_url='tcp://127.0.0.1:8888', epochs=400,...

Hello, I'm using the C++ version of Tensorrt,,but when I run the command "./bytetrack ../../../../YOLOX_outputs/yolox_tiny_mix_det/model_trt.engine -i ../../../../face1. mp4" ,it reports error, and I debug found that cap.isOpened() is equal to...

When will other pretrained models for yolox and other yaml profiles for yolov6 be released

I am currently trying to reduce the number of prior_boxes. The current approach is to reduce the dense anchor ratio to 2:1:1 (originally 4:2:1). This scheme is currently available on...

Thank you for your great work. Could you please help me that I found two problems when running YOLOX_tiny and Byte for tracking. One is that if a target is...