Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
When I use
POST .../blocksto write segmentation into alabelmapinstance, DVID is supposed to generate the low-scale pyramid levels if I supply?downres=true. It looks like there is a race condition that prevents it from writing correctly, unless the shape of the chunks is carefully chosen. For instance, writing chunks that were of shape(2048, 64, 64)didn't work correctly (some low-res blocks remained blank), but writing chunks of(256, 256, 256)seemed to work.In lieu of a fix, perhaps some guidance in the documentation for
POST .../blockswould help.