Skip to content

KinFu render() error (python3.8) #2925

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

Closed
4 tasks done
DumDereDum opened this issue Apr 15, 2021 · 0 comments · Fixed by #2926
Closed
4 tasks done

KinFu render() error (python3.8) #2925

DumDereDum opened this issue Apr 15, 2021 · 0 comments · Fixed by #2926
Assignees

Comments

@DumDereDum
Copy link
Member

DumDereDum commented Apr 15, 2021

System information (version)
  • OpenCV => 4.2
  • Operating System / Platform => Windows 64 Bit
  • Compiler => Visual Studio 2019 (for building python library)
  • PyCharm 2020.3
  • Python 3.8
Detailed description

Python version of kinfu.render works only with 2 args, while it should work with 1 and with 2

Steps to reproduce
```
params = cv2.kinfu_Params.defaultParams()
kf = cv2.kinfu_KinFu.create(params)
flag = kf.update(depth)
size = height, width, 4
cvt8 = np.zeros(size, dtype=np.uint8)
kf.render(cvt8)
```
Issue submission checklist
  • I report the issue, it's not a question
  • I checked the problem with documentation, FAQ, open issues,
    answers.opencv.org, Stack Overflow, etc and have not found solution
  • I updated to latest OpenCV version and the issue is still there
  • There is reproducer code and related data files: videos, images, onnx, etc
@DumDereDum DumDereDum mentioned this issue Apr 15, 2021
6 tasks
@savuor savuor self-assigned this Apr 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants