An open API service indexing awesome lists of open source software.

https://github.com/youngermaster/cost-performance-ratio-for-object-detection

The idea is to find a cost-performance ratio comparing methods and hardware for object detection, this focused mainly on autonomous driving, and thus find a way to implement autonomous driving at lower costs without losing much accuracy.
https://github.com/youngermaster/cost-performance-ratio-for-object-detection

Last synced: over 1 year ago
JSON representation

The idea is to find a cost-performance ratio comparing methods and hardware for object detection, this focused mainly on autonomous driving, and thus find a way to implement autonomous driving at lower costs without losing much accuracy.

Awesome Lists containing this project

README

          

# Cost-performance ratio for object detection

The idea is to find a cost-performance ratio comparing methods and hardware for object detection, this focused mainly on autonomous driving, and thus find a way to implement autonomous driving at lower costs without losing much accuracy.

## Folder structure

```shell
.
├── 📂 assignments # Assigments to deliver.
│   ├── assignment_01
│   └── assignment_02
├── 📂 examples # Code examples to test out something quick.
│ └── 🐍 python
├── LICENSE
├── 📂 Technical Report # Development files of the paper.
│   ├── main.pdf # Build of the LaTex paper.
│   ├── main.tex # LaTex main file.
│   └── 📂 Chapters # Different sections of the paper.
└── README.md
```