question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to turn the single frame of the demo into a video to view?

See original GitHub issue

I have a continuous frame and I want to see the output as a video, can someone please give me some advice?

Your transformed custom data with a directory to test with multiple point cloud data.

python demo.py --cfg_file cfgs/kitti_models/pv_rcnn.yaml \
    --ckpt pv_rcnn_8369.pth \
    --data_path ${POINT_CLOUD_DATA}

change ${POINT_CLOUD_DATA} to data/ and add --ext .npy its not working. Just one display after another, not continuous display.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
LouisSFcommented, Mar 15, 2022

Hi, you will have to do modifications with Open3D to modify the code, using this StackOverflow issue and the Open3D page relative to non-blocking visualization

Then, either use an external recording software or search the Open3D docs, I know you can save individual images of point clouds but I’m not sure you can do the same for videos.

0reactions
maayanYacommented, Jun 26, 2022

@Leozyc-waseda Hi , did you understand how to render the bounding boxes in each frame ? The mentioned examples are related only to the point cloud .

Read more comments on GitHub >

github_iconTop Results From Across the Web

CS:GO - How to Record and to Playback Demos - YouTube
Want to get a video file to put on youtube? Read this description. But first... VIDEO CONTENTS0:00 - How to record demos0:17 -...
Read more >
How to Make a Product Demo Video (Free Template)
There you have it! In just a few easy steps, you can be the proud creator of a product demo video. Camtasia makes...
Read more >
How to Split Video into Frames and Convert Video to Images
Step 1: Download and Install DemoCreator · democreator video editor ; Step 2: Import the Video · import video to split in democreator...
Read more >
Demo Video Creation - Valve Developer Community
To render it, make sure your timeline is the active window, then go to Composition>Create Movie... , choose a filename, and click Save...
Read more >
Turn a video into a picture on iPhone iPad – iOSAppWeekly
Then inspect the video frame by frame to locate the precise frame you want. Tap on the magnifier icon above a thumbnail to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found