Skip to content

Commit

Permalink
Corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
HuguesTHOMAS committed May 8, 2020
1 parent 634840a commit 0d89bd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions train_SemanticKitti.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@ class SemanticKittiConfig(Config):
###################

# Radius of the input sphere
in_radius = 6.0
val_radius = 51.0
in_radius = 4.0
val_radius = 4.0
n_frames = 1
max_in_points = 100000
max_val_points = 200000

# Number of batch
batch_num = 8
val_batch_num = 1
val_batch_num = 8

# Number of kernel points
num_kernel_points = 15
Expand Down

0 comments on commit 0d89bd3

Please sign in to comment.