You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+32-16Lines changed: 32 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,33 +10,38 @@ This script is used to send request to four different computer vision APIs and s
10
10
*[iNaturalist](https://www.inaturalist.org/pages/computer_vision_demo): The iNaturalist API is developed by [iNaturalist](https://www.inaturalist.org/), a joint initiative by the California Academy of Science and the National Geographic Society. It is able to identify plant and animal species.
11
11
*[NIA](https://observation.org/apps/obsidentify/): The Nature Identification API, is a joint effort by [Observation International](https://observation-international.org/en/), [Naturalis](https://www.naturalis.nl/en) and Intel Corp. It is able to identify plant and animal species.
12
12
13
-
## Prerequisites
14
13
15
-
1. Install Python
16
14
17
-
2. Install Jupyter notebook (more info at https://jupyter.org/install.html)
@@ -72,6 +77,17 @@ For all APIs you need to provide user credentials. How you can get these is desc
72
77
* Create an Account on Obervation.org: https://observation.org/accounts/signup/
73
78
* Write an E-Mail to observation.org and ask them to enable your account to access the computer vision model: info@observation.org
74
79
80
+
## Number of Requests
81
+
The amount of requests needed depends on the number of images to be tested. For each image one request is needed. In our research we tested the APIs with 6 images of by the API covered Invasive Alien Species of union concern. Which results in different test sizes.
82
+
* INaturalist API: 432
83
+
* NIA: 294
84
+
* Pl@ntNet API: 180
85
+
* PlantID: 186
86
+
87
+
## Execution Time
88
+
The execution time strongly depends on the internet connection and the response time of the APIs, which often vary. As an example:
89
+
To query 150 images with Pl@ntNet took 8:13 minutes, with the CPU time being 1:43 minutes.
90
+
75
91
## Approach Demo
92
+
In the folder [demo](/demo/) you can find a couple of images and a README with the expected results for demonstration purposes.
76
93
77
-
* In the folder [demo](/demo/) you can find a couple of images and a README with the expected results for demonstration purposes.
0 commit comments