You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Please I'm trying to work on Kaggle, and I have a problem with plotting.
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.
The text was updated successfully, but these errors were encountered: