nasa-jpl-memex/TattDL

Name: TattDL

Owner: NASA JPL MEMEX

Owner: NASA JPL MEMEX

Description: Tattoo detection and localization

Forked from: z-harry-sun/TattDL

Created: 2016-07-22 15:08:50.0

Updated: 2018-02-25 22:59:51.0

Pushed: 2017-07-13 23:08:38.0

Homepage: null

Size: 601

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

TattDL

Tattoo detection and localization

Caffe Version

This uses the Caffe hash: 4115385deb3b907fcd428ac0ab53b694d741a3c4

Getting the model

The tattoo model is managed by git-lfs, so make sure that is installed (see https://git-lfs.github.com/ for details on how to do that).

Then, fetch the file using:

git lfs fetch git lfs checkout

Detection output format

After running the `tool, one of the output files will be adetection.txtfile. This is a CSV-like file (|` primary separators):

filename | proc time | scale | scores | boxes

The boxes field (the last one) may container 0 or more confidence and bounding box specifications. Separating this text field by spaces () will yield one or more sub-CSV rows with the format:

confidence,x,y,width,height

X and Y coordinates specify the upper left corner of the sub-region, assuming (0,0) is the upper left corner of the image.

Citation

Please cite the following paper if you use this software in your work:

roceedings{sun2016tattoo,
tle={Tattoo detection and localization using region-based deep learning},
thor={Sun, Zhaohui H and Baumes, Jeff and Tunison, Paul and Turek, Matt and Hoogs, Anthony},
oktitle={Pattern Recognition (ICPR), 2016 23rd International Conference on},
ges={3055--3060},
ar={2016},
ganization={IEEE}

Additionally, citing the JPL MEMEX project `http://memex.jpl.nasa.gov/` would be welcomed.

TattDL

Tattoo detection and localization

Caffe Version

This uses the Caffe hash: 4115385deb3b907fcd428ac0ab53b694d741a3c4

Getting the model

The tattoo model is managed by git-lfs, so make sure that is installed (see https://git-lfs.github.com/ for details on how to do that).

Then, fetch the file using:

git lfs fetch git lfs checkout

Detection output format

After running the `tool, one of the output files will be adetection.txtfile. This is a CSV-like file (|` primary separators):

filename | proc time | scale | scores | boxes

The boxes field (the last one) may container 0 or more confidence and bounding box specifications. Separating this text field by spaces () will yield one or more sub-CSV rows with the format:

confidence,x,y,width,height

X and Y coordinates specify the upper left corner of the sub-region, assuming (0,0) is the upper left corner of the image.

Citation

Please cite the following paper if you use this software in your work:

roceedings{sun2016tattoo,
tle={Tattoo detection and localization using region-based deep learning},
thor={Sun, Zhaohui H and Baumes, Jeff and Tunison, Paul and Turek, Matt and Hoogs, Anthony},
oktitle={Pattern Recognition (ICPR), 2016 23rd International Conference on},
ges={3055--3060},
ar={2016},
ganization={IEEE}

Additionally, citing the JPL MEMEX project `http://memex.jpl.nasa.gov/` would be welcomed.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.