Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

  1. Add some NN modules and Samples.

    1. Human tracking. This feature could track one person with the specified ID all along.

    2. Human falling detection. This feature combined with tracking technology, can accurately identify whether someone has fallen.

    3. 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.

  2. 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.

  3. Define some specified paths for some resource, for example, config, font, test image, model file, test video and so on.

  4. Define some specified folders such as botSortTrack, imageWriter, videoWriter for assist.

  5. Provide Libs and header files for users to integrate specific NN modules into their applications using the standard interfaces we provide.

  6. Provide COMPILE SH to enable users to easily compile SNNF and locate generated resources in the specified release directory.

  7. Optimize the system to make it more robust, and after long-term testing, the system is stable.

Gamma release

  1. 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.

  1. Parallel operations in multi-model applications can maximize the utilization of NPU and CPU, ultimately maximizing the processing frame rate of the application.

  2. Implement official and customized partitions.

  3. Arrangement of some folder struct such as tool and algo and so on.

  4. The parameters of nnf_sample are designed in the standard Linux option (-, --) way.

...