CoolFace
Datasetpublic

D-Robotics/DOSOD_docker_images

There is the docker environment of DOSOD. Huggingface, Github CPU docker usage step 1: load docker image docker load < dosod_cpu_v1.tar step 2: start docker container docker run -itd \ --name dosod \ --shm-size 128G \ --privileged=true \ -v /mnt/work:/mnt \ -v /mnt/data:/data \ -w /root \ d_robotics/dosod_cpu:v1 step 3: run dokcer container docker exec -it dosod bash

sourceHugging Faceapache-2.0updated 10mo agoView on Hugging Face
0likes3downloads
3 commits on main
6405e5f10mo ago

Update README.md

QIANCHEN100
3bc377d10mo ago

initial commit

QIANCHEN100
feacf8310mo ago

initial commit

QIANCHEN100