You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using model M0 I'm able to achieve 2 fps using the provided checkpoints. I just realized that the repo contains a folder with compilable code for the view transformer and would like to ask if the compilation is necessary to get to achieve the published 50 fps on Tesla T4? If not, is a TensorRT implementation necessary to get the published fps?
Else I could be running the test wrong. I'm using run_fastbev.sh without slurm as:
function test {
GPUS=$1
EXPNAME=$2
RESUME=${3:-work_dirs/fastbev/exp/$EXPNAME/epoch_20.pth}
echo test; sleep 0.5s
python ./tools/test.py \
configs/fastbev/exp/$EXPNAME.py \
$RESUME \
--eval bbox \
--out work_dirs/fastbev/exp/$EXPNAME/results/results.pkl \
--launcher pytorch \
}
test 1 paper/original_configs/fastbev_m0_r18_s256x704_v200x200x4_c192_d2_f4
with comamnd line:
./tools/fast_bevrun.sh
The text was updated successfully, but these errors were encountered:
Seyd2
changed the title
Problem getting published inference time on single RT4090: Compilation of "script/view_tranformation_cuda" necessary?
Problem getting published inference time on single RTX4090: Compilation of "script/view_tranformation_cuda" necessary?
Sep 18, 2024
Seyd2
changed the title
Problem getting published inference time on single RTX4090: Compilation of "script/view_tranformation_cuda" necessary?
Problem getting published inference time on single GPU: Compilation of "script/view_tranformation_cuda" necessary?
Sep 22, 2024
Seyd2
changed the title
Problem getting published inference time on single GPU: Compilation of "script/view_tranformation_cuda" necessary?
Problem getting published inference time on single GPU: Compilation of "script/view_tranformation_cuda" or TensorRT necessary?
Sep 24, 2024
Using model M0 I'm able to achieve 2 fps using the provided checkpoints. I just realized that the repo contains a folder with compilable code for the view transformer and would like to ask if the compilation is necessary to get to achieve the published 50 fps on Tesla T4? If not, is a TensorRT implementation necessary to get the published fps?
Else I could be running the test wrong. I'm using run_fastbev.sh without slurm as:
with comamnd line:
./tools/fast_bevrun.sh
The text was updated successfully, but these errors were encountered: