Richard Higgins

Results 7 issues of Richard Higgins

Similar to the other open PR. Don't need to accept this incase it breaks things, but having it can help others.

Hi! I really like your paper and the high-quality code+data. You mention in the dataset portion of the paper that: `We think both types of labels are useful depending on...

Hi all! I have a setup where I run dust3r on a few images, then I want to add images to this and run it again. I've been following the...

reader now supports .send() syntax for specifying index, MapDataset sets up iterator and uses it with .send() retry of https://github.com/vahidk/tfrecord/pull/96 I added .send() functionality to reader to let it seek...

Hi! I'm just playing with PufferLib and I found an error when running this command: `python demo.py --env puffer_snake --mode train --track` This patch is (maybe) a fix for this,...

I think the dataset gets redefined a few lines later but maybe we need the first initialization for the ViewSampler? not sure.. Probably something similar in the other fig files

Install (pip or uv/pip): ``` pip install setuptools numpy torch ``` Then: ``` pip install pufferlib[cogames] --no-build-isolation ``` Train: ``` puffer train cogames.cogs-v-clips.training_facility.harvest ``` or: ``` puffer train cogames.cogs-v-clips.machina_1.open_world ```...