Open Jinniuzuo0516 opened 3 years ago
It's been five years since the code release, so I am not sure, but I think the code is looking for some files necessary for training that you need to create yourself.
@Jinniuzuo0516 look into https://github.com/4xle/tf-lift
They provide an example of how the training data should look like. I am trying to run it.
@kmyi @etrulls do you have any demo for using VisualSFM on picadilly images?
@4xle @kmyi @etrulls
For this step in data pre-processing:
I have downloaded the Piccadilly Image Dataset from http://www.cs.cornell.edu/projects/1dsfm/. However, without SIFT features, how to use VisualSFM with the extracted dataset?
@4xle I tried using your lift-example-piccadilly to train the descriptor but got stuck at one point:
_Subtask = desc: 0%| | 0/100000000 [00:00<?, ?it/s]
Traceback (most recent call last):
File "main.py", line 101, in
I kept the one file name that is present in your example folder in all three split.h files (train, test, val). Then I ran into this error. Was the example just meant to show what preprocessed data looks like? It does have one file name and everything related to that file in the example folder. It should run.
@kmyi dear prof. thanks for your reply,i'll try to solve this problem.thanks a lot!
@appyfizzA hello sir,your link helps a lot,i'll try to solve this under the guide of the link.
hello,dear professor when i run this project with python main.py --task=train --subtask=desc ,I've gotten error as follows: OSError: Unable to open file (unable to open file: name = '/scratch/CenterLi24/Temp/ECCV/piccadilly/train/8428245d927bae458f4f074c274fab6d/27ac55ebaf938a736d6027537eb0aa07/1062837605_d2ccc880bf_o.h5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0) I0825 10:01:08.412329 8768 filelock.py:318] Lock 1920118455560 released on .locks/c6739e96140124d897e6aedf75bf23eb
would you please share this file named 1062837605_d2ccc880bf_o.h5 and related files which under file 'scratch' thank you very much