maudzung / Complex-YOLOv4-Pytorch

The PyTorch Implementation based on YOLOv4 of the paper: "Complex-YOLO: Real-time 3D Object Detection on Point Clouds"
https://arxiv.org/pdf/1803.06199.pdf
GNU General Public License v3.0
1.21k stars 260 forks source link

Evaluate the model on test dataset #47

Closed bhaskar-anand-iith closed 2 years ago

bhaskar-anand-iith commented 2 years ago

I believe that currently evaluate.py evaluates the model on validation data. How to evaluate on test dataset?

bhaskar-anand-iith commented 2 years ago

My mistake. We can do inference, not evaluation on test dataset as labels are not available.