diff --git a/meshroom/ui/qml/Viewer/Viewer2D.qml b/meshroom/ui/qml/Viewer/Viewer2D.qml index 61ea8c1332..eabb76b5c0 100644 --- a/meshroom/ui/qml/Viewer/Viewer2D.qml +++ b/meshroom/ui/qml/Viewer/Viewer2D.qml @@ -714,7 +714,7 @@ FocusScope { json = null if (activeNode.attribute("autoDetect").value) { // auto detection enabled - var jsonPath = activeNode.attribute("output").value + "/detection.json" + var jsonPath = activeNode.attribute("output").value Request.get(Filepath.stringToUrl(jsonPath), function(xhr) { if (xhr.readyState === XMLHttpRequest.DONE) { try {