Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvain-morin committed Feb 15, 2024
1 parent c8b25a1 commit a84d590
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/inat_vision_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ def bench_route(self):
form.score_without_geo.data = "false"
form.aggregated.data = "false"
form.geomodel.data = "true"

geomodel = form.geomodel.data

print("TIME-EXP: score " + observation_id)
START_TIME_TOTAL = time.time()
image_uuid = "downloaded-obs-" + observation_id
Expand Down

0 comments on commit a84d590

Please sign in to comment.