Record
Version | Tag | Date | Note |
V1.0.0 | V1.0.0 | 2024/09/30 | Formal release |
Gamma release | gamma_ver | 2024/07/19 | The 3rd formal release |
Beta release | beta_ver | 2024/07/11 | The 2nd formal release |
Alpha release | alpha_ver | 2024/06/11 | The 1st formal release |
Release note
V1.0.0
Add some NN modules and Samples.
Human tracking. This feature could track one person with the specified ID all along.
Human falling detection. This feature combined with tracking technology, can accurately identify whether someone has fallen.
Face Recognition. This feature is composed of two models and needs to be combined with the upper layer application of the database to achieve a complete face recognition. There are already mature demos for this feature.
Implement official and customized partitions, you can copy an offical model to customized zone for further customizing, or just put your own model in the customized zone as a new model.
Define some specified paths for some resource, for example, config, font, test image, model file, test video and so on.
Define some specified folders such as botSortTrack, imageWriter, videoWriter for assist.
Provide Libs and header files for users to integrate specific NN modules into their applications using the standard interfaces we provide.
Provide COMPILE SH to enable users to easily compile SNNF and locate generated resources in the specified release directory.
Optimize the system to make it more robust, and after long-term testing, the system is stable.
Gamma release
Add some NN modules and Samples.
...
f. License plate recognition. It can detect license plates and recognize their contents.
g. Yolov10 Detection. Models for Object Detection.
h. RTMDet. Real-time Models for Object Detection.
Parallel operations in multi-model applications can maximize the utilization of NPU and CPU, ultimately maximizing the processing frame rate of the application.
Implement official and customized partitions.
Arrangement of some folder struct such as tool and algo and so on.
The parameters of nnf_sample are designed in the standard Linux option (-, --) way.
...