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
(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?)
有兄弟帮忙解决一下这个问题吗
The text was updated successfully, but these errors were encountered:
(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 usingitertools.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 perloadtxt
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 usingitertools.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 perloadtxt
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?)
有兄弟帮忙解决一下这个问题吗
The text was updated successfully, but these errors were encountered: