Skip to content

Commit

Permalink
fix interpretor for Crop_image_main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaulttabarin committed Jun 3, 2022
1 parent 7ea812a commit fe5ecec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Scripts/Crop_image/Crop_image_main.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/usr/local/bin/python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Created on Wed Jan 12 13:00:22 2022
@author: thibault
Contain functions to get the bounding box (bbox) from the metadata file
and crop the fish out of the image from the bbox
everything is wrap into a main function executable via
everything is wrap into a main function executable via
python crop_main.py <image> <metadatafile> <output_crop>
"""

Expand Down

0 comments on commit fe5ecec

Please sign in to comment.