Git Product home page Git Product logo

susan's Issues

cmake FindCUDAToolkit - failed

I installed SUSAN on an Ubuntu 20.04 workstation running CUDA 11.4. During cmake, I got the following error:
########################################
CMake Warning at CMakeLists.txt:27 (find_package):
By not providing "FindCUDAToolkit.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"CUDAToolkit", but CMake did not find one.

Could not find a package configuration file provided by "CUDAToolkit" with
any of the following names:

CUDAToolkitConfig.cmake
cudatoolkit-config.cmake

Add the installation prefix of "CUDAToolkit" to CMAKE_PREFIX_PATH or set
"CUDAToolkit_DIR" to a directory containing one of the above files. If
"CUDAToolkit" provides a separate development package or SDK, be sure it
has been installed.

CMake Error at CMakeLists.txt:43 (message):
SUSAN does not support your CUDA toolkit version.

-- Configuring incomplete, errors occurred!
###########################################

I solved this by specifying the cuda path in CMakeLists.txt and removing the rest of the Configure CUDA section

set(CMAKE_PREFIX_PATH /usr/local/cuda)

python tutorial questions

I though I'd make a separate issue for my questions.

  1. why duplicating particle set for MRA is necessary? because you want to preserve original particle stack? but the project does output particles for each iteration.
  2. in the tutorial in the very first project the prj_001_mra.ptclsraw is bin8, while everything else is bin4. It does run, so the binning does not have to match between particles and ref/masks?
  3. initial reconstruction is not used in the project, I guess it's calculated only for demonstration?
  4. I found that my tomo_size didnt match binned stacks size so I had to replace 3710//2 by math.ceil(3710/2)

import_dynamo_table missing in python api

Hi,

I'm trying to follow the tutorial with Python API. I could not find prj_001.ptclsraw anywhere and wanted to convert picked_bin2.tbl, but then I couldn't find the python function to do this. In matlab api I can see import_dynamo_table. I dont have matlab installed. Can I get around this?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.