wuzijian1997

Results 4 comments of wuzijian1997

Same issue here. Did you guys solve it?

> Same issue here. Did you guys solve it? I replace `batch['metadata'] = {` ` 'appearance': jnp.zeros_like(batch['origins'][..., 0, jnp.newaxis], jnp.uint32),` ` 'warp': jnp.zeros_like(batch['origins'][..., 0, jnp.newaxis], jnp.uint32),}` with `batch['metadata'] = {`...

I met the same question. Maybe you should try `!pip install flax==0.3.4 immutabledict mediapy` `!pip install jax==0.2.20` `!pip install git+https://github.com/google/nerfies@v2` at the beginning to set the environment.

I add an example of the MedCLIP zero-shot classification. Please check it.