Seth P
Seth P
I recently discovered that one of my algorithms which I thought was long running (~7min), was actually quite fast when I disabled the progress reporting (15s!!!). This doesn't particularly surprise...
I'm seeing an overflow issue with the Time Remaining display for progress bars with long run times and large progress values. The Time Remaining starts at a reasonable run time...
I've been trying to import pose priors from an automatic acquisition rig in order to make my results more reliable across different objects, but I've been having issues with the...
Platform: macOS 12.5.1 (Apple M1 Max) MeshLab: 2022.02 (Homebrew cask) I'm working with very large OBJ meshes (3m vertices, 6m faces) with large texture images (~8k x 6k pixels). When...
### Description I set up a venv for my project using `jax-metal`, but hit the following assertion error when I ran my otherwise functioning code: ``` /AppleInternal/Library/BuildRoots/0032d1ee-80fd-11ee-8227-6aecfccc70fe/Library/Caches/com.apple.xbs/Sources/MetalPerformanceShadersGraph/mpsgraph/MetalPerformanceShadersGraph/Core/Files/MPSGraphExecutable.mm:1650: failed assertion `Incompatible...
This PR checks if the compiler provides std::atomic as an external library and links PTL libraries against it if required. This is essentially an update of the changes in #40,...
I've been using the Doks theme in my project and just got the following warning from Dependabot. ``` @hyas/[email protected] requires [email protected] via a transitive dependency on [email protected] ``` It links...
Layer generation with `vc_layers` or `vc_layers_from_ppm` uses the `LineGenerator` class to compute a vector of intensities for each pixel in the PPM, then saves each slice along those accumulated vectors...
### What problem is your feature request solving? PPMs are often generated from surfaces which have associated volume ID's (i.e. from VC Segmentations as opposed to some random input mesh)....
> One last low priority thing would be to make the enter key work as 'start' in the Ending Slice box, the way enter works in the choose slice box....