Adam Fishman

Results 11 comments of Adam Fishman

Thanks Mike! [After going through the base class, this makes sense](https://github.com/mikedh/trimesh/blob/826eddff1ae51c44db446f92b6bf5ef5258dd2c7/trimesh/base.py#L546). I think the double use of the term `extents` is confusing--do you think it could be changed to be...

When I run `black --check keepsake/pl_callback.py` in my local repo it passes. Maybe I'm using the wrong version of black? Or the wrong version of Python? How should I change...

I found the solution in one of the old PRs and in docs/index.md (you can set atol and rtol when initializing). This is missing from the online docs. I can...

Hi @nate-wandb, thanks for getting back to me! I tried both your suggestions. In both instances, I still see the Bad File descriptor errors, but when I set WANDB_MODE=disabled, my...

Just to give more detail, I tried upgrading my Pytorch version to 1.13.1 (as another way to bifurcate this issue). So now my environment looks like so: Environment WandB version:...

Just to confirm, when I turn off the video logging (as in, never use this callback), the crash goes away.

@andrewortman I accidentally made this issue about two things (the crash when logging video and the weird multiprocessing error). I'm pretty sure at this point they are not the same...

Yes! It seems that @mmatl is no longer maintaining this package, so I forked it awhile ago to make urchin. So far, the changes have been fairly minimal (unpinned dependencies,...

@traversaro : added issues and made you a co-maintainer

I'm running into the same issue on Ubuntu. I have Decorator 5.1.1. Would it be possible to update this dependency?