vedo icon indicating copy to clipboard operation
vedo copied to clipboard

Coding on Kaggle

Open roaasoloh opened this issue 3 years ago • 1 comments

Please I'm trying to work on Kaggle, and I have a problem with plotting.

import trimesh as t
import vedo as v
embedWindow('k3d')
mesh = t.load_mesh("../input/princeton-benchmark-for-3d-mesh-segmentation/data/obj/1.obj")
plt = v.show(mesh,offscreen = False)
plt

I'm getting this in the console: Plot(antialias=3, axes=['x', 'y', 'z'], axes_helper=1.0, background_color=16777215, camera=[2, -3, 0.2, 0.0, 0…

But not able to show the mesh in a window, or even like in the Jupyter.

I need to work on Kaggle for its RAM and GPU.

I tried the mentioned options before like: embedWindow(False) but also didn't get anything.

Any suggestions, please.

roaasoloh avatar Feb 14 '21 09:02 roaasoloh

I have no experience with kaggle. I need to investigate what is possible there.

marcomusy avatar Feb 15 '21 11:02 marcomusy