Melinda Hunsaker
Results
2
issues of
Melinda Hunsaker
Using gpu-rest-engine, i created a service that could detect, classify -or- detect and then classify. First step is to do detection with SSD using of a single class (other than...
Dockerfile errror. There is no /detectron/lib directory. It should just be /detectron/ This : `WORKDIR /detectron/lib` `RUN make` Should be this: `WORKDIR /detectron` `RUN make`