dkoguciuk / ensemble_learning_for_point_clouds

Code snippets used in the paper: 3D Object Recognition with Ensemble Learning—A Study of Point Cloud-Based Deep Learning Models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

where is the detection ensemble code?

TianhaoFu opened this issue · comments

hi, nice repo!

i wonder know where is the detection ensemble code?

thanks!

This repo merge together results of detection for multiple network architectures.
You have to calculate prediction for each model separately. See "References" section in README.md - you can find links for both original and forked repo of each architecture.

Please note that this repo does not calculate ensemble detection result on the fly, for heavy calculations - detections of a single model are stored in files and ensemble result (in multiple configurations) is calculated offline.

Hi @TianhaoFu , closing for now, if you have any other questions please feel free to reopen :)