This repo is an annotation tool for Ground Control Point, which is modified from opensfm, removing the dependence of opensfm.
cd AT4GCP/
pip install -r requirements.txt
For example, if we use data sample:
cd AT4GCP/
python main.py data/berlin
You should have a directory and its data structure should be like this:
- Data Root
- Images
- Seq1
- Seq2
- Seq3
- ...
- ground_control_points.json
That's OK