Batch processing api

Hello,
I am working Republic of Turkey Ministry of Agriculture and Forestry. I have enterprise account.
Individually i want to try field-delineation-end2end.ipynb notebook, when i run notebook "No module named ‘fd’ error.

How can i fix it ?

Thank you

Hello Fehmi,

Have you followed the installation instructions provided in the repository’s Readme file?

In order to install the fd Python package (requires Python 3.5 or higher), you first need to clone the repository, then navigate to the freshly cloned repository and run the following commands:

pip install -r requirements.txt
python setup.py install --user

If everything goes well, you should then be able to import the library.

Fixed it , thank you

Hello Fehmi. Have implemented all workflow successfully.