Skip to content
Snippets Groups Projects
Commit b5a51800 authored by Paul-Edouard Sarlin's avatar Paul-Edouard Sarlin
Browse files

Fix critical typo

parent a92fdb93
No related branches found
No related tags found
No related merge requests found
......@@ -208,4 +208,4 @@ class Demo:
prob = lp_xyr.exp().cpu()
neural_map = pred["map"]["map_features"][0].squeeze(0).cpu()
return xyr[:2], xyr[1], prob, neural_map, data["image"]
return xyr[:2], xyr[2], prob, neural_map, data["image"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment