leggedrobotics / wild_visual_navigation

Wild Visual Navigation: A system for fast traversability learning via pre-trained models and online self-supervision
https://sites.google.com/leggedrobotics.com/wild-visual-navigation
MIT License
125 stars 10 forks source link

Online training sketchy #63

Closed mmattamala closed 2 years ago

mmattamala commented 2 years ago

The current implementation just replicates the train_gnn script:

There are a few things that were problematic on my laptop:

In any case, perhaps we can just implement the optimization loop using pure torch, so we have more control as in other approaches (e.g, NICE-SLAM)

mmattamala commented 2 years ago

Removed all the lighning references in the ros node, closing