You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I proceeded from QCNet train to validation for path prediction.
Could you please provide the ipynb file and code for visual testing such as Qualitative Results?
And, I am trying to validate a model already trained with num_future_steps =60, num_historical_steps=50.
Can you please suggest the code to get minADE, minFDE for num_future_steps 0 to 10 or 0 to 20 in validation?
The text was updated successfully, but these errors were encountered:
The qualitative results are generated with matplotlib. You can, for example, write the prediction results to a pickle file via test.py, and then plot the waypoints stored in the pickle file using matplotlib.
To obtain the metrics for shorter horizons, you can modify the input sent to the metric calculator. For example during updating min ADE, you can modify the code to be:
hello.
I proceeded from QCNet train to validation for path prediction.
Could you please provide the ipynb file and code for visual testing such as Qualitative Results?
And, I am trying to validate a model already trained with num_future_steps =60, num_historical_steps=50.
Can you please suggest the code to get minADE, minFDE for num_future_steps 0 to 10 or 0 to 20 in validation?
The text was updated successfully, but these errors were encountered: