dontLoveBugs / SupervisedDepthPrediction

Pytorch framework for supervised depth prediction
40 stars 15 forks source link

Error in forward method of DepthPredModel #3

Open Owen-Liuyuxuan opened 4 years ago

Owen-Liuyuxuan commented 4 years ago

I find the forward method of DepthPredModel quite strange.

self.backbone returns a dictionary in forward. but the input of SceneUnderstandingModule is a tensor, not a dictionary.

dontLoveBugs commented 4 years ago

You can refer to this issue