- Create and activate a virtual environment
python3 -m venv venv; source venv/bin/activate - Install required packages
pip install -r requirements.txt - Download test data from CamtrapDP and move it in the current directory
https://download-directory.github.io/?url=https://github.com/tdwg/camtrap-dp/tree/1.0.1/example - Extract ZIP file into
test_datadirectoryunzip -d test_data tdwg\ camtrap-dp\ 1.0.1\ example.zip - Finally run the code
python test_camtrapdp.py
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|