MocapNET
MocapNET copied to clipboard
Can I use single model in this framework?
If I run the combined models, the computing resource is not enough, and the FPS reach down to 3...(4060Ti)
So can I use single model e.g. openpose_model.pd ?
The code base uses Tensorflow 2 / CUDA for hardware acceleration, Having such a low framerate with such a good GPU means that the libtensorflow probably doesn't have GPU enabled! When running initialize.sh script there are some questions to enable GPU, to change the default behavior of running on CPU edit this line : https://github.com/FORTH-ModelBasedTracker/MocapNET/blob/master/initialize.sh#L210 or answer yes when asked on using a GPU