sam598

Results 14 issues of sam598

Windows 10 Python 3.7 Boost 1.73 When running `cmake ..\PyIlmBase` from the build directory this happens: ``` -- : Found Python 3.7.7 -- Found Python3 libraries: 37 -- -> Will...

Build
Needs Discussion
Awaiting Feedback

### Describe the bug Following this section of the diffuser's training example: ``` # Or just load images from a local folder! config.dataset = "imagefolder" dataset = load_dataset(config.dataset, data_dir="path/to/folder") ```...

bug

ARKit provides access to the depth map from the TrueDepth camera. ARFoundation provides access to depth maps from the rear facing camera (if available) but not the front facing camera....

feature request
arkit
facetracking

Is there a license for using this code or the Unity plugin?

Missing libraries for MacOS. Using the precompiled ones from homebrew doesn't seem to work. Any guidance on where to obtain them and how to modify the scripts to get it...

When encoding a large number of images the encoding time will slowly increase until it becomes 2x-3x the time it took to encode the first image, then the script encode_images.py...

bug

I know this is covered in the readme and on Twitter, but I wanted to clarify a few things. ARKit 3 added additional camera intrinsic data for grain, motion blur,...

I have been successfully generating an external synchronization signal from a Raspberry Pi Pico to trigger an HQ Camera at 10hz. I use a voltage divided resistors to go from...

This pull was created so that optimized poses could be exported after training: https://github.com/nerfstudio-project/nerfstudio/pull/1191 Unfortunately it only exports the centered and scaled poses, and was merged anyway. There were attempts...