Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

hogesako/poc_face_recognition

Repository files navigation

Jetson Nano(jetpack4.3)でのdlib build

コンパイル自体は通るがIllegal instruction (core dumped) が出るのでいったん諦めている

default runtimeをnvidiaに変更

/etc/docker/daemon.json

{
    "default-runtime": "nvidia",
    "runtimes": {
        "nvidia": {
            "path": "nvidia-container-runtime",
            "runtimeArgs": []
        }
    }
}
systemd restart docker

libcnn.hをコピーしてからビルド

cp /usr/include/libcnn.h ./include
docker build -f Dockerfile.jetson43 -t face_reco .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published