seed93
seed93
1. add proto_old2new 2. modify align_test to a friendly version
How about the accuracy on ICDAR13 Synth90K?
gram-ctc is a wonderful work, any plan to update?
RT。 以及北京海淀找不到呢
1. add draco support for gltf 2. fix #1971 Note: only export_glb with draco supported, not for gltf export yet.
the DEFAULT_COLOR is [102, 102, 102, 255]. When there is no diffuse color set in obj files, the color will be set to default, which leads to a wrong value....
try using this model: https://modelviewer.dev/shared-assets/models/NeilArmstrong.glb ``` import trimesh a = trimesh.load("NeilArmstrong.glb") a.export("output.glb") ``` then we will get a glb model with wrong baseColorFactor. The source code treats the origin baseColorFactor...
Using function mergeTwoLists will lead to Time limit exceeding. Please use min heap.
Merge 4 layers per time into only 1 layer. Memory could be reduced.
I used over 1200 meshes to train lsfm, however I got only 4 components. Over 50 persons with different expressions were used. Visualizations of landmarks seem OK. Any ideas about...