"examples/train_ngp_nerf_occ.py" did not exist on "17e28de798dca5d2e2761ff8d514b8b4df26ef6f"
Unverified Commit 068cae53 authored by twang's avatar twang Committed by GitHub
Browse files

Remove unreachable lines (#235)

parent 2d0b7712
...@@ -127,10 +127,6 @@ def get_available_scenes(nusc): ...@@ -127,10 +127,6 @@ def get_available_scenes(nusc):
break break
else: else:
break break
if not sd_rec['next'] == '':
sd_rec = nusc.get('sample_data', sd_rec['next'])
else:
has_more_frames = False
if scene_not_exist: if scene_not_exist:
continue continue
available_scenes.append(scene) available_scenes.append(scene)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment