Closed marunava21 closed 2 years ago
The applications are not that clear in the documentation. Can you please guide me what to do next. If i understand it i can contribute to this project.
Data visualization is done using script visualize.py. Run the model using the script run_model.py. The model output is saved in the cache/evaluate_cache/ directory and is an npz file that can be visualized in python. The output can also be visualized using our web tool. test_model.py takes data from only one Batch to test whether the model can run.
So is the web tool is GeoJSON.io? And how can I apply the models for real time predictions using camera? is that possible? or it only takes satellite type of data.
It can be visualized using geojson.io, simply by converting the predicted npz file into geojson format. Camera data can be received, just convert it to the data format we specify.
I have used run_model and then test_model. Now i want to visualize the output or want to know want can be the prediction. How to do that.
!python test_model.py --task="traffic_state_pred" --model="AutoEncoder" --dataset="METR_LA"