Giter Club home page Giter Club logo

wonder3d-kaggle's Introduction

wonder3d-kaggle's People

Contributors

wandaweb avatar

Stargazers

Suzie avatar Željko Šević avatar  avatar

Watchers

 avatar

wonder3d-kaggle's Issues

Not working in kaggle.

Hi,
I've used your notebook till a couple days ago but now cell no. 3 (Create the model with instant-nsr-pl) is not working.
Log is:
/kaggle/working/Wonder3D/instant-nsr-pl
Traceback (most recent call last):
File "/kaggle/working/Wonder3D/instant-nsr-pl/launch.py", line 125, in
main()
File "/kaggle/working/Wonder3D/instant-nsr-pl/launch.py", line 38, in main
import datasets
File "/kaggle/working/Wonder3D/instant-nsr-pl/datasets/init.py", line 16, in
from . import blender, colmap, dtu, ortho
File "/kaggle/working/Wonder3D/instant-nsr-pl/datasets/blender.py", line 14, in
from models.ray_utils import get_ray_directions
File "/kaggle/working/Wonder3D/instant-nsr-pl/models/init.py", line 16, in
from . import nerf, neus, geometry, texture
File "/kaggle/working/Wonder3D/instant-nsr-pl/models/nerf.py", line 9, in
from models.utils import chunk_batch
File "/kaggle/working/Wonder3D/instant-nsr-pl/models/utils.py", line 10, in
import tinycudann as tcnn
File "/opt/conda/lib/python3.10/site-packages/tinycudann/init.py", line 9, in
from tinycudann.modules import free_temporary_memory, NetworkWithInputEncoding, Network, Encoding
File "/opt/conda/lib/python3.10/site-packages/tinycudann/modules.py", line 50, in
C = importlib.import_module(f"tinycudann_bindings.{cc}_C")
File "/opt/conda/lib/python3.10/importlib/init.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)

ImportError: /opt/conda/lib/python3.10/site-packages/tinycudann_bindings/_75_C.cpython-310-x86_64-linux-gnu.so: undefined symbol: _ZN2at4_ops5zeros4callEN3c108ArrayRefINS2_6SymIntEEENS2_8optionalINS2_10ScalarTypeEEENS6_INS2_6LayoutEEENS6_INS2_6DeviceEEENS6_IbEE
FileNotFoundError Traceback (most recent call last)
Cell In[13], line 7
5 import os, datetime
6 path = '/kaggle/working/Wonder3D/instant-nsr-pl/exp/mesh-ortho-out'
----> 7 folders = [f for f in os.listdir(path) if os.path.isdir(os.path.join(path, f))]
8 last_folder = max(folders)
9 os.chdir(os.path.join(path, last_folder))

FileNotFoundError: [Errno 2] No such file or directory: '/kaggle/working/Wonder3D/instant-nsr-pl/exp/mesh-ortho-out'

Can you help ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.