MocapNET icon indicating copy to clipboard operation
MocapNET copied to clipboard

Can I use single model in this framework?

Open FunnyWii opened this issue 1 year ago • 1 comments

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 ?

FunnyWii avatar Mar 25 '24 06:03 FunnyWii

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

AmmarkoV avatar Jun 14 '24 13:06 AmmarkoV