bigtree2020

Results 2 issues of bigtree2020

Hi I wonder why we need a np.transpose(image,(2,0,1)) before feed image to the model? https://github.com/intel-isl/MiDaS/blob/master/midas/transforms.py#L219

I found the fastpath inference seems not supported, which is an optimization in https://github.com/mlfoundations/open_clip/blob/main/src/open_clip/transformer.py#L224. May I know what is the reason to avoid using this in the current impl?