From 83ac360a57f7d85793043413249b5b35cd247e26 Mon Sep 17 00:00:00 2001 From: Kefan Chen Date: Wed, 20 Apr 2022 08:21:00 -0400 Subject: [PATCH] Release matterportB checkpoints. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 42d1744..f4d98c6 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ python train.py \ --data_dir \ --model 9D ``` -2. Save the estimated rotations as pickle dictionary in the data directories respectively. +2. Run DirectionNet-R on the training and test sets, then save the estimated rotations as Python pickle dictionary in the data directories respectively. 3. train DirectionNet-T. ``` python train.py \ @@ -41,7 +41,7 @@ python train.py \ ``` ## Evaluation -#DirectionNet-R +DirectionNet-R ``` python eval.py \ --checkpoint_dir \ @@ -52,7 +52,7 @@ python eval.py \ --model 9D ``` -#DirectionNet-T +DirectionNet-T ``` python eval.py \ --checkpoint_dir \