Matěj Račinský
Matěj Račinský
thank you, this is amazing!
> Yes! It does seem like a memory release to system problem. > > > GC.gc(true); GC.gc() > > Does not fix it. > > @JeffBezanson is it possible to...
Just cross-referencing, in my hunt for freeing more memory I learned the `malloc_trim` and it helped partly, it cleared some memory which has not been cleared before, but not everything....
I know. Would it make sense to add some ` ```` ` block, e.g. `julia-output` and then add feature to Documenter so it would properly color them?
Are these raw files from the native plugin, or from the managed one? Native plugin is not meant to be used alone, but along with the managed plugin.
Hopefully [this article series](http://www.adriancourreges.com/blog/2015/11/02/gta-v-graphics-study/) could help a little bit.
Thanks for reply. I quite struggle with reading the data, since every page of this multipage tiff uses different flags. Also, I struggle with 2D bounding boxes from the PostgreSQL...
@barcharcraz I tried that, but unfortumatelly, it contains only semantic segmentation for cars, not for other objects. And if I am not mistaken, it completely lacks depth data. I wanted...
The postprocessing code would be really great. I checked the bounding box, but it is stored as box (native postgres structure), not box2d (postgis extension). And in the query building...
Oh, my bad with bounding boxes. I was confused, because in the C# code, there was `new NpgsqlBox(detection.BBox.Max.Y, detection.BBox.Max.X, detection.BBox.Min.Y, detection.BBox.Min.X)` but C# persists it to PostgreSQL in form of...