peabody124
peabody124
@keenon are there any instructions for generating ply files if using a different set of vtp files? p.s. very nice work here!
Configurations that don't work for me: OS version: OSX 12.6 (local OS, remote Ubuntu 20.04) nerfstudio version: latest (as of today, also didn't work with 0.1.5) Browser type: Chrome (and...
p.s. wonderful library!
I'm not sure how the hourglass demo ran previously, but these were needed for me to have valid tfrecords with all the data needed. This is using TF 2.3.1. I...
Thanks @MarilynKeller !
I ran into a similar issue with videos acquired in portrait mode on an iPad. It's very curious because the frames extracted from the videos are oriented correctly, but the...
And simple code to replicate the issue is ``` from brax.envs import humanoid env_fn = humanoid.Humanoid config = env_fn().sys.config mods = scale_bodies(config, {'right_thigh': 500.2}) updated_config = TracedConfig(config, mods) json_format.MessageToDict(updated_config)['bodies'][3], updated_config.bodies[3].colliders[0].capsule.length...
8724b0edc7e134a0f6161cd4ec5828173af16acb addresses the storage configuration issue. Still need to handle the environment variables better.
Use MMPose for the HRNet implementations, which has a beautiful API and is very actively maintained. It might be worth replacing the default multi person bottom up detector (for face...
BTW I would love any feedback on this. It seems much slower than I had hoped. I'm not sure if there are some functions that should be fitted, such as...