RefineDet is a neural network that is used to detect human bodies. The input is a picture with some individuals that you would like to detect. The output is a vector of the result structure that contain each box’s information. The following image shows the result of RefineDet detection:
Figure 1. RefineDet Detection Example
The following table lists the RefineDet detection models supported by the Vitis AI Library.
No | Model Name | Framework |
---|---|---|
1 | refinedet_pruned_0_8 | Caffe |
2 | refinedet_pruned_0_92 | |
3 | refinedet_pruned_0_96 | |
4 | refinedet_baseline | |
5 | refinedet_VOC_tf | TensorFlow |