Releases: wbenbihi/hourglasstensorflow
Releases · wbenbihi/hourglasstensorflow
v1.0.1
v1.0.0
Feature
- handlers: Add Train Handler (
a695850
) - metrics: Add OKS metric (
d9c8ade
) - metrics: PCK metric (
2013c7c
) - metrics: Add OverallMeanDistance metric (
3424980
) - func: Add 2d argmax (
3ca77bc
) - loss: Add SigmoidCrossEntropyLoss (
7384c59
) - cli: Add summary command (
7c975af
) - cli: Add plot model image (
9fd9e19
) - cli: Add model cli commands (
dbb3fc7
) - ModelHandler (
b6b96b5
) - Handlers (
28997b2
) - Layers for Hourglass Network (
f23c7ad
) - Normalize data mapper in dataset handler (
5a3c108
) - Normalization method to config (
1d85ff5
) - Allow additional params to init DatasetHandler (
6723c8e
) - Dataset Handler (
a3d80a9
) - Automated import from configuration (
9df51a5
) - Tf.Dataset Handler (
6cf74a1
) - Configuration Handler (
ef22dfa
) - HTFPersonDatapoint plot functions (
c00abd9
) - Convert joints format in HTFPersonDatapoint (
dcf4916
) - Add convert from MPII to HTF cli command (
d051841
) - Converter from MPII to HTF compliant data (
33574d8
) - cli: Add CLI (
b1796a9
) - MPII Parsing (
e6c84b8
)
Fix
- Bbox cordinates clamped to maximum size (
fabe94a
) - metrics: Cast metric results to float32 (
bf57506
) - layers: Super get_config methods for model serialization (
5941db2
) - handlers: Type hint after init_handler (
809aabb
) - config: Bad argument for TensorBoard callback (
ec03a0d
) - config: Callback source from
tensorflow
(151b4dd
) - handlers: Fix optimizer initialization with bad keyword lr (
ee76786
) - loss: Add default reduction in SigmoidCrossEntropyLoss (
c3460a5
) - config: Bad source for ExponentialDecay (
6c05364
) - handlers: Use map instead of apply for tf.data.Dataset (
421d578
) - handlers: Typo in _create_dataset method argument name (
23a8a89
) - handlers: Add return value to select engine (
e6328ab
) - config: Typo in dataset handler source (
a91f5f3
) - handlers: Return value for call (
5a26b66
) - handler: Headers validation (
6dd1c2b
) - Key name typo object -> source (
78a64e9
) - handlers: Allow arbitrary type in Generic HTFObjectReference (
c294322
) - handlers: Fix train handler name (
bf6b5ab
) - tf: 2D Argmax function tensor index (
93c9c44
) - handler: Fix model graph generation (
0ab746e
) - handler: Input tensor shape (
046c809
) - types: Fix hint typo in HTFDatasetSets (
a51dd98
) - Bad typing in meta _HTFHandler (
ed8e976
) - Typing call (
a14b9ec
) - Allow abritrary types in Model as Layers (
8040817
) - Rename method for label return (
9614623
) - HTFConfig base model
dataset
typing (9361dc9
) - Houglass Layer recursive call (
2c2aaa9
) - Call argument training defaults to True (
1252888
) - Error on l2_normalize argument (
f12d6fb
) - Split Stacks and move it after normalization (
5011698
) - Move to absolute coordinates (
a04fe94
) - Numeric type error for tf.zeros (
56d9ae9
) - Bad argument error in dataset mapper (
68ab58c
) - Bad argument name in tf_reshape (
60da17a
) - Bad argument name in tf_reshape (
0cef451
) - Move from relative to absolute coord system in heatmap generation (
019dbc6
) - Make input_size primitive type (
d9bb429
) - Modify config structure for bbox processing (
3a3b7a9
) - Remove bbox, center slice (
53900e9
) - Fix DatasetHandler (
0f15c43
) - Optional prameters in Configuration ([
b8aa2ef
](b8aa2ef2974...
Deprecated Version
Deprecated version of HPE Hourglass prototype.