egrace479 commited on
Commit
cb11a00
1 Parent(s): 1450933

Put BibTex in code block and fixed latex renders.

Browse files
Files changed (1) hide show
  1. README.md +7 -7
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 **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,7 +291,7 @@ J. Pepper, J. Greenberg, Y. Bakiş, X. Wang, H. Bart and D. Breen, "Automatic Me
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
@@ -301,7 +301,7 @@ J. Pepper, J. Greenberg, Y. Bakiş, X. Wang, H. Bart and D. Breen, "Automatic Me
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,7 +318,7 @@ J. Pepper, J. Greenberg, Y. Bakiş, X. Wang, H. Bart and D. Breen, "Automatic Me
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,12 +335,12 @@ J. Pepper, J. Greenberg, Y. Bakiş, X. Wang, H. Bart and D. Breen, "Automatic Me
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. |
 
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
 
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. |