SurroundOcc icon indicating copy to clipboard operation
SurroundOcc copied to clipboard

How to generate video demo with predicted results?

Open zaneoo opened this issue 2 years ago • 16 comments

Like this (https://github.com/weiyithu/SurroundOcc/blob/main/assets/demo1.gif)

zaneoo avatar Apr 05 '23 23:04 zaneoo

Hi, you can refer to this uncleaned code

weiyithu avatar Apr 07 '23 09:04 weiyithu

Hi, you can refer to this uncleaned code

I got it, thanks so much! By the way, whether you guys will upload the version with temporal module in the future?

zaneoo avatar Apr 07 '23 13:04 zaneoo

Hi, you can refer to this uncleaned code

Hi, how can i get the pose.npy used in visual_video.py ?

USTCLH avatar Apr 11 '23 08:04 USTCLH

Hi, you can refer to this uncleaned code

Hi, how can i get the pose.npy used in visual_video.py ?

Hi,pose.npy is the extrinsics from LiDAR coordinate to camera coordinate. For nuscenes, it is same with the 'lidar2cam' in pkl files.

weiyithu avatar Apr 12 '23 05:04 weiyithu

Hi, you can refer to this uncleaned code

Hi, how can i get the pose.npy used in visual_video.py ?

Hi,pose.npy is the extrinsics from LiDAR coordinate to camera coordinate. For nuscenes, it is same with the 'lidar2cam' in pkl files.

can you give me the code to visualize video with the in_the_wild data

VietPT3502 avatar Jun 15 '23 09:06 VietPT3502

Hi, you can refer to this uncleaned code

Hi, how can i get the pose.npy used in visual_video.py ?

Hi,pose.npy is the extrinsics from LiDAR coordinate to camera coordinate. For nuscenes, it is same with the 'lidar2cam' in pkl files.

Hi, I can't seem to find 'lidar2cam' in my generated NuScenes_inference_val.pkl file, is there any other way I can obtain the pose.npy file?

mlxgzx avatar Nov 20 '23 09:11 mlxgzx

Hi, I've downloaded the code, can you tell me how to get the "visual_path" and "scene_token"?

Lacorey02 avatar Nov 27 '23 11:11 Lacorey02

Hi, I've downloaded the code, can you tell me how to get the "visual_path" and "scene_token"?

Both can be found in either the nuscenes info val/train pkl files.

mlxgzx avatar Nov 30 '23 03:11 mlxgzx

Hi, I can't seem to find 'lidar2cam' in my generated NuScenes_inference_val.pkl file, is there any other way I can obtain the pose.npy file?

Have you solved this problem?

Lacorey02 avatar Dec 01 '23 12:12 Lacorey02

Hi, you can refer to this uncleaned code

Using visual_video.py, in-the-wild-data, and in-the-wild pkl lidar2cam data, I encounter the following issue: images are white, and the focal location appears to be incorrect.

Screenshot 2023-12-04 at 20 57 24

Could anyone help me out?😭

DURUII avatar Dec 04 '23 13:12 DURUII

Hi, you can refer to this uncleaned code

Using visual_video.py, in-the-wild-data, and in-the-wild pkl lidar2cam data, I encounter the following issue: images are white, and the focal location appears to be incorrect.

Screenshot 2023-12-04 at 20 57 24 Could anyone help me out?😭

I encountered the same problem and was able to solved it by setting the pc_range x ,y , z axis to 0

mlxgzx avatar Dec 08 '23 03:12 mlxgzx

I encountered the same problem and was able to solved it by setting the pc_range x ,y , z axis to 0

Have you ever encounter this situation,the six views on the top right are strange,and the next generated "front" and "top" views are different from the demo given by the author. image

Lacorey02 avatar Dec 08 '23 11:12 Lacorey02

pc_range x

I encountered the same problem and was able to solved it by setting the pc_range x ,y , z axis to 0

Have you ever encounter this situation,the six views on the top right are strange,and the next generated "front" and "top" views are different from the demo given by the author. image

Did you solve this problem?

958984240 avatar Sep 10 '24 11:09 958984240