Apply noise to the synthetic depth images
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
from .policy import register
|
||||
from .baselines import *
|
||||
from .nbv import NextBestView
|
||||
|
||||
register("initial-view", InitialView)
|
||||
register("top-view", TopView)
|
||||
register("top-trajectory", TopTrajectory)
|
||||
register("circular-trajectory", CircularTrajectory)
|
||||
register("nbv", NextBestView)
|
||||
|
Reference in New Issue
Block a user