https://github.com/erfanzar/objd
smart and strong object detection ai built from scatch with some new features 🚀🚀
https://github.com/erfanzar/objd
artificial-intelligence object-detection object-detection-model yolo
Last synced: 9 months ago
JSON representation
smart and strong object detection ai built from scatch with some new features 🚀🚀
- Host: GitHub
- URL: https://github.com/erfanzar/objd
- Owner: erfanzar
- License: mit
- Created: 2022-09-05T12:25:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T10:06:42.000Z (over 3 years ago)
- Last Synced: 2025-05-20T07:31:56.340Z (about 1 year ago)
- Topics: artificial-intelligence, object-detection, object-detection-model, yolo
- Language: Jupyter Notebook
- Homepage:
- Size: 104 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ObjD 🚀
smart and strong object detection ai built from scatch with some new features 🚀🚀 (Using some custom CNNs and NeuralNets with a holy help from darknet and yolo for everysingle part and adding a bit of research to it 😂)

## Contributing
Contributions are always welcome!
See `contributing.md` for ways to get started.
Please adhere to this project's `code of conduct`.
## Training
To train ObjD you don't have to do crazy things you just have to pick one of the models and train that with custom data that you want to train ObjD with :)
Help For Training
*ArgParses*
`cfg`
```bash
python3 torch_train.py --cfg
```
`data`
```bash
python3 torch_train.py --data
```
`epochs`
```bash
python3 torch_train.py --epochs <300>
```
`eval`
```bash
python3 torch_train.py --eval
```
`debug`
```bash
python3 torch_train.py --debug
```
`device`
```bash
python3 torch_train.py --device <'cuda:0'>
```
`auto anchors`
```bash
python3 torch_train.py --auto-anchors
```
## Model Reference (ObjD)
| Model | Param | Accuracy | FPS|
| ----------------- | -----------|- | -|
| ObjD tiny | `~ M` |accuracy on COCO data 50 %| `FPS 80`|
| ObjD s | `~ M` |accuracy on COCO data 59 %| `FPS 72`|
| ObjD n | `~ M` |accuracy on COCO data 68 %| `FPS 60`|
| ObjD hx | `~ M`|accuracy on COCO data 77 %| `FPS 43`|
## Types
#### About
there are 2 types of training methods
- [PytorchLightning](https://github.com/erfanzar/ObjD/blob/main/train.py)
- [Native Pytorch](https://github.com/erfanzar/ObjD/blob/main/torch_train.py)
they both have some benefits and the both are hackable to make them more customize and its depends on you to choose which way you want to train your model with but i recommend yo use native pytorch cause that one have better work and stabelity right now
#### PytorchLightning
```bash
python3 train.py
```
#### Native Pytorch
```python
python3 torch_train.py
```
## 🚀 About Me
Hi there 👋
I like to train deep neural nets on large datasets 🧠.
Among other things in this world:)
## License
[MIT](https://choosealicense.com/licenses/mit/)
## Used By
This project is used by the following companies:
- You Can Be First One Here :)
## Author
- [@erfanzar](https://www.github.com/erfanzar)