Sign inSign up

insightface/onnxruntime

By insightface

Updated almost 5 years ago

insightface/onnxruntime is a image for ICCV21-MFR challenge.

Image
0

151

insightface/onnxruntime repository overview

insightface/onnxruntime

insightface/onnxruntime is officially designated environment for The Masked Face Recognition Challenge & Workshop(MFR) which was held in conjunction with the International Conference on Computer Vision (ICCV) 2021.

Running

If you have Docker 19.03 or later, a typical command to launch the container is:

docker run --shm-size=1g --ulimit memlock=-1 --ulimit stack=67108864 -v /train_tmp:/train_tmp --gpus all -it insightface/onnxruntime /bin/bash

Where:

  • -it means run in interactive mode
  • --rm will delete the container when finished
  • -v is the mounting directory

Note: DIGITS uses shared memory to share data between processes. For example, if you use Torch multiprocessing for multi-threaded data loaders, the default shared memory segment size that the container runs with may not be enough. Therefore, you should increase the shared memory size by issuing either: --ipc=hostor --shm-size=in the command line to: docker run --gpus all.

Release note

tagGPU Driver RequirementscudacudnnonnxonnxruntimePython
0.1470 or later11.18.0.51.10.11.8.13.7.3

License

By pulling and using the container, you accept the terms and conditions of this End User License Agreement.

Tag summary

Content type

Image

Digest

Size

8.9 GB

Last updated

almost 5 years ago

docker pull insightface/onnxruntime:0.1