Y
Hacker News
new
|
ask
|
show
|
jobs
by
mendeza
1830 days ago
A lot of these models are open source, I wonder who would this product market towards?
2 comments
numbers_guy
1830 days ago
Can I ask where one can download the pretrained weights? Is there some online repository?
link
_joel
1830 days ago
Some for YOLOv4
https://github.com/AllanYiin/YoloV4
link
belval
1830 days ago
You can look up the torchvision model zoo for pretrained weights of most popular architectures.
Tensorflow as an equivalent tool but I can't remember the name.
link
karxxm
1830 days ago
The models have to be trained. Trained towards a given task.
link
yeldarb
1830 days ago
And then once you have the weights you have to figure out what to do with them. Data science (training a good model) and engineering (deploying it as a service to be consumed by end users) are pretty distinct tasks.
link
pepe-sad
1830 days ago
Good point.
link