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
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)]]
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
The text was updated successfully, but these errors were encountered: