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 0d89bd3 commit 008394a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train_SemanticKitti.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class SemanticKittiConfig(Config):
val_radius = 4.0
n_frames = 1
max_in_points = 100000
max_val_points = 200000
max_val_points = 100000

# Number of batch
batch_num = 8
Expand Down

0 comments on commit 008394a

Please sign in to comment.