UTokyo-FieldPhenomics-Lab / EasyIDP

A handy tool for dealing with region of interest (ROI) on the image reconstruction (Metashape & Pix4D) outputs, mainly in agriculture applications
https://easyidp.readthedocs.io/en/latest/
MIT License
46 stars 6 forks source link

Remove pix4d project image suffix #68

Closed HowcanoeWang closed 1 year ago

HowcanoeWang commented 1 year ago

The core reason caused this differences:

3ef1cff3a9f69ce0f24135fed9af526
img_np = plt.imread(ms.photos["DJI_0479"].path)
VS
img_np = plt.imread(p4d.photos["DJI_0483.JPG"].path)