Ziao

Results 9 comments of Ziao

Thanks for the suggestion! I am not sure I am ingesting the data correctly. The label data is over 100 GB and it seems I can't put them in one...

It seems it's the problem with the label index store procedure taking too long. 10 GB data can take over a couple days according to the log. During the process,...

Thanks for the reply! Yes, I am ingesting 3d array of uint64. The whole data is about 8192 * 6144 * 512 and I am slicing them into 1024 *...

It seems I was using too large data in a single post request on above example. When I reduce the size of data within a single post to 64*64*64 I...

Now I crop the raw label into 64 pixel slices. Each time I only ingest a specific volume with an offset index z (0,64,128...). After all the images in that...

However, I get the following error sometimes: ``` ERROR indexing label 1600145892: unable to store indices for label 1600145892, data testa8_0711: Error on batch commit of Put: IO error: /data/dbs/basholeveldb/2326145.log:...

Thanks for the reply! It does help. The error is from ingesting the block data. Really appreciate it.

Really appreciate the reply! I have done making some overlapping labels. I checked there were some resegmentation function in the repo. I am not sure if they are in the...

Really appreciate it. I will spend some time run the code and try to implement on our labels. By the way, I am wondering how you guys generate large labels....