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
/home/dell/anaconda3/envs/endoslam/bin/python /home/dell/EndoSLAM/EndoSfMLearner/train.py --name /home/dell/EndoSLAM/EndoSfMLearner/train
=> will save everything to /home/dell/EndoSLAM/EndoSfMLearner/train/03-21-22:36
=> fetching scenes in '/home/dell/EndoSLAM/EndoSfMLearner/Data_Path'
Traceback (most recent call last):
File "/home/dell/EndoSLAM/EndoSfMLearner/train.py", line 456, in
main()
File "/home/dell/EndoSLAM/EndoSfMLearner/train.py", line 113, in main
dataset=args.dataset
File "/home/dell/EndoSLAM/EndoSfMLearner/datasets/sequence_folders.py", line 33, in init
self.crawl_folders(sequence_length)
File "/home/dell/EndoSLAM/EndoSfMLearner/datasets/sequence_folders.py", line 42, in crawl_folders
intrinsics = np.genfromtxt(scene/'cam.txt').astype(np.float32).reshape((3, 3))
ValueError: cannot reshape array of size 1 into shape (3,3)
Can you tell me how to fix the cam.txt?
The text was updated successfully, but these errors were encountered:
/home/dell/anaconda3/envs/endoslam/bin/python /home/dell/EndoSLAM/EndoSfMLearner/train.py --name /home/dell/EndoSLAM/EndoSfMLearner/train
=> will save everything to /home/dell/EndoSLAM/EndoSfMLearner/train/03-21-22:36
=> fetching scenes in '/home/dell/EndoSLAM/EndoSfMLearner/Data_Path'
Traceback (most recent call last):
File "/home/dell/EndoSLAM/EndoSfMLearner/train.py", line 456, in
main()
File "/home/dell/EndoSLAM/EndoSfMLearner/train.py", line 113, in main
dataset=args.dataset
File "/home/dell/EndoSLAM/EndoSfMLearner/datasets/sequence_folders.py", line 33, in init
self.crawl_folders(sequence_length)
File "/home/dell/EndoSLAM/EndoSfMLearner/datasets/sequence_folders.py", line 42, in crawl_folders
intrinsics = np.genfromtxt(scene/'cam.txt').astype(np.float32).reshape((3, 3))
ValueError: cannot reshape array of size 1 into shape (3,3)
Can you tell me how to fix the cam.txt?
The text was updated successfully, but these errors were encountered: