Merge pull request #2243 from alicevision/dev/ps_sh

[Photometric Stereo] MultiView fusion in Texturing
This commit is contained in:
Fabien Castan 2024-09-06 22:03:39 +02:00 committed by GitHub
commit 4502e98a4c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 74 additions and 36 deletions

View file

@ -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 {