I was able to convert a video fairly easily on Mac, but running into the following error with Rerun. Any suggestions?
python scripts/visualizers/video_complete_viewer.py -i output_luxremix/gaussians/
🎬 COMPLETE VIDEO VIEWER - Everything in One Place!
📁 Input: output_luxremix/gaussians
📊 Frames: 814
⚙️ Settings:
• Grid resolution: 0.5m
• Obstacle height: 0.5m
• Point size: 1.0x
✅ Found video frames: output_luxremix/frames
🎨 Launching Rerun viewer...
🔄 Processing frames (this may take a moment)...
Loading complete data: 0%| | 0/814 [00:00<?, ?it/s]
Traceback (most recent call last):
File "/Users/michaelrubloff/Apple-ml-sharp-rerun/scripts/visualizers/video_complete_viewer.py", line 315, in
sys.exit(main())
~~~~^^
File "/Users/michaelrubloff/Apple-ml-sharp-rerun/scripts/visualizers/video_complete_viewer.py", line 303, in main
return visualize_complete_video(
args.input,
...<4 lines>...
args.size
)
File "/Users/michaelrubloff/Apple-ml-sharp-rerun/scripts/visualizers/video_complete_viewer.py", line 97, in visualize_complete_video
rr.set_time_sequence("frame", frame_idx)
^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'rerun' has no attribute 'set_time_sequence'
(sharp) michaelrubloff@Michael-2 apple-ml-sharp-rerun %
I was able to convert a video fairly easily on Mac, but running into the following error with Rerun. Any suggestions?
python scripts/visualizers/video_complete_viewer.py -i output_luxremix/gaussians/
🎬 COMPLETE VIDEO VIEWER - Everything in One Place!
📁 Input: output_luxremix/gaussians
📊 Frames: 814
⚙️ Settings:
• Grid resolution: 0.5m
• Obstacle height: 0.5m
• Point size: 1.0x
✅ Found video frames: output_luxremix/frames
🎨 Launching Rerun viewer...
🔄 Processing frames (this may take a moment)...
Loading complete data: 0%| | 0/814 [00:00<?, ?it/s]
Traceback (most recent call last):
File "/Users/michaelrubloff/Apple-ml-sharp-rerun/scripts/visualizers/video_complete_viewer.py", line 315, in
sys.exit(main())
~~~~^^
File "/Users/michaelrubloff/Apple-ml-sharp-rerun/scripts/visualizers/video_complete_viewer.py", line 303, in main
return visualize_complete_video(
args.input,
...<4 lines>...
args.size
)
File "/Users/michaelrubloff/Apple-ml-sharp-rerun/scripts/visualizers/video_complete_viewer.py", line 97, in visualize_complete_video
rr.set_time_sequence("frame", frame_idx)
^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'rerun' has no attribute 'set_time_sequence'
(sharp) michaelrubloff@Michael-2 apple-ml-sharp-rerun %