Hi Thank you for sharing your work,
I am trying to reproduce the results. I downloaded the 2D sample data and run the following commands
Assuming paths to obstacles point-cloud are declared, train obstacle-encoder: python MPNET/AE/CAE.py
Assuming paths to demonstration dataset and obstacle-encoder are declared, run mpnet_trainer:
python MPNET/train.py
it trained correctly but when I run the neural planner using the following command
Run tests by first loading the trained models:
python MPNET/neuralplanner.py

it shows the above-stated output. I don't know if it is correct or not, how can I get the computed path to visualize it using visulizer.py.
Thank you