Skip to content

Commit

Permalink
real scene parse
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishad Gothoskar committed Nov 6, 2023
1 parent f4ac147 commit 785f158
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 2,022 deletions.
4 changes: 2 additions & 2 deletions bayes3d/utils/enumerations.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ def make_rotation_grid_enumeration(fibonacci_sphere_points, num_planar_angle_poi
Params:
fib_sample: number of rotation axes to sample, on the region of the fibonacci sphere specified by `sphere_angle_range`
rot_sample: number of in-axis rotations to sample, in the interval [min_rot_angle, max_rot_angle]
min_rot_angle, max_rot_angle: the minimum and maximum rotation angle values; max_rot_angle - min_rot_angle \leq 2*pi
sphere_angle_range: the maximum phi angle (in spherical coordinates) that bounds the region of the fibonacci sphere to sample rotation axes from; sphere_angle_range \leq pi
min_rot_angle, max_rot_angle: the minimum and maximum rotation angle values; max_rot_angle - min_rot_angle leq 2*pi
sphere_angle_range: the maximum phi angle (in spherical coordinates) that bounds the region of the fibonacci sphere to sample rotation axes from; sphere_angle_range leq pi
Returns:
rotation proposals: (fib_sample*rot_sample, 4, 4)
Expand Down
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ omegaconf
fvcore
iopath
submitit
wget
wget
mkdocs
mkdocs-material
2,056 changes: 37 additions & 2,019 deletions scripts/experiments/likelihood_debug/real_scene_parse.ipynb

Large diffs are not rendered by default.

0 comments on commit 785f158

Please sign in to comment.