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 \