MobileNetV2 Example Code
Install MobileNetV2 Example
sudo apt install es-sdk-sample-npu-mobilenetv2
After installation, the sample will be located at the /opt/eswin/sample-code/npu_sample/npu_mobilenetv2_sample
directory.
Directory Structure
The detailed directory structure is as follows:
debian@rockos-eswin:/opt/eswin/sample-code/npu_sample/npu_mobilenetv2_sample$ tree
.
├── bin
│ └── sample_npu
├── models
│ └── mobilenet
│ ├── es_mobilenet_classes.txt
│ ├── es_mobilenet_post_process.json
│ ├── es_mobilenet_pre_process.json
│ ├── git_mobilenetv2_mix_4x3x224x224_dyn_latency.model
│ ├── git_mobilenetv2_mix_4x3x224x224_dyn_latency.ofmap_order.txt
│ ├── git_mobilenetv2_mix_4x3x224x224_dyn.model
│ ├── git_mobilenetv2_mix_4x3x224x224_dyn_throughput.model
│ ├── git_mobilenetv2_mix_4x3x224x224_dyn_throughput.ofmap_order.txt
│ ├── input
│ │ └── pictures
│ │ └── input0
│ │ ├── ILSVRC2012_val_00003966.JPEG
│ │ ├── ILSVRC2012_val_00009032.JPEG
│ │ ├── ILSVRC2012_val_00011712.JPEG
│ │ ├── ILSVRC2012_val_00016098.JPEG
│ │ ├── ILSVRC2012_val_00017212.JPEG
│ │ ├── ILSVRC2012_val_00017773.JPEG