Unsupervised Deep Homography: A Fast and Robust Homography Estimation
Model
Ty Nguyen, Steven W. Chen, Shreyas S. Shivakumar, Camillo J. Taylor, Vijay
Kumar
cd code/
in code/ folder:
dataset.py
: class SyntheticDataset(torch.utils.data.Dataset) implementation
homography_model.py
: Unsupervised deep homography model implementation
homography_CNN_synthetic.py
: Train and test
Download MS-COCO 2014 dataset
Store Train and test set into RAW_DATA_PATH and TEST_RAW_DATA_PATH respectly.
It will take a few hours to generate 100.000 data samples.
python utils/gen_synthetic_data.py --mode train
python utils/gen_synthetic_data.py --mode test
python homography_CNN_synthetic.py --mode train
Download pre-trained weights
链接:https://pan.baidu.com/s/102ilb5HJGydpeHtYelx_Xw 提取码:boq9
Store the model to models/synthetic_models folder
python homography_CNN_synthetic.py --mode test
results |
---|
- 2021.4.5
- Add TensorBoard visualization and some metrics.
https://github.com/tynguyen/unsupervisedDeepHomographyRAL2018