ByteTrack_yolov5 icon indicating copy to clipboard operation
ByteTrack_yolov5 copied to clipboard

Results 7 ByteTrack_yolov5 issues
Sort by recently updated
recently updated
newest added

When I set the weight to xx. engine, the terminal displays " AssertionError: (torch.Size([1,3,608,1088]), (1,3,640,640))". how to deal with it? thx

![image](https://user-images.githubusercontent.com/22740766/157821621-1f4e9531-45cb-481f-a29e-ef20a9338e58.png) please help me,thanks

![337dbc10abd3b6867fe238c9456e371](https://user-images.githubusercontent.com/41287125/197482662-b38945e6-7c16-4439-822e-57fe6d41ff32.png)

outputs = self.model(img, False, False) # if self.decoder is not None: # outputs = self.decoder(outputs, dtype=outputs.type()) print('before nms:', outputs.size()) outputs = postprocess(outputs, self.num_classes, self.confthre, self.nmsthre) # outputs = non_max_suppression(outputs, 0.1,...

Hello, were you able to run train.py and track.py using yolov5?

![image](https://user-images.githubusercontent.com/22740766/157153884-df4359c5-aeb4-44c1-a3ef-98b4d7a9ddf6.png) I use yolov5 training input image size is (1600,1600), when inferencing, I want to set tsize to (1600,1600), but there is an error, what happened? tsize = (640,640)is running...