OpenLRM icon indicating copy to clipboard operation
OpenLRM copied to clipboard

How to evaluate metrics

Open kunalkathare opened this issue 10 months ago • 1 comments

Hi @ZexinHe , I wanted to run some metrics on a custom trained model, how do I do that, I tried using FID, but during inference I'm getting ply file for which I rendered images using blender, but the images don't have colour, so the FID value is very high, can you suggest any way to save the object as a glb file.

kunalkathare avatar Apr 15 '24 12:04 kunalkathare

Hi,

Currently, the mesh exportation is using trimesh package, which automatically detects the type of file to export based on the extension. Have you tried changing ply to glb or other formats here? https://github.com/3DTopia/OpenLRM/blob/3108b6902d27912e1dcdce76970eab51436f5b21/openlrm/runners/infer/lrm.py#L281

ZexinHe avatar May 06 '24 10:05 ZexinHe