clear-nus / TactileSGNet

A spiking graph neural network for event-based learning
45 stars 6 forks source link

Tactile map from KNN #5

Open GitHubmalajava opened 2 years ago

GitHubmalajava commented 2 years ago

@fuqianggu , Hi, Thank you for your contribution. I would like to know if the Tactile map obtained by KNN is based on the topology graph of the tactile sensor, or is it a directly generated tactile feature graph?

fuqianggu commented 2 years ago

It is based on the topology graph of tactile sensors.

GitHubmalajava commented 2 years ago

So can I understand that the tactile map built using manual methods is a topological map and the one generated using KNN methods is atactile feature map?