Hi,
I wonder if the angle information is used in the process, either passed to the network directly or in some other ways.
I notice there's performance loss when the model gets sketches of unseen angles, and I see that the custom DatasetSketch class returns the camera angle of current sketch file, but the wrapper around it are from standard library (DataLoader and lightning trainer). Not sure if this angle information is maintained along the way or dropped after checking that there are enough files of correct angles as specified by the recipe.yml file.
Thanks!
Hi,
I wonder if the angle information is used in the process, either passed to the network directly or in some other ways.
I notice there's performance loss when the model gets sketches of unseen angles, and I see that the custom
DatasetSketchclass returns the camera angle of current sketch file, but the wrapper around it are from standard library (DataLoaderand lightning trainer). Not sure if this angle information is maintained along the way or dropped after checking that there are enough files of correct angles as specified by therecipe.ymlfile.Thanks!