Skip to content

Releases: CITA-cph/deep-sight

Deep Sight v0.4

03 Jan 11:01
Compare
Choose a tag to compare
Deep Sight v0.4 Pre-release
Pre-release

DeepSight toolkit for design-oriented volume dataset manipulation.

Components

  • deepsight -> C++ wrapper (i.e. OpenVDB functions, etc.)
  • DeepSightNet -> C# wrapper for deepsight
  • RawLamb -> RhinoCommon interface for DeepSightNet
  • RawLamb.GH -> Grasshopper plug-in
  • pydeepsight -> Python wrapper using pybind11 (Python 3.10)

First release after major refactor.

Installation - Python

This version is for Python 3.10.

  1. In the command prompt, use pip install <path_to_deepsight-0.4-py3-none-any.whl>

Installation - Grasshopper

  1. Navigate to your Grasshopper components folder. You can find this by typing in %appdata%/Grasshopper/Libraries in the File Explorer navigation bar.
  2. Copy DeepSight-v0.4 to the Libraries folder.
  3. Unblock all .dll and .gha files as necessary.

Deep Sight v0.3

22 Jun 08:24
Compare
Choose a tag to compare
Deep Sight v0.3 Pre-release
Pre-release

DeepSight toolkit for design-oriented volume dataset manipulation.

Components

  • deepsight -> C++ wrapper (i.e. OpenVDB functions, etc.)
  • DeepSightNet -> C# wrapper for deepsight
  • RawLamb -> RhinoCommon interface for DeepSightNet
  • RawLamb.GH -> Grasshopper plug-in
  • pydeepsight -> Python wrapper using pybind11 (Python 3.10, 64-bit)

First release after major refactor.

Installation - Python

This version is for Python 3.10.

  1. Navigate to your Python site-packages folder. You can find where your user site packages folder is by running python -m site --user-site from the terminal.
  2. Copy the enclosed pydeepsight-v0.3 folder into the site-packages folder.

Installation - Grasshopper

  1. Navigate to your Grasshopper components folder. You can find this by typing in %appdata%/Grasshopper/Libraries in the File Explorer navigation bar.
  2. Copy RawLamb-v0.3 to the Libraries folder.
  3. Right-click on each .dll or .gha in the RawLamb-v0.3 folder and click on Properties.
  4. If it is visible, check the Unblock checkbox and press OK.
  5. Repeat for each .dll or .gha in the folder.

DeepSight (Python 3.8, 64-bit)

06 Oct 09:34
Compare
Choose a tag to compare
Pre-release

DeepSight Python toolkit for Python 3.8, 64-bit.

Installation

This version is for Python 3.8.

  1. Create a directory in your Python site-packages folder called deepsight. You can find where your user site packages folder is by running python -m site --user-site from the terminal.
  2. Place the contents of the archive into the deepsight folder.

DeepSight (Python 3.8, 64-bit)

15 Sep 16:30
Compare
Choose a tag to compare
Pre-release

DeepSight Python toolkit for Python 3.8, 64-bit.

Installation

This version is for Python 3.8.

  1. Create a directory in your Python site-packages folder called deepsight.
  2. Place the contents of the archive into the deepsight folder.