Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dense Pose crashes #12

Open
samhodge opened this issue May 26, 2019 · 3 comments
Open

Dense Pose crashes #12

samhodge opened this issue May 26, 2019 · 3 comments

Comments

@samhodge
Copy link

Server -> Receiving message of size: 24883378
Server -> 24883378 bytes read
Server -> Message parsed
Server -> Received inference request
Server -> Requesting inference on model: densepose
Server -> Starting inference
WARNING:root:[====DEPRECATE WARNING====]: you are creating an object from CNNModelHelper class which will be deprecated soon. Please use ModelHelper object with brew module. For more information, please refer to caffe2.ai and python/brew.py, python/brew_test.py for more information.
Server -> Exception caught on inference on model:
Server -> Serializing message
Server -> Sending response message of size: 18
Server -> ----------------------------------------------

But in the good news pile, MaskRCNN works.

Nuke-ML

@ringdk
Copy link
Contributor

ringdk commented May 27, 2019

Great to hear Mask R-CNN is running!

As for DensePose not running, from the console output it looks like it should have returned an error to Nuke. Is any error displayed in the Viewer?

One thing to check is to start with a clean Nuke script, load MLClient, make sure that DensePose is the first model you choose to run. Another thing to check is that you have enough GPU memory available (but you normally get a big error when this happens so it's unlikely.)

@samhodge
Copy link
Author

There was a Red error message, I will boot into CentOS 7.4 in about 12 hours from now, right now I have other priorities.

I am very interested in getting a lot more familiar with DensePose with regard to closing the loop and returning temporally sparse Roto shapes to Nuke.

It will probably take a block of time in the hundreds of hours to perfect.

@samhodge
Copy link
Author

This is all I get as an error

ERROR: MLClient1:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants