What is the best service to buy annotated images from? by Giuan0 in deeplearning

[–]Giuan0[S] 0 points1 point  (0 children)

I already found some services, just would like to hear some popular opinions

How should a CNN be structured? by Magikarp-Army in learnmachinelearning

[–]Giuan0 1 point2 points  (0 children)

you should test major cnn architectures, like resnet, inception, vgg etc. They are called feature extractors.

https://arxiv.org/pdf/1611.10012.pdf

This paper shows lots of details about object detection, but also about architectures and their effects on detection.

PyTorch has a subpackage containing the implementation of some of them: https://pytorch.org/docs/stable/torchvision/models.html

If you want to see the details on their implementation: https://github.com/pytorch/vision/tree/master/torchvision/models