(ECCV 22 Oral)Vote from the Center: 6 DoF Pose Estimation in RGB-D Images by Radial Keypoint Voting
GNU General Public License v3.0
49
stars
9
forks
source link
TypeError: Accumulator_3D() takes 2 positional arguments but 4 were given #1
Closed
andreazuna89 closed 2 years ago
Hi, thanks for the great work. I am testing RCVPose but got the following error:
center_mm_s = Accumulator_3D(xyz, xyz_load_transformed, radial_list, pixel_coor) TypeError: Accumulator_3D() takes 2 positional arguments but 4 were given
The function is defined for two inputs as arguments. Can you help here?
Best