Skip to content

Latest commit

 

History

History
115 lines (108 loc) · 14.2 KB

CHANGELOG.md

File metadata and controls

115 lines (108 loc) · 14.2 KB

Changelog

v1.0.1 (2022-08-26)

Fix

  • metrics: Avoid NaN metric value with safe divide. (ef58e54)
  • metric: PCK computation (57623c2)

Documentation

  • Add badges for Publish and Test (30cc6a3)

v1.0.0 (2022-08-25)

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)
  • Fix Typo in common_write preventing to force cast to dict (3529321)
  • Fix typo in writer preventing from saving BaseModel structure (e898f53)
  • Fix ModuleNotFoundError (a2eb832)
  • mpii: Fix mpii pydantic models (cc2ef99)
  • Quickfix with input channels (62732ea)
  • Yaml issue (93025ef)
  • Truth value error (1836d40)
  • Bad compute with parenthesis (c80ca86)
  • Deprecated configuration (398f7cd)
  • KeyError issue (c2f1a84)
  • Fix argmax functions (2086c61)
  • Update gitignore (78a17f9)
  • Rename folders (a024e25)
  • Gitignore add ipynb_chkpt (8c46f79)
  • Config parameters (c95c424)
  • Fix bin scripts (2c08645)
  • Packages (8a31060)
  • Fix gitignore (89e3656)

Breaking

  • Provide basic documentation for configuration (5b6e8c8)

Documentation

  • Provide basic documentation for configuration (5b6e8c8)
  • Fix config file, remove bbox center data (5feb2ff)
  • Compute documentation (414f725)
  • Sample configuration file (cd8e7d3)
  • Export data in notebook 02 (43f3c81)
  • Notebook 02 -Split Train/Test demonstration (ec561ba)
  • Add notebook 02 for data preparation (5976992)
  • Showcase mpii CLI in notebook 01 (c2bccc9)
  • Format readme.md (adbc687)