-
### Description of the bug
I designed a part in Fusion and imported it into prusa slicer. The model preview appears correct but when I looked at the sliced file the first layer was missing a large c…
-
I'd like to compute a `Field` (ideally in order to write it to a NetCDF file) but only at every `N` grid points. Something like the following example, which tries to compute `u` at every 2 grid points…
-
360 degree cameras can be useful for mapping understories. Currently, we only support traditional "perspective" cameras. It would be useful to think about what changes we'd need for 360 cameras. This …
-
Currently character segmentation uses the first-order derivative of a vertical histogram. The segmentation then slices the character areas ignoring the first 2 pixels. This is not ideal since it is …
-
Given that there are likely a number of breaking changes coming down the pike, this might be a good time to think about whether keeping each channel's data contiguous is the right design.
Pros of c…
ssfrr updated
4 years ago
-
I am looking for a platform that either has a feature or would be a good place to start for "Perpendicular slice viewer"
Almost every slicer has a Gcode preview tool. The issue I have is that it o…
-
We've seen a variety of rendering issues when using our AIR apps with cacheAsBitmap on some Android and Amazon devices, and specifically the 2018 Amazon Fire HD 8 model can reproduce the issues easily…
-
**Is your feature request related to a problem? Please describe.**
When I explore new ways how to use a nuget package I prepare all required dependencies eg. "#r "nuget:..." and objects to work with.…
-
The `sino_360_to_180` method method from httomolibgpu cuts and stitches a 360 sinogram into a 180 sinogram, and this is inherently an operation that changes the shape of the data (the sinogram typical…
-
Infact the "max_stepsize" in this code should't be 64.The "max_stepsize" is equal to 12,which is shrunk from original "image_width"(180) to 180/2/2/2/2 = 12.Remenber the core idea in CRNN+CTC is that…