Relja / netvlad

NetVLAD: CNN architecture for weakly supervised place recognition
MIT License
534 stars 122 forks source link

How to run the Trained Network Matlab #47

Closed jdanielhoyos closed 2 years ago

jdanielhoyos commented 2 years ago

Hello, I just imported the .mat trained network, but I don't know how to pass it an image to obtain the depth estimation, would you please give me an explante? Thanks!

Relja commented 2 years ago

As explained in the readme, you can look at demo.m to see how to run the network. Before that you should go through other steps of the readme, e.g. install dependencies. However, this network does not do depth estimation, my NetVLAD work doesn't do that.