Skip to content

Commit

Permalink
Update Harmonic embedding in NeRF
Browse files Browse the repository at this point in the history
Summary: Removed harmonic embedding function from projects/nerf and changed import to be from core pytorch3d.

Reviewed By: patricklabatut

Differential Revision: D33142358

fbshipit-source-id: 3004247d50392dbd04ea72e9cd4bace0dc03606b
  • Loading branch information
nikhilaravi authored and facebook-github-bot committed Dec 21, 2021
1 parent f9a26a2 commit 52c71b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 90 deletions.
88 changes: 0 additions & 88 deletions projects/nerf/nerf/harmonic_embedding.py

This file was deleted.

3 changes: 1 addition & 2 deletions projects/nerf/nerf/implicit_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
from typing import Tuple

import torch
from pytorch3d.renderer import RayBundle, ray_bundle_to_ray_points
from pytorch3d.renderer import RayBundle, ray_bundle_to_ray_points, HarmonicEmbedding

from .harmonic_embedding import HarmonicEmbedding
from .linear_with_repeat import LinearWithRepeat


Expand Down

0 comments on commit 52c71b8

Please sign in to comment.