Skip to content

Commit

Permalink
Instructions added
Browse files Browse the repository at this point in the history
  • Loading branch information
MtGuerenS committed Apr 15, 2024
1 parent 4f5b38d commit 56c4742
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,10 @@

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)

Most files are taken (some modified) from the GitHub Repo: [https://github.com/maudzung/Complex-YOLOv4-Pytorch/tree/master](https://github.com/maudzung/Complex-YOLOv4-Pytorch/tree/master)
Most files are taken (some modified) from the GitHub Repo: [https://github.com/maudzung/Complex-YOLOv4-Pytorch/tree/master](https://github.com/maudzung/Complex-YOLOv4-Pytorch/tree/master)

## Installation and Setup

Follow the instrucitons below to ensure the model is setup properly:
1. Click [here](https://drive.google.com/drive/folders/16zuyjh0c7iiWRSNKQY7CnzXotecYN5vc) and download the `complex_yolov4_mse_loss.pth` file
2. Move `complex_yolov4_mse_loss.pth` into the directory `navigator/data/perception/checkpoints/complex_yolov4_mse_loss.pth`

0 comments on commit 56c4742

Please sign in to comment.