parser.add_argument("--network",default="",help="Path to the network config. Uses the scene's default if unspecified.")
parser.add_argument("--network",default="",help="Path to the network config. Uses the scene's default if unspecified.")
parser.add_argument("--load_snapshot",default="",help="Load this snapshot before training. recommended extension: .msgpack")
parser.add_argument("--load_snapshot","--snapshot",default="",help="Load this snapshot before training. recommended extension: .msgpack")
parser.add_argument("--save_snapshot",default="",help="Save this snapshot after training. recommended extension: .msgpack")
parser.add_argument("--save_snapshot",default="",help="Save this snapshot after training. recommended extension: .msgpack")
parser.add_argument("--nerf_compatibility",action="store_true",help="Matches parameters with original NeRF. Can cause slowness and worse results on some scenes.")
parser.add_argument("--nerf_compatibility",action="store_true",help="Matches parameters with original NeRF. Can cause slowness and worse results on some scenes.")