Commit Graph

6 Commits

Author SHA1 Message Date
641b7169b3
fix: evaluation metrics for new reverie (path)
it's a "new" new reverie, I only choose the front path & the back path >
1's instructions.
2024-10-06 18:16:16 +08:00
36dbfed7e1
reverie's pretrain path 2024-09-07 18:15:31 +08:00
2a561bcf01
feat: log "success" in predict file
Why:
In visualization tool, we should check whether the agent arrive the
target viewpoint. We need to calculate the distance between the GT
viewpoint & the predicted viewpoint but it's difficult to calculate the
distance without the simulator (we run the visualization tool on Jupyter
notebook which is not in the docker container so we cannot use the
simulator)

How:
After getting the result which gather from the env. We should run the
eval_metrics() to get the success rate, FOUND score..., etc. So we get
the "success" after eval_metrics() and log it in the predicted file so
that the visualization tool can get the "success" status in the
predicted file.
2024-02-22 22:29:44 +08:00
0135ab3ac8
fix: change the model path 2024-01-22 00:42:40 +08:00
Shizhe Chen
89214a7c44 init 2022-03-26 20:56:29 +01:00
Shizhe Chen
747cf0587b init 2021-11-24 13:29:08 +01:00