You can run this project inside a docker image. Steps to run this code in a docker container
Go to the project directory
$ docker build -t "pyhgt:latest" -f ./Docker/DockerFile .
$ docker run --rm -it --init --runtime=nvidia --ipc=host --network=host --volume=$PWD:/home/user/app -e NVIDIA_VISIBLE_DEVICES=0 "pyhgt:latest" /bin/bash