Closed gabrielebaris closed 1 year ago
I didn't meet this issue, and I guess that it is because of your data. I mean that image or pseudo-depth is very strange that the edge-based sampling fails. You may need to debug yourself because I can't reproduce it.
ok, thanks
Hi, I am trying to train the network on my own dataset. I don't have ground-truth depth, but following the instructions I've generated pseudo-depth with LeReS. I am training with
--val_mode photo
. However, during training the following error arises (I've just pasted the most representing part of the stack trace):This happens either with or without the
--use_frame_index
flag. What am I doing wrong? Thank you!