Matthew Broadhead

Results 69 comments of Matthew Broadhead

thank you for this thread! i nearly made the mistake of using this template. this helped me https://github.com/ikuokuo/start-electron/blob/master/docs/tutorial/5_electron-app.md

My problem turned out to be ping pong

I thought the same. I normalised my data to be in that range but I am still not getting very good results

I am getting same result. Did you find a solution?

@beepbeep08 i used pyvista in jupyter notebook to visualize the obj colours as i didn't have any program to view it ```python import re import pyvista as pv import numpy...

Ah...i see. gt = ground truth pred = prediction diff = difference between ground truth and prediction

Actually I get this error in terminal `AttributeError: 'NoneType' object has no attribute 'groupdict'`

@nodkz does this work with an array of virtuals? e.g. ```js RecordTC.addFields({ virtualField123: { type: [virtualType456], description: 'Just say thay your model has virtual with some array type', }, otherVirtual:...