Alexander Swerdlow

Results 11 issues of Alexander Swerdlow

Currently, the behavior w.r.t changing the file naming scheme seems to be preserve existing files and apply the new naming scheme to newly created files. Existing files that are saved...

request

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Using `spvoxelize` with CUDA tensors results in voxel features greater than...

**Describe the bug** Shuffleboard fails to load recordings, especially when the laptop is put to sleep before exiting the application. The application just seems to do nothing and pretend a...

Some images seem to cause a seg fault. About half the jpegs I tested cause this. It looks like it seg faults [here](https://github.com/Li-Zhaoxi/AAMED/blob/5f1b9d39f17f4dc9ed1860102e312067bcdab82d/src/Contours.cpp#L87). It looks like `(data + idxdMove)->Location` or...

I'm trying to build a generalizable NeRF [e.g., pixelNeRF] where the features are not scene specific but taken from some encoder. I'm trying to use an SPC Field with an...

help wanted
1 Priority 1 🚨
module: augmentations

### Describe the bug Some combinations of augmentation operations cause keypoints to be incorrectly transformed. A demo script (below) creates a white image and a grid of keypoints. In the...

help wanted
module: augmentations

### System Info ```Shell - `Accelerate` version: 0.28.0 - Platform: Linux-3.10.0-957.1.3.el7.x86_64-x86_64-with-glibc2.17 - Python version: 3.10.13 - Numpy version: 1.26.3 - PyTorch version (GPU?): 2.2.0+cu118 (False) - PyTorch XPU available: False...

I have a somewhat weird use-case where I'm merging global configs quite often (From #621). Sometimes, I want to override one of the nested fields entirely [e.g., changing the class]....

I've been looking for an alternative to Hydra for config management, specifically one that allows for defining configs in Python, and I stumbled across Tyro which seems like a great...