Coder Social home page Coder Social logo

nepmap's People

Contributors

nvidiafucku avatar yoterel avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

nvidiafucku

nepmap's Issues

Raise ValueError when running play_vid mode

Following README.md, I ran the code below:

Stream a movie onto the Castle scene:
python train.py --config configs/castle.txt --render_only --render_modes play_vid

But this was terminated with following traceback:

Traceback (most recent call last):
  File "/home/admin/projects/nepmap/nepmap-server/train.py", line 384, in <module>
    render_sandbox(radiance_field, occupancy_grid, scene_aabb,
  File "/home/admin/projects/nepmap/nepmap-server/helpers.py", line 1412, in render_sandbox
    reader = VideoReader(Path(extra_info["vid_path"]),
  File "/home/admin/local/mambaforge/envs/nepmap1/lib/python3.9/site-packages/gsoup/video.py", line 231, in __init__
    raise ValueError("target resolution must have common divisor with original resolution")

The version of the packages I use:

  • python: 3.9.18
  • gsoup: 0.0.8

Raise ValueError when running multi_t2t mode

Following README.md, I ran the code below:

Text->Projection on Planck scene:
python train.py --config configs/planck.txt --render_only --render_modes multi_t2t --cdc_conda /home/admin/local/mambaforge/envs/ldm --cdc_src /home/admin/projects/cdc/src

But this was terminated with following traceback:

INFO:root:Reloading from: /mnt/data/admin/nepmap/release/logs/planck/latest.tar
INFO:root:sandbox mode: multi_t2t
0: Side profile of The Batman
Traceback (most recent call last):
  File "/home/admin/projects/nepmap/nepmap-server/train.py", line 277, in <module>
    render_sandbox(radiance_field, occupancy_grid, scene_aabb,
  File "/home/admin/projects/nepmap/nepmap-server/helpers.py", line 715, in render_sandbox
    CDC([extra_info["prompt"][i]], image,
  File "/home/admin/projects/nepmap/nepmap-server/helpers.py", line 462, in CDC
    result = gsoup.load_images(output_files, to_float=True, to_torch=True, device=src_image.device)
  File "/home/admin/local/mambaforge/envs/nepmap1/lib/python3.9/site-packages/gsoup/gsoup_io.py", line 142, in load_images
    images = np.stack(images, axis=0)
  File "/home/admin/local/mambaforge/envs/nepmap1/lib/python3.9/site-packages/numpy/core/shape_base.py", line 445, in stack
    raise ValueError('need at least one array to stack')
ValueError: need at least one array to stack

The version of the packages I use:

  • python: 3.9.18

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.