issues
search
aisingapore
/
PeekingDuck
A modular framework built to simplify Computer Vision inference workloads.
Apache License 2.0
163
stars
39
forks
source link
Test: remove cast to be compatible with numba
#743
Closed
liyier90
closed
1 year ago
liyier90
commented
1 year ago
Remove
typing.cast
to be compatible with Numba use
type: ignore
instead
Create
mean
and
covariance
as 0-element arrays instead
typing.cast
to be compatible with Numba usetype: ignore
insteadmean
andcovariance
as 0-element arrays instead