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

Evolution (name format) #22

Open
emad555 opened this issue Jun 20, 2021 · 2 comments
Open

Evolution (name format) #22

emad555 opened this issue Jun 20, 2021 · 2 comments

Comments

@emad555
Copy link

emad555 commented Jun 20, 2021

I am trying to evaluate the method on my hardware with this command:

python experiments.py --datapath PATH_TO_KITTI --filenames PATH_TO_FILELIST --checkpoint_dir checkpoint/IROS18/pydnet --resolution [1,2,3]

By changing PATH_TO_KITTI and PATH_TO_FILELIST.

What exactly:
PATH_TO_FILELIST

and

  • what is the format of the file names in the dataset?
  • what KITTI dataset should we use?
@emad555
Copy link
Author

emad555 commented Jun 20, 2021

I am using this command:

python3 experiments.py --datapath dataset/secuences/00/image_0 --filenames 000000.png --checkpoint_dir checkpoint/IROS18/pydnet --resolution 2

and getting this error:
FileNotFoundError: [Errno 2] No such file or directory: '000000.png'

@emad555
Copy link
Author

emad555 commented Jun 22, 2021

I have added the data file names into a text file and I am having the following error now:

InvalidArgumentError (see above for traceback): input and filter must have the same depth: 1 vs 3
[[Node: model/pyramid/conv1a/Conv2D = Conv2D[T=DT_FLOAT, data_format="NHWC", dilations=[1, 1, 1, 1], padding="SAME", strides=[1, 2, 2, 1], use_cudnn_on_gpu=true, _device="/job:localhost/replica:0/task:0/device:CPU:0"](ExpandDims, model/pyramid/conv1a/weights/read)]]

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