Game Tools | AliceVision
16001 26 3- Ambrosiussen
- Member
- 197 posts
- Joined: 7月 2015
- Offline
Hi everyone,
It's been a while since we released some new “bigger” tools due to our preparation for GDC, but we will start releasing what we have been working on leading up to GDC itself. Enjoy!
https://www.sidefx.com/tutorials/alicevision-plugin/ [www.sidefx.com]
If you have any questions or feedback on the plugin, feel free to ask them here!
Paul
Edited by Ambrosiussen - 2019年2月20日 19:44:41
- tamte
- Member
- 8785 posts
- Joined: 7月 2007
- Offline
- Ambrosiussen
- Member
- 197 posts
- Joined: 7月 2015
- Offline
- Angel Fucaraccio
- Member
- 55 posts
- Joined: 10月 2018
- Offline
Hi, I keep getting this error at the end. I´ve tried everything that is recommended in the page, made sure no white spaces in the folder, added the path to the .env, even linked the path at the sop node. Also tried hooking up the first three nodes, but no geomerty is generated. What else can I try to make it work?
- Ambrosiussen
- Member
- 197 posts
- Joined: 7月 2015
- Offline
AngelAnimaHi,
Hi, I keep getting this error at the end. I´ve tried everything that is recommended in the page, made sure no white spaces in the folder, added the path to the .env, even linked the path at the sop node. Also tried hooking up the first three nodes, but no geomerty is generated. What else can I try to make it work?
Sorry to hear you're having some issues! Does this happen with the provided set of example images from the tutorial page, or with images you took yourself? If they are your own, could you try running the ones we provide through the tool? That allows us to confirm the tool works, and narrow it down to something more specific. (make sure you use a unique project name)
Paul
Edited by Ambrosiussen - 2019年2月26日 10:47:01
- LittlePony
- Member
- 2 posts
- Joined: 12月 2018
- Offline
Hi,
when i press cook, getting this error @ 06_Prepare_Dense_Scene
when i press cook, getting this error @ 06_Prepare_Dense_Scene
Error running callback: Traceback (most recent call last): File "<stdin>", line 1, in <module> File "opdef:/gamedev::Sop/sop_av_photogrammetry?PythonModule", line 6, in ManualCook File "opdef:/gamedev::Sop/sop_av_structure_from_motion?PythonModule", line 37, in cookNode File "C:/PROGRA~1/SIDEEF~1/HOUDIN~1.498/houdini/python2.7libs\hou.py", line 10284, in cook return _hou.Node_cook(*args, **kwargs) OperationFailed: The attempted operation failed. Error while cooking.
- Install the Game Development Toolset 1.123
- Download Alicevision (used latest version https://github.com/alicevision/AliceVision/releases/download/v2.1.0/AliceVision-2.1.0-win64.zip [github.com]
- Download Sample Content (used this one https://github.com/alicevision/dataset_monstree/tree/master/mini6)
- Ambrosiussen
- Member
- 197 posts
- Joined: 7月 2015
- Offline
LittlePony
Hi,
when i press cook, getting this error @ 06_Prepare_Dense_SceneError running callback: Traceback (most recent call last): File "<stdin>", line 1, in <module> File "opdef:/gamedev::Sop/sop_av_photogrammetry?PythonModule", line 6, in ManualCook File "opdef:/gamedev::Sop/sop_av_structure_from_motion?PythonModule", line 37, in cookNode File "C:/PROGRA~1/SIDEEF~1/HOUDIN~1.498/houdini/python2.7libs\hou.py", line 10284, in cook return _hou.Node_cook(*args, **kwargs) OperationFailed: The attempted operation failed. Error while cooking.
- Install the Game Development Toolset 1.123
- Download Alicevision (used latest version https://github.com/alicevision/AliceVision/releases/download/v2.1.0/AliceVision-2.1.0-win64.zip [github.com]
- Download Sample Content (used this one https://github.com/alicevision/dataset_monstree/tree/master/mini6)
Hi,
This is due to the plugin not being compatible with version 2.1.0 of AliceVision yet. Please try using 2.0.0 instead and you should not be getting that error.
Paul
- Angel Fucaraccio
- Member
- 55 posts
- Joined: 10月 2018
- Offline
- nikkes
- Member
- 1 posts
- Joined: 2月 2018
- Offline
- Palipala
- Member
- 21 posts
- Joined: 1月 2016
- Offline
Hi, I fiddled around some time now and finally found the solution for the above error message (after having edited the exif-data, the resolution, the camera db values..)
But as my own example files worked fine I found out that -somehow- only for the canon (as of yet) the database entry is wrong. Photos taken with my HTC Ultra work perfectly.
So, for the solution, in the AliceVision-2.0.0\share directory there is a ‘camerSensors.db’ file.
Find the line where the camera (for the apple example it's the Canon EOS Rebel T6i) and simply delete everything in this line after the sensor value.
Like this:
Canon;Canon EOS Rebel T6i;22.3
So easy
Save and enjoy
But as my own example files worked fine I found out that -somehow- only for the canon (as of yet) the database entry is wrong. Photos taken with my HTC Ultra work perfectly.
So, for the solution, in the AliceVision-2.0.0\share directory there is a ‘camerSensors.db’ file.
Find the line where the camera (for the apple example it's the Canon EOS Rebel T6i) and simply delete everything in this line after the sensor value.
Like this:
Canon;Canon EOS Rebel T6i;22.3
So easy
Save and enjoy
- keithlynch_81
- Member
- 13 posts
- Joined: 8月 2018
- Offline
Hi guys, Im getting a similar error as Little Pony but Im using AliceVision 2.0.0 and Game Dev 1.123 as specified. Im also using the sample files from SideFX
Traceback (most recent call last):
File “<stdin>”, line 1, in <module>
File “opdefgamedev:op/sop_av_photogrammetry?PythonModule”, line 9, in ManualCook
File “opdefgamedev:op/sop_av_texturing?PythonModule”, line 36, in cookNode
File “CPROGRA~1/SIDEEF~1/HOUDIN~1.352/houdini/python2.7libs\hou.py”, line 10275, in cook
return _hou.Node_cook(*args, **kwargs)
OperationFailed: The attempted operation failed.
Error while cooking.
Any idea what I've done wrong please?
Traceback (most recent call last):
File “<stdin>”, line 1, in <module>
File “opdefgamedev:op/sop_av_photogrammetry?PythonModule”, line 9, in ManualCook
File “opdefgamedev:op/sop_av_texturing?PythonModule”, line 36, in cookNode
File “CPROGRA~1/SIDEEF~1/HOUDIN~1.352/houdini/python2.7libs\hou.py”, line 10275, in cook
return _hou.Node_cook(*args, **kwargs)
OperationFailed: The attempted operation failed.
Error while cooking.
Any idea what I've done wrong please?
AmbrosiussenLittlePony
Hi,
when i press cook, getting this error @ 06_Prepare_Dense_SceneError running callback: Traceback (most recent call last): File "<stdin>", line 1, in <module> File "opdef:/gamedev::Sop/sop_av_photogrammetry?PythonModule", line 6, in ManualCook File "opdef:/gamedev::Sop/sop_av_structure_from_motion?PythonModule", line 37, in cookNode File "C:/PROGRA~1/SIDEEF~1/HOUDIN~1.498/houdini/python2.7libs\hou.py", line 10284, in cook return _hou.Node_cook(*args, **kwargs) OperationFailed: The attempted operation failed. Error while cooking.
- Install the Game Development Toolset 1.123
- Download Alicevision (used latest version https://github.com/alicevision/AliceVision/releases/download/v2.1.0/AliceVision-2.1.0-win64.zip [github.com]
- Download Sample Content (used this one https://github.com/alicevision/dataset_monstree/tree/master/mini6)
Hi,
This is due to the plugin not being compatible with version 2.1.0 of AliceVision yet. Please try using 2.0.0 instead and you should not be getting that error.
Paul
- pbowmar
- Member
- 7046 posts
- Joined: 7月 2005
- Offline
- Ambrosiussen
- Member
- 197 posts
- Joined: 7月 2015
- Offline
- McKormick
- Member
- 17 posts
- Joined: 7月 2017
- Offline
keithlynch_81
Hi guys, Im getting a similar error as Little Pony but Im using AliceVision 2.0.0 and Game Dev 1.123 as specified. Im also using the sample files from SideFX
Traceback (most recent call last):
File “<stdin>”, line 1, in <module>
File “opdefgamedev:op/sop_av_photogrammetry?PythonModule”, line 9, in ManualCook
File “opdefgamedev:op/sop_av_texturing?PythonModule”, line 36, in cookNode
File “CPROGRA~1/SIDEEF~1/HOUDIN~1.352/houdini/python2.7libs\hou.py”, line 10275, in cook
return _hou.Node_cook(*args, **kwargs)
OperationFailed: The attempted operation failed.
Error while cooking.
Any idea what I've done wrong please?AmbrosiussenLittlePony
Hi,
when i press cook, getting this error @ 06_Prepare_Dense_SceneError running callback: Traceback (most recent call last): File "<stdin>", line 1, in <module> File "opdef:/gamedev::Sop/sop_av_photogrammetry?PythonModule", line 6, in ManualCook File "opdef:/gamedev::Sop/sop_av_structure_from_motion?PythonModule", line 37, in cookNode File "C:/PROGRA~1/SIDEEF~1/HOUDIN~1.498/houdini/python2.7libs\hou.py", line 10284, in cook return _hou.Node_cook(*args, **kwargs) OperationFailed: The attempted operation failed. Error while cooking.
- Install the Game Development Toolset 1.123
- Download Alicevision (used latest version https://github.com/alicevision/AliceVision/releases/download/v2.1.0/AliceVision-2.1.0-win64.zip [github.com]
- Download Sample Content (used this one https://github.com/alicevision/dataset_monstree/tree/master/mini6)
Hi,
This is due to the plugin not being compatible with version 2.1.0 of AliceVision yet. Please try using 2.0.0 instead and you should not be getting that error.
Paul
Hi
I had similar error
My antivirus was complaining about that file:
MPROGRAMS/SIDEEF~1/HOUDIN~1.173/bin/gabc.exe
once added to exceptions works fine, thoug I still got “No materials generated” error
Edited by McKormick - 2019年3月28日 11:06:03
- Ambrosiussen
- Member
- 197 posts
- Joined: 7月 2015
- Offline
McKormick
Hi
I had similar error
My antivirus was complaining about that file:
MPROGRAMS/SIDEEF~1/HOUDIN~1.173/bin/gabc.exe
once added to exceptions works fine, thoug I still got “No materials generated” error
Could you check what the last successful step the tool was able to complete is? The log data would help troubleshoot your issues!
Paul
- pbowmar
- Member
- 7046 posts
- Joined: 7月 2005
- Offline
- Ambrosiussen
- Member
- 197 posts
- Joined: 7月 2015
- Offline
- Ambrosiussen
- Member
- 197 posts
- Joined: 7月 2015
- Offline
- pbowmar
- Member
- 7046 posts
- Joined: 7月 2005
- Offline
- Ambrosiussen
- Member
- 197 posts
- Joined: 7月 2015
- Offline
Hi,
The update has been published in build 1.143. Instructions can be found here:
https://www.sidefx.com/tutorials/alicevision-plugin/ [www.sidefx.com]
Paul
The update has been published in build 1.143. Instructions can be found here:
https://www.sidefx.com/tutorials/alicevision-plugin/ [www.sidefx.com]
Paul
-
- Quick Links