OpenDriveLab / OccNet

[ICCV 2023] OccNet: Scene as Occupancy
https://arxiv.org/abs/2306.02851
Apache License 2.0
566 stars 51 forks source link

May I ask how to visualize the trained model. #46

Open haoran18 opened 2 months ago

haoran18 commented 2 months ago

I tried to add -- show dir and -- show parameters in the execution of test. py, but it didn't work. May I ask how to visualize a trained model

sephyli commented 2 months ago

Hi, you can refer to this file.

78748547 commented 2 days ago

Hi, you can refer to this file.

Hello, I did not receive any .npz files after running ./tools/dist_test.sh projects/configs/bevformer/bevformer_base_occ.py work_dirs/bevformer_base_occ/epoch_24.pth 1. Could you tell me how to obtain the .npz file of the prediction results. Thanks!