nerf
nerf copied to clipboard
Can you please upgrade to TensorFlow 2?
I used tf_upgrade_v2
to translate the 1.x code to 2.x with three manual edits. It's not hard but it would be more convenient to upgrade the code to TensorFlow 2. After all, it's year 2021 now and TF2 is popular. Thanks.
They migrated everything (and other related works) to jax. You can look for jax-nerf for the implementation. I think they have no intention to update this repo anymore. After all, it's just a research topic, not some product that they intend to update constantly.
Hi @zhmlcg, I forked this repository and upgraded the existing code so that it can be compatible with Tensorflow 2. Refer to my code here: https://github.com/cjw531/nerf_tf2 and hope it helps.