colliers95 / rhino-midden-detection

Detecting rhino middens in RGB, thermal and lidar imagery with active learning
GNU General Public License v3.0
1 stars 0 forks source link

Code running on import #2

Closed colliers95 closed 1 year ago

colliers95 commented 2 years ago

https://github.com/colliers95/rhino-midden-detection/blob/b66dd1594cb2468c59c3037fdfcdd0f04f485faf/Code/DataEngineering.py#L281-L286

Should there be a if __name__ == "__main__": before this chunk? (e.g. on line 281) This is going to run when the DataEngineering is imported into Run.py otherwise

colliers95 commented 1 year ago

Issue resolved