-
Notifications
You must be signed in to change notification settings - Fork 97
Visualization of test results #4
Comments
We may release that part of the code in the future. The visualization is pretty trivial:
|
Added notes for the prepared data here. Could be useful for visualization. |
Hi, @JunweiLiang Thank you for your response and the information will look into them. |
@JunweiLiang , Hi, when using cv2.addWeighted to add the heatmap to original image, the channel of original image is 3, and dtype is uint8 , but the channel of heatmap is 1, and dtype is float, which will lead to error in cv2.addWeighted, so how can I solve it ? |
@bbidong,
frame_data is the original image. new_layer is the trajectory image after linspace. |
Wow, Thanks ! I realized according to your guidance. |
@JunweiLiang Hi, I have a question. I do visualization of the results now. Which variables do we get path predictions and activity predictions? I'm waiting for your answer. |
The outputs of the Tester Class include those variables, namely pred_out, future_act |
No,good,,,I don't understand how to get predictions even though I try to it over and over.. |
You can refer to the full visualization code in the social-distancing-early-forecasting repo. Code to save prediction results are here. |
Did you save prediction results and visualize of the results with one code? |
Just read the code. They are all there (L1041 - L1297). |
I read this code. |
Please refer to the paper for model details. |
I want to see the visualization videos. |
Hi,
I would like to know how can I visualize the test results as shown in the /images/.gifs?
The text was updated successfully, but these errors were encountered: