Releases: CITA-cph/deep-sight
Releases · CITA-cph/deep-sight
Deep Sight v0.4
DeepSight toolkit for design-oriented volume dataset manipulation.
Components
deepsight
-> C++ wrapper (i.e. OpenVDB functions, etc.)DeepSightNet
-> C# wrapper fordeepsight
RawLamb
-> RhinoCommon interface for DeepSightNetRawLamb.GH
-> Grasshopper plug-inpydeepsight
-> Python wrapper usingpybind11
(Python 3.10)
First release after major refactor.
Installation - Python
This version is for Python 3.10.
- In the command prompt, use
pip install <path_to_deepsight-0.4-py3-none-any.whl>
Installation - Grasshopper
- Navigate to your Grasshopper components folder. You can find this by typing in
%appdata%/Grasshopper/Libraries
in the File Explorer navigation bar. - Copy
DeepSight-v0.4
to the Libraries folder. - Unblock all
.dll
and.gha
files as necessary.
Deep Sight v0.3
DeepSight toolkit for design-oriented volume dataset manipulation.
Components
deepsight
-> C++ wrapper (i.e. OpenVDB functions, etc.)DeepSightNet
-> C# wrapper fordeepsight
RawLamb
-> RhinoCommon interface for DeepSightNetRawLamb.GH
-> Grasshopper plug-inpydeepsight
-> Python wrapper usingpybind11
(Python 3.10, 64-bit)
First release after major refactor.
Installation - Python
This version is for Python 3.10.
- Navigate to your Python
site-packages
folder. You can find where your user site packages folder is by runningpython -m site --user-site
from the terminal. - Copy the enclosed
pydeepsight-v0.3
folder into thesite-packages
folder.
Installation - Grasshopper
- Navigate to your Grasshopper components folder. You can find this by typing in
%appdata%/Grasshopper/Libraries
in the File Explorer navigation bar. - Copy
RawLamb-v0.3
to the Libraries folder. - Right-click on each
.dll
or.gha
in theRawLamb-v0.3
folder and click onProperties
. - If it is visible, check the
Unblock
checkbox and pressOK
. - Repeat for each
.dll
or.gha
in the folder.
DeepSight (Python 3.8, 64-bit)
DeepSight Python toolkit for Python 3.8, 64-bit.
Installation
This version is for Python 3.8.
- Create a directory in your Python
site-packages
folder calleddeepsight
. You can find where your user site packages folder is by runningpython -m site --user-site
from the terminal. - Place the contents of the archive into the
deepsight
folder.
DeepSight (Python 3.8, 64-bit)
DeepSight Python toolkit for Python 3.8, 64-bit.
Installation
This version is for Python 3.8.
- Create a directory in your Python
site-packages
folder calleddeepsight
. - Place the contents of the archive into the
deepsight
folder.