Improves and completes the BibTeX record
#3
by
hlapp
- opened
README.md
CHANGED
@@ -167,7 +167,7 @@ These arguments are meant to simplify adding `gen_metadata.py` to a workflow tha
|
|
167 |
|
168 |
|
169 |
### Running with Singularity
|
170 |
-
A Docker container is automatically built for each **
|
171 |
To run the singularity container for a specific version follow this pattern:
|
172 |
```
|
173 |
singularity run docker://ghcr.io/hdr-bgnn/drexel_metadata:<release> gen_metadata.py ...
|
@@ -291,18 +291,17 @@ J. Pepper, J. Greenberg, Y. Bakiş, X. Wang, H. Bart and D. Breen, "Automatic Me
|
|
291 |
|
292 |
|
293 |
**BibTeX:**
|
294 |
-
|
295 |
@article{KPB2022,
|
296 |
-
|
297 |
-
|
298 |
-
|
299 |
-
|
300 |
-
|
301 |
-
|
302 |
-
|
303 |
-
year = "2022"
|
304 |
-
|
305 |
}
|
|
|
306 |
<!--
|
307 |
**APA:**
|
308 |
|
@@ -319,7 +318,7 @@ J. Pepper, J. Greenberg, Y. Bakiş, X. Wang, H. Bart and D. Breen, "Automatic Me
|
|
319 |
| fish\_count | Overall Image | Integer | The quantity of fish present. |
|
320 |
| has\_ruler | Overall Image | Boolean | Whether a ruler was found in the image. |
|
321 |
| ruler\_bbox | Overall Image | 4 Tuple | The bounding box of the ruler (if found). |
|
322 |
-
| scale* | Overall Image | Float | The scale of the image in
|
323 |
| bbox | Per Fish | 4 Tuple | The top left and bottom right coordinates of the bounding box for a fish. |
|
324 |
| background.mean | Per Fish | Float | The mean intensity of the background within a given fish's bounding box. |
|
325 |
| background.std | Per Fish | Float | The standard deviation of the background within a given fish's bounding box. |
|
@@ -336,12 +335,12 @@ J. Pepper, J. Greenberg, Y. Bakiş, X. Wang, H. Bart and D. Breen, "Automatic Me
|
|
336 |
| has\_eye | Per Fish | Boolean | Whether an eye was found for a given fish. |
|
337 |
| eye\_center | Per Fish | 2 Tuple | The centroid of a fish's eye. |
|
338 |
| side* | Per Fish | String | The side (i.e. 'left' or 'right') of the fish that is facing the camera (dependent on finding its eye). |
|
339 |
-
| area | Per Fish | Float | Area of fish in
|
340 |
| cont\_length | Per Fish | Float | The longest contiguous length of the fish in centimeters. |
|
341 |
| cont\_width | Per Fish | Float | The longest contiguous width of the fish in centimeters. |
|
342 |
-
| convex\_area | Per Fish | Float | Area of convex hull image (smallest convex polygon that encloses the fish) in
|
343 |
| eccentricity | Per Fish | Float | Ratio of the focal distance over the major axis length of the ellipse that has the same second-moments as the fish. |
|
344 |
-
| extent | Per Fish | Float | Ratio of pixels of fish to pixels in the total bounding box. Computed as
|
345 |
| feret\_diameter\_max | Per Fish | Float | The longest distance between points around the fish’s convex hull contour. |
|
346 |
| kurtosis | Per Fish | 2D Vector | The sharpness of the peaks of the frequency-distribution curve of mask pixel coordinates. |
|
347 |
| major\_axis\_length | Per Fish | Float | The length of the major axis of the ellipse that has the same normalized second central moments as the fish. |
|
|
|
167 |
|
168 |
|
169 |
### Running with Singularity
|
170 |
+
A Docker container is automatically built for each **drexel\_metadata** release. This container has the requirements installed and includes the model file.
|
171 |
To run the singularity container for a specific version follow this pattern:
|
172 |
```
|
173 |
singularity run docker://ghcr.io/hdr-bgnn/drexel_metadata:<release> gen_metadata.py ...
|
|
|
291 |
|
292 |
|
293 |
**BibTeX:**
|
294 |
+
```
|
295 |
@article{KPB2022,
|
296 |
+
title = "Computational metadata generation methods for biological specimen image collections",
|
297 |
+
author = "Karnani, Kevin and Pepper, Joel and Bak{\i}{\c s}, Yasin and Wang, Xiaojun and Bart, Jr, Henry and
|
298 |
+
Breen, David E and Greenberg, Jane",
|
299 |
+
journal = "International Journal on Digital Libraries",
|
300 |
+
year = 2022,
|
301 |
+
url = "https://doi.org/10.1007/s00799-022-00342-1",
|
302 |
+
doi = "10.1007/s00799-022-00342-1"
|
|
|
|
|
303 |
}
|
304 |
+
```
|
305 |
<!--
|
306 |
**APA:**
|
307 |
|
|
|
318 |
| fish\_count | Overall Image | Integer | The quantity of fish present. |
|
319 |
| has\_ruler | Overall Image | Boolean | Whether a ruler was found in the image. |
|
320 |
| ruler\_bbox | Overall Image | 4 Tuple | The bounding box of the ruler (if found). |
|
321 |
+
| scale* | Overall Image | Float | The scale of the image in \\(\frac{\mathrm{pixels}}{\mathrm{cm}}\\). |
|
322 |
| bbox | Per Fish | 4 Tuple | The top left and bottom right coordinates of the bounding box for a fish. |
|
323 |
| background.mean | Per Fish | Float | The mean intensity of the background within a given fish's bounding box. |
|
324 |
| background.std | Per Fish | Float | The standard deviation of the background within a given fish's bounding box. |
|
|
|
335 |
| has\_eye | Per Fish | Boolean | Whether an eye was found for a given fish. |
|
336 |
| eye\_center | Per Fish | 2 Tuple | The centroid of a fish's eye. |
|
337 |
| side* | Per Fish | String | The side (i.e. 'left' or 'right') of the fish that is facing the camera (dependent on finding its eye). |
|
338 |
+
| area | Per Fish | Float | Area of fish in \\(\mathrm{cm^2}\\). |
|
339 |
| cont\_length | Per Fish | Float | The longest contiguous length of the fish in centimeters. |
|
340 |
| cont\_width | Per Fish | Float | The longest contiguous width of the fish in centimeters. |
|
341 |
+
| convex\_area | Per Fish | Float | Area of convex hull image (smallest convex polygon that encloses the fish) in \\(\mathrm{cm^2}\\). |
|
342 |
| eccentricity | Per Fish | Float | Ratio of the focal distance over the major axis length of the ellipse that has the same second-moments as the fish. |
|
343 |
+
| extent | Per Fish | Float | Ratio of pixels of fish to pixels in the total bounding box. Computed as \\(\frac{\mathrm{area}}{\mathrm{rows} * \mathrm{cols}}\\) |
|
344 |
| feret\_diameter\_max | Per Fish | Float | The longest distance between points around the fish’s convex hull contour. |
|
345 |
| kurtosis | Per Fish | 2D Vector | The sharpness of the peaks of the frequency-distribution curve of mask pixel coordinates. |
|
346 |
| major\_axis\_length | Per Fish | Float | The length of the major axis of the ellipse that has the same normalized second central moments as the fish. |
|