source code - Pytorch (use to reproduce results):https://github.com/WongKinYiu/ScaledYOLOv4 source code - Darknet:https://github.com/AlexeyAB/darknet Medium:https://alexeyab84.medium.com/scaled-yolo-v4-is-the-best-neural-network-for-object-detection-on-ms-coco-dataset-39dfa22fa982?source...
source code - Pytorch (use to reproduce results):https://github.com/WongKinYiu/ScaledYOLOv4 source code - Darknet:https://github.com/AlexeyAB/darknet Medium:https://alexeyab84.medium.com/scaled-yolo-v4-is-the-best-neural-network-for-object-detection-on-ms-coco-dataset-39dfa22fa982?source...
Stitch together some panoramas! Contribute to pjreddie/vision-hw2 development by creating an account on GitHub.
New issue Clear current search query, filters, and sorts 0 Open 0 Closed Author Label Projects Milestones Assignee Sort No results matched your search. You could search all of GitHub or try an advanced search.ProTip! Find all open issues with in progress development work with linked:pr. ...
Contribute to pjreddie/vision-hw1 development by creating an account on GitHub.
GitHub Actions supports Node.js, Python, Java, Ruby, PHP, Go, Rust, .NET, and more. Build, test, and deploy applications in your language of choice. Live logs See your workflow run in realtime with color and emoji. It’s one click to copy a link that highlights a specific line numb...
Conversion for the MNIST dataset to CSV and PNG. Contribute to pjreddie/mnist-csv-png development by creating an account on GitHub.
Merge branch 'master' of https://github.com/pjreddie/vision-hw1 pjreddiecommittedApr 8, 2018 3464285 flipped color pjreddiecommittedApr 8, 2018 2bbda56 Commits on Apr 7, 2018 Update README.md pjreddieauthoredApr 8, 2018 Verified 7259374 Merge branch 'master' of https://github.com/...
Convolutional Neural Networks. Contribute to pjreddie/darknet development by creating an account on GitHub.
We'll start out by filtering the image with a box filter. There are very fast ways of performing this operation but instead, we'll do the naive thing and implement it as a convolution because it will generalize to other filters as well!