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

About flynet + CANN #2

Closed SeaEastXu closed 4 years ago

SeaEastXu commented 4 years ago

Hi! Excellent work you did.

I have some quesitons about flynet +CANN. fn

As shown above,the output of MLP is a probability score of each input image,and each neuron of CANN linearly connect to MLP.
So how CANN process the output data of MLP? And what is the input unit V ? And the output of CANN is max activity of n neurons,isn't it?

Looking forward to your kindly reply~

mchancan commented 4 years ago

Hi, thanks for your questions.

So how CANN process the output data of MLP?

And what is the input unit V ?

And the output of CANN is max activity of n neurons,isn't it?

mchancan commented 3 years ago

@SeaEastXu please check #3 where I've released a quick demo of a CANN implementation.

SeaEastXu commented 3 years ago

@SeaEastXu please check #3 where I've released a quick demo of a CANN implementation.

thanks a lot