pydnet icon indicating copy to clipboard operation
pydnet copied to clipboard

Evolution (name format)

Open emad555 opened this issue 3 years ago • 2 comments

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 avatar Jun 20 '21 20:06 emad555

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 avatar Jun 20 '21 20:06 emad555

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)]]

emad555 avatar Jun 22 '21 19:06 emad555