Coder Social home page Coder Social logo

neural-point-light-fields's People

Contributors

fheide avatar ostjul avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

neural-point-light-fields's Issues

“tensorflow.python.framework.errors_impl.InvalidArgumentError: indices[1] = -1 is not in [0, 11) [Op:GatherV2]”

Hi,
I run the script python main.py --config example_configs/config_kitti_0006_example_render.txt --render_only --manipulate dance
I met the error below.

Traceback (most recent call last):
  File "<string>", line 2, in <module>
  File "/opt/conda/lib/python3.7/site-packages/tensorflow_core/python/util/dispatch.py", line 180, in wrapper
    return target(*args, **kwargs)
  File "/opt/conda/lib/python3.7/site-packages/tensorflow_core/python/ops/array_ops.py", line 3956, in gather
    params, indices, axis, name=name)
  File "/opt/conda/lib/python3.7/site-packages/tensorflow_core/python/ops/gen_array_ops.py", line 4075, in gather_v2
    _six.raise_from(_core._status_to_exception(e.code, message), None)
  File "<string>", line 3, in raise_from
tensorflow.python.framework.errors_impl.InvalidArgumentError: indices[1] = -1 is not in [0, 11) [Op:GatherV2]

I can run the scrpt python main.py --config example_configs/config_kitti_0006_example_render.txt --render_only --manipulate switch_location successful.

reproduction bugs and errors

Thank you for releasing the code. I wonder if you can kindly double-check and fix some bugs in the code. I am running into various errors when trying to replicate your code. I would appreciate it if you can kindly make it error-free.
Thank you.

Some errors that I encountered:

  1. (range_images, camera_projections, range_image_top_pose) = \

    Screenshot from 2023-01-23 21-23-44
    There are also multiple open3d errors.

  2. point_chunk_size=exp_dict.get('point_chunk', 1e12),
    .
    Screenshot from 2023-01-23 21-22-09

Multi GPU training

Hi,

Thanks for the source code you provided! There is an issue in the trainval.py when you want to use multi GPUs for training. You have this part:

`jc = None
if os.path.exists("job_config.py"):
import job_config

    jc = job_config.JOB_CONFIG
    if args.ngpus > 1:
        jc["resources"]["gpu"] = args.ngpus
        python_binary_path += (
            f" -m torch.distributed.launch --nproc_per_node={args.ngpus} --use_env "
        )`

which never works since there is no "job_config.py" in the repo, could you please fix this issue?

Experiments on Waymo

Thanks for the great project!

I would like to follow your experimental setting on waymo. However, I am a little confused about the chosen scenes for experiments. In the paper, it is stated that 5 static scenes from waymo are chosen for evaluation.

3.png

However, in the supplementary, there are 6 scenes in total. I wonder which 5 scenes are chosen from the 6 scenes exactly.

4.png

Looking forward to the reply and thanks in advance!

Unable to download the Waymo validation files

Hi, I tried following the url provided in the readme to download the validation files but it shows me an empty bucket in google cloud storage where I cannot see the filelist, and hence cannot download the files. Can you please let me know if there is any other way to access these files in the format required for Neural Point Light Fields?

I noticed that the data is also available at the Waymo Open Dataset website, under the dataset names 'motion' and 'perception'. Perhaps you can tell me which version of which dataset is compatible with this repository and I can try to download from the source directly.

Thanks a lot!

License for the code

Thanks a lot for sharing your code. May I ask what is the license type (e.g., MIT, BSD, Apache, etc.) for using the code?

-- Nhon

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.