/ncnn_project

ncnn project repository for funny

Primary LanguageC++

ncnn project

This repo is dedicated to the my ncnn's toy projects.

content

  1. Gated-SCNN
  2. CenterNet
  3. UNet-VB
  4. FaceMesh

Gated-SCNN

The heaviest model best_cityscapes_checkpoint.pth are used.
The input size is fixed at h, w = 512, 1024.
The .param and .bin can be taken from google drive

Take a random sample from a Beijing street scene

e1 e1

CenterNet

The model resnet50_coco_wo_deconv.pth are used.
The input size is fixed at h, w = 448, 672.
The ncnn weight google drive
e1 e1

UNet-VB

The model is just a very common UNet with ResNet
The input size is fixed at h, w = 256, 256. In order to achieve a better effect on high resolution pictures, the grid cutting trick was used.
The ncnn weight google drive

e1 e1

FaceMesh

Not exactly the same as the google official implementation.
The main difference is that the face detector in MediaPipe is not used here. Besides, the five keypoints of the face were not detected. So the face is not aligned horizontally and going straight to the Landmarks detection. Obviously, this must make a performance difference.
e1