mchancan / flynet

Official PyTorch implementation of paper "A Hybrid Compact Neural Architecture for Visual Place Recognition" by M. Chancán (RA-L & ICRA 2020) https://doi.org/10.1109/LRA.2020.2967324
https://mchancan.github.io/projects/FlyNet
MIT License
46 stars 13 forks source link

Minor change to the main.py #1

Closed anilozdemir closed 4 years ago

anilozdemir commented 4 years ago

Great piece of work! As the function fna is part of the main.py, line 12 from models import fna can be removed. As otherwise main.py do not run.

mchancan commented 4 years ago

Thank you! Have removed.