fernandotonon commited on
Commit
ff8f697
·
verified ·
1 Parent(s): 666d705

Card: add Versions changelog (v1.1.0)

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -52,3 +52,15 @@ Weights released under **CC-BY-4.0**; please credit *QtMeshEditor*.
52
 
53
  `scripts/export-meshseg-onnx.py` in the QtMeshEditor repo (one-time, offline;
54
  not shipped with the app).
 
 
 
 
 
 
 
 
 
 
 
 
 
52
 
53
  `scripts/export-meshseg-onnx.py` in the QtMeshEditor repo (one-time, offline;
54
  not shipped with the app).
55
+
56
+ ## Versions
57
+
58
+ - **v1.1.0** (current) — retrained with **T/A-pose arms** (horizontal, the real
59
+ rigged-character case), **upright + yaw-only augmentation** (consistent
60
+ left/right), head-protrusion samples (ears/hats label as head), wider
61
+ proportions, and a **PointNet++-style local kNN feature** in the network.
62
+ Clean symmetric head/torso/arm/leg on humanoid meshes; non-humanoid creatures
63
+ are approximate (the app prefers exact rig-bone labels when the mesh is
64
+ rigged). ~0.58 MB.
65
+ - **v1.0.0** — initial flat-PointNet model on synthetic primitive humanoids
66
+ (arms-down only; over-assigned lateral protrusions to "arm").