├── README.md ├── compile.py ├── deploy.py ├── deploy_graph.json ├── deploy_lib.so ├── deploy_param.params ├── images ├── 1_1.png ├── 1_2.png ├── 2_1.png └── 2_2.png └── model ├── model-0000.params └── model-symbol.json /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MirrorYuChen/tvm_insightface/HEAD/README.md -------------------------------------------------------------------------------- /compile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MirrorYuChen/tvm_insightface/HEAD/compile.py -------------------------------------------------------------------------------- /deploy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MirrorYuChen/tvm_insightface/HEAD/deploy.py -------------------------------------------------------------------------------- /deploy_graph.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MirrorYuChen/tvm_insightface/HEAD/deploy_graph.json -------------------------------------------------------------------------------- /deploy_lib.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MirrorYuChen/tvm_insightface/HEAD/deploy_lib.so -------------------------------------------------------------------------------- /deploy_param.params: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MirrorYuChen/tvm_insightface/HEAD/deploy_param.params -------------------------------------------------------------------------------- /images/1_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MirrorYuChen/tvm_insightface/HEAD/images/1_1.png -------------------------------------------------------------------------------- /images/1_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MirrorYuChen/tvm_insightface/HEAD/images/1_2.png -------------------------------------------------------------------------------- /images/2_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MirrorYuChen/tvm_insightface/HEAD/images/2_1.png -------------------------------------------------------------------------------- /images/2_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MirrorYuChen/tvm_insightface/HEAD/images/2_2.png -------------------------------------------------------------------------------- /model/model-0000.params: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MirrorYuChen/tvm_insightface/HEAD/model/model-0000.params -------------------------------------------------------------------------------- /model/model-symbol.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MirrorYuChen/tvm_insightface/HEAD/model/model-symbol.json --------------------------------------------------------------------------------