-
Notifications
You must be signed in to change notification settings - Fork 5
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
[question] How to delete all the label indices and label map? #11
Comments
I found a related function here, but it only delete some bodies rather than all of them.
|
according to the comments, I can post an empty label index to delete all of them?
I just tested this code, this do not work, and I got errors like this:
|
No, you can only delete indices for an explicitly provided list of bodies, as is done in As far as I can tell, the REST API doesn't offer a way to delete all label indices for the whole instance. You might want to open a new issue on the dvid repository to request that feature. |
I just found a related issue in dvid repo: |
@stuarteberg I am trying to use the |
I manually added this function to my local nuclease code and works for now. This is pretty hacky though. |
This ought to work: conda install -c flyem-forge 'neuclease>=0.4.post429' |
thank you! |
I ingested some label indices that are not correct. Creating a new repo and reingest the supervoxels will take a long time. Is that possible to delete all the label indices and label map?
The text was updated successfully, but these errors were encountered: