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

arange_pixels missing function for project #3

Open
arthurlirui opened this issue Sep 19, 2021 · 2 comments
Open

arange_pixels missing function for project #3

arthurlirui opened this issue Sep 19, 2021 · 2 comments

Comments

@arthurlirui
Copy link

arthurlirui commented Sep 19, 2021

Hi, I try to run the code, and go through most of conda install, and find a problem:

python train_mvr.py configs/compressor_implicit.yml --exit-after 6000
Traceback (most recent call last):
  File "train_mvr.py", line 7, in <module>
    import config
  File "/home/lir0b/Code/NeuralRep/iso-points/config.py", line 12, in <module>
    from DSS.training.trainer import Trainer
  File "/home/lir0b/Code/NeuralRep/iso-points/DSS/training/trainer.py", line 27, in <module>
    from ..utils import slice_dict, scaler_to_color, check_weights, arange_pixels, sample_patch_points
ImportError: cannot import name 'arange_pixels' from 'DSS.utils' (/home/lir0b/Code/NeuralRep/iso-points/DSS/utils/__init__.py)

I try to search arange_pixels, but it is still not such function in source code, could you please check the github files, I think there is something missing.

@nithin-pi
Copy link

Hi, The arange_pixels function is missing from DSS/utils/init.py. Can you please let me know if there are any updates

@arthurlirui
Copy link
Author

arthurlirui commented Jan 2, 2023 via email

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