Skip to content

An error occured (DOG) #5

@CellKai

Description

@CellKai

Hi,
I tried to run the Interest-point detection with GPU support and followed the simple instructions on the release page. This seems to work well, the provided .dll is detected as well as my graphics card. The process then however fails with:

An error occured (DOG): java.lang.ClassCastException: net.imglib2.converter.read.ConvertedRandomAccessibleInterval cannot be cast to net.imglib2.img.Img

see below for the entire log. Is there something that I was missing? The Microsoft redistributables are present ,and the version of CUDA I have installed is 10.0.
Thank you for your help!

Looking for native libraries ending with '.dll' in directory: 'C:\Tools\Fiji.app-2021-02-01\dlls' ...
Trying to load following library: C:\Tools\Fiji.app-2021-02-01\dlls\SeparableConvolutionCUDA.dll
Using an outdated version of the CUDA libs, cannot query free memory. Assuming total memory.
Using device GeForce GTX 980 (id=0, mem=4096MB (4096MB free), CUDA capability 5.2)
(Mon Feb 15 17:52:42 CET 2021): Determining it approximate Min & Max for all views at lowest resolution levels ...
(Mon Feb 15 17:52:42 CET 2021): Loading level (8.0, 8.0, 2.0)
(Mon Feb 15 17:52:42 CET 2021): View tpId=0 setupId=0, Min=195.0 max=1495.0
(Mon Feb 15 17:52:42 CET 2021): Loading level (8.0, 8.0, 2.0)
(Mon Feb 15 17:52:42 CET 2021): View tpId=0 setupId=3, Min=196.0 max=1089.0
(Mon Feb 15 17:52:42 CET 2021): Loading level (8.0, 8.0, 2.0)
(Mon Feb 15 17:52:42 CET 2021): View tpId=0 setupId=1, Min=195.0 max=1037.0
(Mon Feb 15 17:52:42 CET 2021): Loading level (8.0, 8.0, 2.0)
(Mon Feb 15 17:52:43 CET 2021): View tpId=0 setupId=4, Min=196.0 max=1005.0
(Mon Feb 15 17:52:43 CET 2021): Loading level (8.0, 8.0, 2.0)
(Mon Feb 15 17:52:43 CET 2021): View tpId=0 setupId=2, Min=195.0 max=1044.0
(Mon Feb 15 17:52:43 CET 2021): Loading level (8.0, 8.0, 2.0)
(Mon Feb 15 17:52:43 CET 2021): View tpId=0 setupId=5, Min=195.0 max=1084.0
(Mon Feb 15 17:52:43 CET 2021): Loading level (8.0, 8.0, 2.0)
(Mon Feb 15 17:52:43 CET 2021): View tpId=0 setupId=6, Min=192.0 max=298.0
(Mon Feb 15 17:52:43 CET 2021): Loading level (8.0, 8.0, 2.0)
(Mon Feb 15 17:52:43 CET 2021): View tpId=0 setupId=9, Min=191.0 max=263.0
(Mon Feb 15 17:52:43 CET 2021): Loading level (8.0, 8.0, 2.0)
(Mon Feb 15 17:52:43 CET 2021): View tpId=0 setupId=7, Min=192.0 max=355.0
(Mon Feb 15 17:52:43 CET 2021): Loading level (8.0, 8.0, 2.0)
(Mon Feb 15 17:52:43 CET 2021): View tpId=0 setupId=10, Min=191.0 max=283.0
(Mon Feb 15 17:52:43 CET 2021): Loading level (8.0, 8.0, 2.0)
(Mon Feb 15 17:52:43 CET 2021): View tpId=0 setupId=8, Min=192.0 max=268.0
(Mon Feb 15 17:52:43 CET 2021): Loading level (8.0, 8.0, 2.0)
(Mon Feb 15 17:52:43 CET 2021): View tpId=0 setupId=11, Min=192.0 max=315.0
(Mon Feb 15 17:52:43 CET 2021): Total Min=191.0 max=1495.0
(Mon Feb 15 17:52:43 CET 2021): Requesting Img from ImgLoader (tp=0, setup=0), downsampling: (4, 4, 1)
(Mon Feb 15 17:52:43 CET 2021): Using precomputed Multiresolution Images [4x4x1], Remaining downsampling [1x1x1]
An error occured (DOG): java.lang.ClassCastException: net.imglib2.converter.read.ConvertedRandomAccessibleInterval cannot be cast to net.imglib2.img.Img
Failed to segment angleId: 0 channelId: 0 illumId: 0. Continuing with next one.
(Mon Feb 15 17:52:43 CET 2021): Requesting Img from ImgLoader (tp=0, setup=1), downsampling: (4, 4, 1)
(Mon Feb 15 17:52:43 CET 2021): Using precomputed Multiresolution Images [4x4x1], Remaining downsampling [1x1x1]
An error occured (DOG): java.lang.ClassCastException: net.imglib2.converter.read.ConvertedRandomAccessibleInterval cannot be cast to net.imglib2.img.Img
Failed to segment angleId: 1 channelId: 0 illumId: 0. Continuing with next one.
(Mon Feb 15 17:52:43 CET 2021): Requesting Img from ImgLoader (tp=0, setup=2), downsampling: (4, 4, 1)
(Mon Feb 15 17:52:43 CET 2021): Using precomputed Multiresolution Images [4x4x1], Remaining downsampling [1x1x1]
An error occured (DOG): java.lang.ClassCastException: net.imglib2.converter.read.ConvertedRandomAccessibleInterval cannot be cast to net.imglib2.img.Img
Failed to segment angleId: 2 channelId: 0 illumId: 0. Continuing with next one.
(Mon Feb 15 17:52:43 CET 2021): Requesting Img from ImgLoader (tp=0, setup=3), downsampling: (4, 4, 1)
(Mon Feb 15 17:52:43 CET 2021): Using precomputed Multiresolution Images [4x4x1], Remaining downsampling [1x1x1]
An error occured (DOG): java.lang.ClassCastException: net.imglib2.converter.read.ConvertedRandomAccessibleInterval cannot be cast to net.imglib2.img.Img
Failed to segment angleId: 0 channelId: 0 illumId: 1. Continuing with next one.
(Mon Feb 15 17:52:43 CET 2021): Requesting Img from ImgLoader (tp=0, setup=4), downsampling: (4, 4, 1)
(Mon Feb 15 17:52:43 CET 2021): Using precomputed Multiresolution Images [4x4x1], Remaining downsampling [1x1x1]
An error occured (DOG): java.lang.ClassCastException: net.imglib2.converter.read.ConvertedRandomAccessibleInterval cannot be cast to net.imglib2.img.Img
Failed to segment angleId: 1 channelId: 0 illumId: 1. Continuing with next one.
(Mon Feb 15 17:52:43 CET 2021): Requesting Img from ImgLoader (tp=0, setup=5), downsampling: (4, 4, 1)
(Mon Feb 15 17:52:43 CET 2021): Using precomputed Multiresolution Images [4x4x1], Remaining downsampling [1x1x1]
An error occured (DOG): java.lang.ClassCastException: net.imglib2.converter.read.ConvertedRandomAccessibleInterval cannot be cast to net.imglib2.img.Img
Failed to segment angleId: 2 channelId: 0 illumId: 1. Continuing with next one.
(Mon Feb 15 17:52:43 CET 2021): Requesting Img from ImgLoader (tp=0, setup=6), downsampling: (4, 4, 1)
(Mon Feb 15 17:52:43 CET 2021): Using precomputed Multiresolution Images [4x4x1], Remaining downsampling [1x1x1]
An error occured (DOG): java.lang.ClassCastException: net.imglib2.converter.read.ConvertedRandomAccessibleInterval cannot be cast to net.imglib2.img.Img
Failed to segment angleId: 0 channelId: 1 illumId: 0. Continuing with next one.
(Mon Feb 15 17:52:43 CET 2021): Requesting Img from ImgLoader (tp=0, setup=7), downsampling: (4, 4, 1)
(Mon Feb 15 17:52:43 CET 2021): Using precomputed Multiresolution Images [4x4x1], Remaining downsampling [1x1x1]
An error occured (DOG): java.lang.ClassCastException: net.imglib2.converter.read.ConvertedRandomAccessibleInterval cannot be cast to net.imglib2.img.Img
Failed to segment angleId: 1 channelId: 1 illumId: 0. Continuing with next one.
(Mon Feb 15 17:52:43 CET 2021): Requesting Img from ImgLoader (tp=0, setup=8), downsampling: (4, 4, 1)
(Mon Feb 15 17:52:43 CET 2021): Using precomputed Multiresolution Images [4x4x1], Remaining downsampling [1x1x1]
An error occured (DOG): java.lang.ClassCastException: net.imglib2.converter.read.ConvertedRandomAccessibleInterval cannot be cast to net.imglib2.img.Img
Failed to segment angleId: 2 channelId: 1 illumId: 0. Continuing with next one.
(Mon Feb 15 17:52:43 CET 2021): Requesting Img from ImgLoader (tp=0, setup=9), downsampling: (4, 4, 1)
(Mon Feb 15 17:52:43 CET 2021): Using precomputed Multiresolution Images [4x4x1], Remaining downsampling [1x1x1]
An error occured (DOG): java.lang.ClassCastException: net.imglib2.converter.read.ConvertedRandomAccessibleInterval cannot be cast to net.imglib2.img.Img
Failed to segment angleId: 0 channelId: 1 illumId: 1. Continuing with next one.
(Mon Feb 15 17:52:43 CET 2021): Requesting Img from ImgLoader (tp=0, setup=10), downsampling: (4, 4, 1)
(Mon Feb 15 17:52:43 CET 2021): Using precomputed Multiresolution Images [4x4x1], Remaining downsampling [1x1x1]
An error occured (DOG): java.lang.ClassCastException: net.imglib2.converter.read.ConvertedRandomAccessibleInterval cannot be cast to net.imglib2.img.Img
Failed to segment angleId: 1 channelId: 1 illumId: 1. Continuing with next one.
(Mon Feb 15 17:52:43 CET 2021): Requesting Img from ImgLoader (tp=0, setup=11), downsampling: (4, 4, 1)
(Mon Feb 15 17:52:43 CET 2021): Using precomputed Multiresolution Images [4x4x1], Remaining downsampling [1x1x1]
An error occured (DOG): java.lang.ClassCastException: net.imglib2.converter.read.ConvertedRandomAccessibleInterval cannot be cast to net.imglib2.img.Img
Failed to segment angleId: 2 channelId: 1 illumId: 1. Continuing with next one.
(Mon Feb 15 17:52:43 CET 2021): DONE.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions