LukasBommes / PV-Hawk

Tool for the extraction and mapping of photovoltaics modules from IR drone videos of utility-scale PV plants (my PhD project)
MIT License
55 stars 14 forks source link

Fix ground truth data for prepare_opensfm test #20

Open LukasBommes opened 2 years ago

LukasBommes commented 2 years ago

With undistort=False ground truth data for the prepare_opensfm test if now incorrect. Update ground truth data to fix that.

riham-basheer commented 1 year ago

I second this. Thanks for the heads up.

If you are having the error message: FAIL: test run (tests.integration.test prepare opensfm.Test Prepare Opensfm) ---------------------------------------------------------------------- Traceback (most recent call last): File "/pvextractor/tests/integration/test_prepare_opensfm.py", line 61, in test_run os.path.join(self.ground_truth_dir, "cluster_000000", "images") AssertionError: False is not true

Go to : PV-Hawk/extractor/mapping/prepare_opensfm.py And turn any undistort=False to True.