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

IndexError #25

Closed
sunshantong opened this issue Sep 26, 2020 · 2 comments
Closed

IndexError #25

sunshantong opened this issue Sep 26, 2020 · 2 comments

Comments

@sunshantong
Copy link

Hi, thank you for your work! When I run python benchmark.py, the following occurred:

1
bottle_red_stanford_norm
benchmark.py:102: RuntimeWarning: invalid value encountered in arccos
  theta = np.arccos(y1.dot(y2) / (np.linalg.norm(y1) * np.linalg.norm(y2)))
bottle_shampoo_norm
bottle_shengjun_norm
bowl_shengjun_norm
benchmark.py:116: RuntimeWarning: invalid value encountered in arccos
  theta = np.arccos((np.trace(R) - 1) / 2)
bowl_blue_white_chinese_norm
bowl_white_small_norm
Traceback (most recent call last):
  File "benchmark.py", line 264, in <module>
    main() 
  File "benchmark.py", line 199, in main
    gt_pose = result['gt_RTs'][num_idx]
IndexError: index 4 is out of bounds for axis 0 with size 4

Can you give me some suggestions? Thank you very much.

@LyuJ1998 LyuJ1998 reopened this Sep 30, 2020
@LyuJ1998
Copy link
Collaborator

Hi, please see Issue#16.

@xsf777
Copy link

xsf777 commented Mar 13, 2022

so how to solve?

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

3 participants