Skip to content

UTokyo-FieldPhenomics-Lab/EasyIDP

Repository files navigation

GitHub Actions Badge PyPI - Python Version GitHub GitHub top language GitHub Downloads GitHub Downloads

EasyIDP (Easy Intermediate Data Processor), A handy tool for dealing with region of interest (ROI) on the image reconstruction (Metashape & Pix4D) outputs, mainly in agriculture applications. It provides the following functions:

  1. Backward Projection ROI to original images (Backward Projector).
  2. Crop ROI on GeoTiff Maps (DOM & DSM) and Point Cloud (ROI Cropper).
  3. Save cropped results to corresponding files (ROI Saver).

This project tried to use packges based on pure-python, instead of installing some heavy packages (Open3D, OpenCV) and hard to install packages (GDAL dependices) for one or two individual functions. This may cause efficiency loss and differences in coding habit.

GitHub Downloads

Documentation

Please check Official Documents ( 中文 | 日本語(翻訳募集) ) for full documentations. And please also use the Github Discussion when you meet any problems.

References

Please cite this paper if this project helps you:

@Article{wang_easyidp_2021,
AUTHOR = {Wang, Haozhou and Duan, Yulin and Shi, Yun and Kato, Yoichiro and Ninomiya, Seish and Guo, Wei},
TITLE = {EasyIDP: A Python Package for Intermediate Data Processing in UAV-Based Plant Phenotyping},
JOURNAL = {Remote Sensing},
VOLUME = {13},
YEAR = {2021},
NUMBER = {13},
ARTICLE-NUMBER = {2622},
URL = {https://www.mdpi.com/2072-4292/13/13/2622},
ISSN = {2072-4292},
DOI = {10.3390/rs13132622}
}

We also thanks the benefits from the following open source projects:

This project was partially funded by:

  • the JST AIP Acceleration Research “Studies of CPS platform to raise big-data-driven AI agriculture”;
  • the SICORP Program JPMJSC16H2;
  • CREST Programs JPMJCR16O2 and JPMJCR16O1;
  • the International Science & Technology Innovation Program of Chinese Academy of Agricultural Sciences (CAASTIP);
  • the National Natural Science Foundation of China U19A2061.