Skip to content

Commit 8427de4

Browse files
committed
Update readme
Signed-off-by: heyufan1995 <heyufan1995@gmail.com>
1 parent 95187ba commit 8427de4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

vista3d/cvpr_workshop/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Download the challenge subsets finetuned [checkpoint](https://drive.google.com/f
2727
```
2828
torchrun --nnodes=1 --nproc_per_node=8 train_cvpr.py
2929
```
30+
The checkpoint saved by train_cvpr.py can be updated by `update_ckpt.py` to remove the additional `module` key due to multi-gpu training.
31+
3032

3133
# Inference
3234
You can directly download the [docker file](https://drive.google.com/file/d/1r2KvHP_30nHR3LU7NJEdscVnlZ2hTtcd/view?usp=sharing) for the challenge baseline.
@@ -35,6 +37,6 @@ We provide a Dockerfile to satisfy the challenge format. For more details, refer
3537
docker build -t vista3d:latest .
3638
docker save -o vista3d.tar.gz vista3d:latest
3739
```
38-
You can also directly run `predict.sh`. Download the finetuned checkpoint and modify the `--model=/your_downloaded_checkpoint'.
40+
You can also directly run `predict.sh`. Download the finetuned checkpoint and modify the `--model=/your_downloaded_checkpoint`. Change `save_data=True` in `infer_cvpr.py` to save predictions to nifti files for visualization.
3941

4042

0 commit comments

Comments
 (0)