weiyithu / SurroundOcc

[ICCV 2023] SurroundOcc: Multi-camera 3D Occupancy Prediction for Autonomous Driving
Apache License 2.0
802 stars 102 forks source link

How to generate video demo with predicted results? #23

Open zaneoo opened 1 year ago

zaneoo commented 1 year ago

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

weiyithu commented 1 year ago

Hi, you can refer to this uncleaned code

zaneoo commented 1 year ago

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?

USTCLH commented 1 year ago

Hi, you can refer to this uncleaned code

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

weiyithu commented 1 year ago

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.

VietPT3502 commented 1 year ago

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

mlxgzx commented 11 months ago

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?

Lacorey02 commented 11 months ago

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

mlxgzx commented 11 months ago

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.

Lacorey02 commented 10 months ago

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?

DURUII commented 10 months ago

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?😭

mlxgzx commented 10 months ago

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

Lacorey02 commented 10 months ago

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
958984240 commented 1 month ago

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?