Andreas Schuh

Results 145 comments of Andreas Schuh

I had the issue because it would try to re-add any closed milestones. Note that `get_milestones` only retrieves a list of open milestones. I changed it to: ``` python def...

I seem to have a different issue installing this package on Windows 10. Piggybacking this issue as the initial issue refers to installation errors on Windows and provides a trivial...

Seems `__ATOMIC_SEQ_CST` is GCC specific? I'm using MSVS 2017 (MSVC v19).

Hi Alena, Sorry for the late replay. I have not encountered this error before. It could well be related to FindTBB and the imported CMake build targets it adds. If...

Thanks for providing more information. I found some TBB issue reports on this that might be useful: 1. https://software.intel.com/en-us/forums/intel-threading-building-blocks/topic/498725 2. https://software.intel.com/en-us/forums/intel-threading-building-blocks/topic/777497 In MIRTK itself, I am not sure `scalable_allocator` is...

Have you tried in SVRTK where you need this memory pool to use the `tbb::memory_pool_allocator` in the declaration of, e.g., the `Array` (`std::vector`) you use? Once you found a solution...

Let me know if you find an answer. Otherwise, after looking at SVRTK, I think there are a few possibilities to restructure the code in a way that doesn't require...

Thanks, Alena, for sharing your code. I'll try and have a look this week. Follow up and remind me if I don't :-).

Welcome to MIRTK! It seems you installed the toolkit successfully (for runtime efficiency, I suggest you check that WITH_TBB was set to ON in CMake). As the toolkit was mostly...

Glad the information was useful. I will keep this issue in the backlog for now as reminder to add support for JPEG.