Skip to content

Commit

Permalink
update readme / configs
Browse files Browse the repository at this point in the history
  • Loading branch information
aboulch committed Dec 12, 2022
1 parent 24eaaee commit ee2edec
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,6 @@ Detection | KITTI3D | SECOND/PVRCNN | download | trained for KITTI3D |

Here are links to pre-trained models

## Performances

## Acknowledgments

This project would not have been possible without many community ressources and repositories. Among them:
Expand Down
2 changes: 1 addition & 1 deletion also_selfsup/configs/cfg/kitti360_second.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ inputs: ["pos", "intensities"]

# optimization
training:
max_epochs: 100
max_epochs: 75
batch_size: 8
val_interval: 5

Expand Down
2 changes: 1 addition & 1 deletion also_selfsup/configs/cfg/kitti3d_second.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ inputs: ["pos", "intensities"]

# optimization
training:
max_epochs: 100
max_epochs: 500
batch_size: 8
val_interval: 5

Expand Down
2 changes: 1 addition & 1 deletion also_selfsup/configs/cfg/once_raw_small_second.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ inputs: ["pos", "intensities"]

# optimization
training:
max_epochs: 50
max_epochs: 40
batch_size: 8
val_interval: 5

Expand Down

0 comments on commit ee2edec

Please sign in to comment.