Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunjp committed Aug 28, 2020
1 parent c753662 commit a198158
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,12 @@ python Train.py --gpus 1 --dataset_path 'your_dataset_directory' --dataset_type
## Evaluation
* Test the model with our pre-trained model and memory items
```bash
python Evaluate.py --model_dir pretrained_model.pth --m_items_dir m_items.pt
python Evaluate.py --dataset_type ped2 --model_dir pretrained_model.pth --m_items_dir m_items.pt
```
* Test your own model
* Check your dataset_type (ped2, avenue or shanghai)
```bash
python Evaluate.py --model_dir your_model.pth --m_items_dir your_m_items.pt
python Evaluate.py --dataset_type ped2 --model_dir your_model.pth --m_items_dir your_m_items.pt
```

## Bibtex
Expand Down

0 comments on commit a198158

Please sign in to comment.