blakeblackshear.frigate/frigate/test
Sergey Krashevich 0fcfcb85ab
Implement NVML for NVIDIA GPU Stats (#6359)
* nvml

* black...black...black...

* small fix for avoid errors on strange GPUs and old drivers

* fix type errors

* fix type errors

* fix unittest process crash

where the tests for tests?..

* it's impossible to mock low-level library

* fix double % for other GPU types

* remove space before gpu statistic values
2023-05-04 18:02:01 -05:00
..
__init__.py
const.py
test_camera_pw.py Fix cleaning logs with rtsp in middle (#5800) 2023-03-21 17:21:37 -05:00
test_config.py Bug fixes (#6332) 2023-04-30 14:58:39 -05:00
test_copy_yuv_to_position.py
test_ffmpeg_presets.py Add specific presets for restream and record with audio (#5094) 2023-01-15 09:40:42 -06:00
test_gpu_stats.py Implement NVML for NVIDIA GPU Stats (#6359) 2023-05-04 18:02:01 -05:00
test_http.py add plus integration for models (#6328) 2023-04-30 13:32:36 -05:00
test_object_detector.py Convert detectors to factory pattern, ability to set different model for each detector (#4635) 2022-12-15 07:12:52 -06:00
test_reduce_boxes.py Run python unit tests in a github actions (#2589) 2022-02-18 21:18:26 -06:00
test_storage.py
test_yuv_region_2_rgb.py