Erik Smistad

Results 11 comments of Erik Smistad

Thanks @MikeWazoWski123 for your analysis. We will try to update these libraries in future releases.

The example runs fine on my Mac running macOS 10.15 with system python 3.10. Can you try running the example without anaconda, just using a clean python environment?

I am sad to see this removal of ubuntu-18.04 and hope you will reconsider. I use github to build C++ software on ubuntu-18.04, essentially making it possible to run it...

> > I use github to build C++ software on ubuntu-18.04, essentially making it possible to run it on 18.04 and newer releases. > > Due to the lack of...

There is no way to that right now in the software. But it can be accomplished quite easily with a python script which renames/moves the files afterwards. Is this a...

Hi. The technology used in FastPathology, OpenCL and OpenGL, should work on AMD processors as well. However, we have only tested it on Intel and Nvidia processors so far. So...

Hi @CindyQi7788, If you have libraries installed in non-default locations, the solution is to set the environment variable DYLD_LIBRARY_PATH to the location of those libraries: From the manual: DYLD_LIBRARY_PATH -...

Agreed. This can easily be added here: https://github.com/smistad/FAST/blob/master/source/FAST/Visualization/View.cpp#L702 However, the speed it should move towards the pointer might need to be optimized. Support for arrow keys is also quite easy...

This has now been implemented in FAST and will appear in the next release. See commits https://github.com/smistad/FAST/commit/d4c3311edeb5d8682b56204651330fc6406c28f5 and https://github.com/smistad/FAST/commit/5c72bd86148e5ab0988fb07d3e7d16ab85194dae

I would also very much like to see this feature implemented