hailanyi / 3D-Detection-Tracking-Viewer

3D detection and tracking viewer (visualization) for kitti & waymo dataset
Apache License 2.0
406 stars 60 forks source link

about continuous display #5

Closed Typolo closed 1 year ago

Typolo commented 2 years ago

Hi@hailanyi , thank you for your work.i got problem in viewing a sequence data and pressing "Enter" key did not work. How can i realize continuous display as the gif in Readme.md? looking forward to your reply!

hailanyi commented 2 years ago

While the code is running, please first click on the 3D window and then press the "Enter" key to view a sequence data.

Typolo commented 2 years ago

@hailanyi, I followed your step, it still didn't work. It seems only the 2d window could display continuous.

zzm-hl commented 2 years ago

I have the same problem . when the first frame is closed,the terminal shows "Process finished with exit code -1073741819 (0xC0000005)"

TJRadarLab commented 2 years ago

I have the same problem . when the first frame is closed,the terminal shows "Process finished with exit code -1073741819 (0xC0000005)"

pip3 install vedo -U

DuZzzs commented 2 years ago

@hailanyi @Typolo Hi, do you know how to save as a gif file? Thanks.

hailanyi commented 2 years ago

@DuZzzs, you can use ScreenToGif to record the 3D or 2D window.

DuZzzs commented 2 years ago

Thanks

s-a-tanjim commented 1 year ago

Set the interactive=False to get a continuous display.

self.vi.show( ... interactive=False ... )

Also to interact with continuous display make the settings.allowInteraction True.

from vedo import *
settings.allowInteraction = True
hailanyi commented 10 months ago

Please use the vedo version in readme:

vedo==2021.0.6

If you can not continuous display after press 'Enter' , please press 'Q' instead.