tommulder commited on
Commit
443f8f3
·
1 Parent(s): 950f670

Remove __pycache__ files and add .gitignore

Browse files
Files changed (34) hide show
  1. src/facialembeddingsmatch/__pycache__/__init__.cpython-312.pyc +0 -0
  2. src/facialembeddingsmatch/__pycache__/facial_matcher.cpython-312.pyc +0 -0
  3. src/gesturedetection/__pycache__/__init__.cpython-312.pyc +0 -0
  4. src/gesturedetection/__pycache__/api.cpython-312.pyc +0 -0
  5. src/gesturedetection/__pycache__/config.cpython-312.pyc +0 -0
  6. src/gesturedetection/__pycache__/main_controller.cpython-312.pyc +0 -0
  7. src/gesturedetection/__pycache__/models.cpython-312.pyc +0 -0
  8. src/gesturedetection/__pycache__/onnx_models.cpython-312.pyc +0 -0
  9. src/gesturedetection/ocsort/__pycache__/__init__.cpython-312.pyc +0 -0
  10. src/gesturedetection/ocsort/__pycache__/__init__.cpython-39.pyc +0 -0
  11. src/gesturedetection/ocsort/__pycache__/association.cpython-312.pyc +0 -0
  12. src/gesturedetection/ocsort/__pycache__/association.cpython-39.pyc +0 -0
  13. src/gesturedetection/ocsort/__pycache__/kalmanboxtracker.cpython-312.pyc +0 -0
  14. src/gesturedetection/ocsort/__pycache__/kalmanboxtracker.cpython-39.pyc +0 -0
  15. src/gesturedetection/ocsort/__pycache__/kalmanfilter.cpython-312.pyc +0 -0
  16. src/gesturedetection/ocsort/__pycache__/kalmanfilter.cpython-39.pyc +0 -0
  17. src/gesturedetection/utils/__pycache__/__init__.cpython-312.pyc +0 -0
  18. src/gesturedetection/utils/__pycache__/__init__.cpython-39.pyc +0 -0
  19. src/gesturedetection/utils/__pycache__/action_controller.cpython-312.pyc +0 -0
  20. src/gesturedetection/utils/__pycache__/action_controller.cpython-39.pyc +0 -0
  21. src/gesturedetection/utils/__pycache__/box_utils_numpy.cpython-312.pyc +0 -0
  22. src/gesturedetection/utils/__pycache__/box_utils_numpy.cpython-39.pyc +0 -0
  23. src/gesturedetection/utils/__pycache__/drawer.cpython-312.pyc +0 -0
  24. src/gesturedetection/utils/__pycache__/drawer.cpython-39.pyc +0 -0
  25. src/gesturedetection/utils/__pycache__/enums.cpython-312.pyc +0 -0
  26. src/gesturedetection/utils/__pycache__/enums.cpython-39.pyc +0 -0
  27. src/gesturedetection/utils/__pycache__/hand.cpython-312.pyc +0 -0
  28. src/gesturedetection/utils/__pycache__/hand.cpython-39.pyc +0 -0
  29. src/validate/__pycache__/__init__.cpython-312.pyc +0 -0
  30. src/validate/__pycache__/api.cpython-312.pyc +0 -0
  31. src/validate/__pycache__/config.cpython-312.pyc +0 -0
  32. src/validate/__pycache__/facial_validator.cpython-312.pyc +0 -0
  33. src/validate/__pycache__/gesture_validator.cpython-312.pyc +0 -0
  34. src/validate/__pycache__/models.cpython-312.pyc +0 -0
src/facialembeddingsmatch/__pycache__/__init__.cpython-312.pyc DELETED
Binary file (617 Bytes)
 
src/facialembeddingsmatch/__pycache__/facial_matcher.cpython-312.pyc DELETED
Binary file (13.5 kB)
 
src/gesturedetection/__pycache__/__init__.cpython-312.pyc DELETED
Binary file (703 Bytes)
 
src/gesturedetection/__pycache__/api.cpython-312.pyc DELETED
Binary file (11.8 kB)
 
src/gesturedetection/__pycache__/config.cpython-312.pyc DELETED
Binary file (2.18 kB)
 
src/gesturedetection/__pycache__/main_controller.cpython-312.pyc DELETED
Binary file (12.3 kB)
 
src/gesturedetection/__pycache__/models.cpython-312.pyc DELETED
Binary file (2.95 kB)
 
src/gesturedetection/__pycache__/onnx_models.cpython-312.pyc DELETED
Binary file (10 kB)
 
src/gesturedetection/ocsort/__pycache__/__init__.cpython-312.pyc DELETED
Binary file (434 Bytes)
 
src/gesturedetection/ocsort/__pycache__/__init__.cpython-39.pyc DELETED
Binary file (400 Bytes)
 
src/gesturedetection/ocsort/__pycache__/association.cpython-312.pyc DELETED
Binary file (22.3 kB)
 
src/gesturedetection/ocsort/__pycache__/association.cpython-39.pyc DELETED
Binary file (11.4 kB)
 
src/gesturedetection/ocsort/__pycache__/kalmanboxtracker.cpython-312.pyc DELETED
Binary file (7.89 kB)
 
src/gesturedetection/ocsort/__pycache__/kalmanboxtracker.cpython-39.pyc DELETED
Binary file (4.63 kB)
 
src/gesturedetection/ocsort/__pycache__/kalmanfilter.cpython-312.pyc DELETED
Binary file (69.3 kB)
 
src/gesturedetection/ocsort/__pycache__/kalmanfilter.cpython-39.pyc DELETED
Binary file (50.3 kB)
 
src/gesturedetection/utils/__pycache__/__init__.cpython-312.pyc DELETED
Binary file (504 Bytes)
 
src/gesturedetection/utils/__pycache__/__init__.cpython-39.pyc DELETED
Binary file (465 Bytes)
 
src/gesturedetection/utils/__pycache__/action_controller.cpython-312.pyc DELETED
Binary file (25.8 kB)
 
src/gesturedetection/utils/__pycache__/action_controller.cpython-39.pyc DELETED
Binary file (12 kB)
 
src/gesturedetection/utils/__pycache__/box_utils_numpy.cpython-312.pyc DELETED
Binary file (7.47 kB)
 
src/gesturedetection/utils/__pycache__/box_utils_numpy.cpython-39.pyc DELETED
Binary file (5.46 kB)
 
src/gesturedetection/utils/__pycache__/drawer.cpython-312.pyc DELETED
Binary file (9.86 kB)
 
src/gesturedetection/utils/__pycache__/drawer.cpython-39.pyc DELETED
Binary file (4.29 kB)
 
src/gesturedetection/utils/__pycache__/enums.cpython-312.pyc DELETED
Binary file (2.59 kB)
 
src/gesturedetection/utils/__pycache__/enums.cpython-39.pyc DELETED
Binary file (2.33 kB)
 
src/gesturedetection/utils/__pycache__/hand.cpython-312.pyc DELETED
Binary file (1.7 kB)
 
src/gesturedetection/utils/__pycache__/hand.cpython-39.pyc DELETED
Binary file (1.18 kB)
 
src/validate/__pycache__/__init__.cpython-312.pyc DELETED
Binary file (690 Bytes)
 
src/validate/__pycache__/api.cpython-312.pyc DELETED
Binary file (14.5 kB)
 
src/validate/__pycache__/config.cpython-312.pyc DELETED
Binary file (6.92 kB)
 
src/validate/__pycache__/facial_validator.cpython-312.pyc DELETED
Binary file (10.7 kB)
 
src/validate/__pycache__/gesture_validator.cpython-312.pyc DELETED
Binary file (17.4 kB)
 
src/validate/__pycache__/models.cpython-312.pyc DELETED
Binary file (8.47 kB)