Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

inference time of f-convnet #42

Open
WWW2323 opened this issue Sep 28, 2020 · 2 comments
Open

inference time of f-convnet #42

WWW2323 opened this issue Sep 28, 2020 · 2 comments

Comments

@WWW2323
Copy link

WWW2323 commented Sep 28, 2020

image
hi,could you tell me how do you measure the inference time of f-convnet at 0.47s on the KITTI benmark,does it consist of 2d detection time、frustum extracting time and f-convnet model time?did you use a batch-size which bigger than 1 to inference all frustums in one image?when i inference a batch of frustums(batch size: 32), f-convnet just consume 0.03s,is there something wrong with my code?

@zhixinwang
Copy link
Collaborator

@WWW2323 Yes. The inference time includes the 2D RGB detection (most of time). And for F-ConvNet, we measure the time of 32 frustums, including first stage and refinement stage. Note that we assume that one image contains 32 2D bboxes on average. Actually, the number of 2D bboxes of most images is less than 32 if you have a good 2D detector. The inference time here is conservative, and also has a lot of optimization space.

@MoreLyxixi
Copy link

请问如何获取测试集的2D检测结果呢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants