Replies: 6 comments 2 replies
-
LPAC Neural NetworkFor comprehensive guidelines on data generation, training, and evaluation of the LPAC neural network, please refer to our detailed documentation: To modify settings, please adjust the parameters in the TOML files as necessary. For details on obtaining and using the model discussed in our publication, refer to the Generating VideosTo facilitate video generation:
To activate video generation during the LPAC NN evaluation, set Run the evaluation script Documentation and API AccessOur reference manual provides comprehensive documentation for all available classes and functions: Please note that most functions available in the C++ Core API can also be accessed using Python. The code for extracting data from OpenStreetMap has not yet been uploaded. Please feel free to ask any further questions or request additional information as needed. |
Beta Was this translation helpful? Give feedback.
-
Thank you so much for your quick reply,!!!! |
Beta Was this translation helpful? Give feedback.
-
Under your guidance, the third and fourth problems have been successfully solved~~~expressing my gratitude to you again!! But now there are other questions: 2. Can I choose not to delete the generated motion trajectory pictures after generating the video? 3. I am curious about CoverageControl/python/scripts/training/train_cnn.py. Is it similar to train_lpac.py? 4. How to use the trained model file? Now I only know that the trained network will be used in the evaluation phase, but the models folder is not used. I don't quite understand this. In my understanding, training - generating model - calling model, I don't know how to reflect this last step. 5. There is a small error in the documentation |
Beta Was this translation helpful? Give feedback.
-
forgot one thing. After I used |
Beta Was this translation helpful? Give feedback.
-
I understand this. The |
Beta Was this translation helpful? Give feedback.
-
Sorry to bother you again, I don't quite understand how to use your repo. Looking at your tutorial, I roughly understand that you use the python file in scripts and the configuration file in params to perform actions.
but
1. How to use lpac to guide ontology program?
2. How to simulate the actual map using the data from https://www.openstreetmap.org/ as in the paper?
3. How to call the downloaded gnuplot, ffmpeg plug-in to visualize and generate videos?
Another question is that I only found the folder that saves the data under the lpac file.
4. Is there a folder elsewhere in the project that saves the data during the running of the program?
I hope there is a basic and complete guidance on the usage process.
(I have read your paper and am very interested in your ideas, especially those screenshots of experimental data. I thought I could understand how your program operates by reading the paper carefully. Sorry, I still overestimate my ability. , I have no choice but to bother you again)
Beta Was this translation helpful? Give feedback.
All reactions