Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Coding on Kaggle #314

Open
roaasoloh opened this issue Feb 14, 2021 · 1 comment
Open

Coding on Kaggle #314

roaasoloh opened this issue Feb 14, 2021 · 1 comment

Comments

@roaasoloh
Copy link

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.

@marcomusy
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants