| OpenReview | This repository contrains our code for replicating the following papers:
- End-to-End Learnable Geometric Vision by Backpropagating PnP Optimization paper
- HigherHRNet: Scale-Aware Representation Learning for Bottom-Up Human Pose Estimation paper
Our implementation is based on moai. Please follow the intructions for installing the package.
The used dataset for running the experiments is UAVA. Please follow the instructions for downloading the data.
We provide the configuration files for training the models reported in the paper. All the configuration files for conducting the reported experiments are split in unique folders containing all the necessary parts. More specifically each folder contains:
- coordinate_regression: Which is the main configuration file consisting of the definition of the different components.
- data: configuration file for defining the data loaders.
- model: configuration file for defining the model and differenet components.
- losses: configuration file for defining the losses.
- metrics: configuration file for defining the evaluation metrics.
- options: configuration file to define the visualization functions, logging parameters, etc.
To start a training, run
moai train --coordinate_regression.yaml <main config file> --config-dir . <path_to_configuration_files>
root=<data_path>
obj_file=<drone_obj_file>
metadata=<metadata_path>