You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
On Mon, 2 Jan 2023 at 10:26 PM nithin-pi ***@***.***> wrote:
Hi, The arange_pixels function is missing from DSS/utils/*init*.py. Can
you please let me know if there are any updates
—
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABAQJ5FXSSSQLKPU5YW4LWTWQMTWXANCNFSM5EKHTZQA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
Hi, I try to run the code, and go through most of conda install, and find a problem:
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.
The text was updated successfully, but these errors were encountered: