ZoeDepth
ZoeDepth copied to clipboard
error in training
It looks like you have a cached file that is corrupted. Could you try deleting zoedepth and midas repo zip, directory and checkpoints from the torch hub cache (typically located under ~/.cache/
) and then run sanity checks as recommended in README?
When I check the images in sync.data set, the size has only (H, W) but in https://github.com/isl-org/ZoeDepth/blob/main/zoedepth/data/data_mono.py#L478 get 3 three chanels, when I run error @shariqfarooq123
RGB images should have 3 channels (by definition). Are your images grayscale? Could you please check if you set up the datasets correctly?