diff --git a/meshroom/nodes/aliceVision/SphereDetection.py b/meshroom/nodes/aliceVision/SphereDetection.py index 44c4d369..bdea7455 100644 --- a/meshroom/nodes/aliceVision/SphereDetection.py +++ b/meshroom/nodes/aliceVision/SphereDetection.py @@ -91,9 +91,9 @@ Spheres can be automatically detected or manually defined in the interface. outputs = [ desc.File( name="output", - label="Output Folder", + label="Output Path", description="Sphere detection information will be written here.", - value=desc.Node.internalFolder, - uid=[], - ), + value=desc.Node.internalFolder + "/detection.json", + uid=[] + ) ]