dope4j
CONTENT

Overview

dope4j provides access to Deep Object Pose Estimation (DOPE) models from Java.

Requirements

All libraries should be available globally in the system or provided separately as follows:

export LD_LIBRARY_PATH=<PATH_TO_TENSOR_RT>/lib:<PATH_TO_CUDNN>/lib

For Windows:

export PATH=<PATH_TO_CUDNN>/bin:<PATH_TO_TENSOR_RT>/lib:<PATH_TO_TENSOR_RT>/bin:$PATH

Tested environments

dope4j was tested under following environments:

It is possible that dope4j works on other environments too except they were not tested yet.

Documentation

Links