sha2nkt / deco

Estimate vertex-level 3D human-scene and human-object contacts across the full body mesh
https://deco.is.tue.mpg.de/
Other
63 stars 6 forks source link

Running inference.py #3

Closed antonagafonov closed 11 months ago

antonagafonov commented 11 months ago

/home/aa/Documents/GitHub/deco/utils/hrnet.py:549: SyntaxWarning: "is" with a literal. Did you mean "=="? or self.pretrained_layers[0] is '*':

ac5113 commented 11 months ago

The code for hrnet is for an older version of python, and thus this warning pops up. However, this should not hamper the running of the inference code.