This does not yet work as-is. After following steps in the README, you still have to edit tensorflow-yolov3/core/config.py to change all D:/source/repos to /home/rdtreader.
With that edit, you should be able to run ./DockerBuild and then docker run -it --rm -p 9000:9000 iprd-rdt-reader and get a working server on localhost:9000.
This does not yet work as-is. After following steps in the README, you still have to edit tensorflow-yolov3/core/config.py to change all
D:/source/repos
to/home/rdtreader
.With that edit, you should be able to run
./DockerBuild
and thendocker run -it --rm -p 9000:9000 iprd-rdt-reader
and get a working server on localhost:9000.