leaf-image-segmentation
leaf-image-segmentation copied to clipboard
How to give input in file segment.py
I have never used argparse library, so I am having difficulty modifying the code. Instead of giving the image source while running the python file that is python segment.py testimage, I want give the path of image inside the segment.py file . How to do it?
I don't think specifying the path of the image inside the segment.py file is a good idea. It is not flexible and transparent.
let say i have my 10 images of leaves in a folder, which is at "E:\project_dataseat\Real_Data"
now tell me how do i use your code, how do i execute your code ??
Please help me
@deepanshumehtaa python3 segment.py E:\project_dataseat\Real_Data
You can see how you can run it on the README, by the way.
ok thank you @YaredTaddese