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

SIGSEGV: Illegal storage access. (Attempt to read from nil?) #159

Open
1BlackBaby opened this issue Nov 17, 2024 · 0 comments
Open

SIGSEGV: Illegal storage access. (Attempt to read from nil?) #159

1BlackBaby opened this issue Nov 17, 2024 · 0 comments

Comments

@1BlackBaby
Copy link

(MonoGS) root@7df0800a6c82:~/MonoGS# python slam.py --config configs/mono/tum/fr3_office.yaml
MonoGS: saving results in results/datasets_tum/2024-11-17-20-08-55
/root/MonoGS/utils/dataset.py:55: UserWarning: Input line 1 contained no data and will not be counted towards max_rows=50000. This differs from the behaviour in NumPy <=1.22 which counted lines rather than rows. If desired, the previous behaviour can be achieved by using itertools.islice.
Please see the 1.23 release notes for an example on how to do this. If you wish to ignore this warning, use warnings.filterwarnings. This warning is expected to be removed in the future and is given only once per loadtxt call.
data = np.loadtxt(filepath, delimiter=" ", dtype=np.str_, skiprows=skiprows)
/root/MonoGS/utils/dataset.py:55: UserWarning: Input line 2 contained no data and will not be counted towards max_rows=50000. This differs from the behaviour in NumPy <=1.22 which counted lines rather than rows. If desired, the previous behaviour can be achieved by using itertools.islice.
Please see the 1.23 release notes for an example on how to do this. If you wish to ignore this warning, use warnings.filterwarnings. This warning is expected to be removed in the future and is given only once per loadtxt call.
data = np.loadtxt(filepath, delimiter=" ", dtype=np.str_, skiprows=skiprows)
SIGSEGV: Illegal storage access. (Attempt to read from nil?)
MonoGS: Resetting the system
SIGSEGV: Illegal storage access. (Attempt to read from nil?)
有兄弟帮忙解决一下这个问题吗

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

1 participant