Skip to content

Commit

Permalink
Merge branch 'master' of github.com:xingyul/flownet3d
Browse files Browse the repository at this point in the history
  • Loading branch information
xingyul committed May 12, 2019
2 parents 4f9ad39 + cd86ed0 commit 8a8df91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model_concat_upsa.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def get_model(point_cloud, is_training, bn_decay=None):
l0_xyz_f1 = point_cloud[:, :num_point, 0:3]
l0_points_f1 = point_cloud[:, :num_point, 3:]
l0_xyz_f2 = point_cloud[:, num_point:, 0:3]
l0_points_f2 = point_cloud[:, :num_point, 3:]
l0_points_f2 = point_cloud[:, num_point:, 3:]

RADIUS1 = 0.5
RADIUS2 = 1.0
Expand Down

0 comments on commit 8a8df91

Please sign in to comment.