Export data about laser points automatically detected #537
Unanswered
BastienTaormina
asked this question in
Q&A
Replies: 1 comment 9 replies
-
You are right, there is no report that will provide you with all detected laser points if there are no annotations on the image. However, you can fetch the points via the API. Example: https://biigle.de/api/v1/images/2746744/laserpoints Take a look at the community scripts for Python script examples that use the API. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am trying to use Biigle in order to measure the distance between two laser points on ROV recordings.
I am then using the automatic point detection on a lot of images (several thousand in each volume). The algorithm is working pretty well, except a few error.
I would like then to export the data obtained, i.e. for each of my picture in my volume , having the number of pixel calculated between my two laser points. Unfortunately, as the detected laser points are only here to calibrate the picture in Biigle (that's what I understood), these are not considered as "label". So when I am trying to export the data, my file is empty (or almost empty, there is only the points I manually annotated to help the automatic detection). Considering the high number of pictures I am working on, I cannot create manually an object in each picture of the volume.
Thus, I was wandering if there is any method to export the data obtained about the laser points detected?
Don't hesitate if any additional information are needed.
Beta Was this translation helpful? Give feedback.
All reactions