facebookresearch / facebookresearch/eft

OpenGL.error.GLError

Open
#15 3 comments 3 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
407
Forks
35
PR merge metrics
No merged PRs in 30d

Description

First, I encountered the bug 'ImportError: cannot import name 'ModelOutput''. Then, I modified the code from 'from smplx.body_models import ModelOutput' to 'from smplx.body_models import SMPLOutput' in smpl.py. Finally, I encountered the bug
OpenGL.error.GLError: GLError(
err = 1282,
description = b'invalid operation',
baseOperation = glGetUniformLocation,
cArguments = (3, b'ModelMat\x00'),
result = -1
)
and I don't know how to solve it. Could you please help me?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.