insightface/onnxruntime is a image for ICCV21-MFR challenge.
151
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.
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 directoryNote: 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.
| tag | GPU Driver Requirements | cuda | cudnn | onnx | onnxruntime | Python |
|---|---|---|---|---|---|---|
| 0.1 | 470 or later | 11.1 | 8.0.5 | 1.10.1 | 1.8.1 | 3.7.3 |
By pulling and using the container, you accept the terms and conditions of this End User License Agreement.
Content type
Image
Digest
Size
8.9 GB
Last updated
almost 5 years ago
docker pull insightface/onnxruntime:0.1