Closed githigher closed 9 months ago
Why do I get the following error when I try to save a visual image: And when the program terminates, it will continue to occupy the graphics memory of my graphics card. Here are my commands:
CUDA_VISIBLE_DEVICES=1 python opencood/tools/inference.py --model_dir /home/coop/gyt/OpenCOOD-main/model_dir/60_base/voxel_test/ --fusion_method intermediate --save_vis
"I have a similar question. Have you resolved it?"
I still haven't solved the above problem. I used a different method for visualization, using the parameter '-- save_npy'.
python opencood/tools/inference.py --model_dir /home/coop/gyt/OpenCOOD-main/model_dir/test --fusion_method intermediate --save_npy
When conducting the test, I obtained three files for each sample, such as "F: \ Desktop \ 0110_pred. npy", "F: \ Desktop \ 0110_gt. npy. test. npy", and "F: \ Desktop \ 0110_pcd. npy"
I visualized these three files:
But I don't know what these three pictures represent, especially the last two pictures.
Why do I get the following error when I try to save a visual image: And when the program terminates, it will continue to occupy the graphics memory of my graphics card. Here are my commands:
CUDA_VISIBLE_DEVICES=1 python opencood/tools/inference.py --model_dir /home/coop/gyt/OpenCOOD-main/model_dir/60_base/voxel_test/ --fusion_method intermediate --save_vis
Hi, I have been facing the issue?
have you finally resolved it or did you just use -- save_npy?
Why do I get the following error when I try to save a visual image:
And when the program terminates, it will continue to occupy the graphics memory of my graphics card. Here are my commands:
CUDA_VISIBLE_DEVICES=1 python opencood/tools/inference.py --model_dir /home/coop/gyt/OpenCOOD-main/model_dir/60_base/voxel_test/ --fusion_method intermediate --save_vis