Skip to content

Change type of TrackID variable

The type of the TrackID needed to be changed from unsigned int to int. The unsigned int type is not supported by Tensor.

Error Message TypeError: can't convert np.ndarray of type numpy.uint32. The only supported types are: float64, float32, float16, complex64, complex128, int64, int32, int16, int8, uint8, and bool.
  • CI Passing
  • Comments addressed
  • Source branch is up to date with target

Merge request reports