You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

    1. UAV Path Prediction(v0.1)

      • Introduction


      • Getting Started

        • Step 1. Query influx token

        • Step 2. Create “UAVData” bucket (Inside Influx DB container)
        • Step 3. Fill the file config (UAV_insert.py)
        • Step 4. Excute the insert processing to insert data into Influx DB
        • Step 5. 

      • File

        • UAV_dataset.csv
          The file contains collected UAV movement path data.

        • UAV_insert.py
          The file processes the UAV_dataset and inserts the data into InfluxDB.
          (Changed required: DATASET_PATH , INFLUX_IP , INFLUX_TOKEN)

        • UAV_pipeline.ipynb
          The file defines the model structure and training process.

        •  
        • UAV_input.json
          The json file is used for sample data.

        • UAV_predict.sh
          The script used for excuting the model prediction.



  • No labels