Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
    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.