issues
search
quic
/
sense
Enhance your application with the ability to see and interact with humans using any RGB camera.
https://20bn.com/products/datasets
MIT License
734
stars
107
forks
source link
Demos kwargs refactor
#181
Closed
sunny-panchal
closed
3 years ago
sunny-panchal
commented
3 years ago
Some changes:
I further updated the kwargs to simplify the function signatures.
Typehints throw an error when multiple types are passed in (where
Optional[int, float]
's were used) -- replaced with just float
Some changes:
Optional[int, float]
's were used) -- replaced with just float