-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
got error setMinMax #89
Comments
Can you please share more information about your set-up:
|
Hi, Please advise |
Unfortunately there seem to be some issues with this function on windows: #90 You could try to replace it with boundary features. Can you describe what problem you want to solve and what shape the affinities have? |
Hi, Thank you |
Ok, you would need to update a few things here:
Here's a PR to implement that idea: weih527/SuperHuman#2 I have not tested this, so you would need to make sure that it works and potentially fix or report errors. |
Hi I got this error :
File "C:\SuperHuman-main\SuperHuman-main\scripts\utils\lmc.py", line 19, in mc_baseline
costs = feats.compute_affinity_features(rag, affs, offsets)[:, 0]
File "c:elf\elf\segmentation\features.py", line 84, in compute_affinity_features
numberOfThreads=n_threads)
RuntimeError:
Precondition violation!
UserRangeHistogram::update(): setMinMax(...) has not been called.
(D:\bld\nifty_1641634469613_h_env\Library\include\vigra/accumulator.hxx:5935)
any idea to solve this?
thanks
The text was updated successfully, but these errors were encountered: