Military_Vehicles_Tracking icon indicating copy to clipboard operation
Military_Vehicles_Tracking copied to clipboard

Empty frame processing error

Open ahmetybilgin opened this issue 2 years ago • 0 comments

Hello. The error is probably the first empty frame handling error. How can i solve this. Thanks. Tracking: 0%|
Traceback (most recent call last): File "main.py", line 30, in for frame, bounding_boxes in tracker: ... bbox_xywh = torch.Tensor(bbox_df[['xcenter', 'ycenter', 'width', 'height']].to_numpy()) TypeError: can't convert np.ndarray of type numpy.object_. The only supported types are: float64, float32, float16, complex64, complex128, int64, int32, int16, int8, uint8, and bool.

ahmetybilgin avatar Sep 07 '23 08:09 ahmetybilgin