computer-vision-course
computer-vision-course copied to clipboard
This repo is the homebase of a community driven course on Computer Vision with Neural Networks. Feel free to join us on the Hugging Face discord: hf.co/join/discord
1. Add missing new line in Key Improvements section 2. Edit Training Techniques section: - remove repeated sentences - add missing new line before accuracy improvements description
Hello! This PR fixed links https://github.com/johko/computer-vision-course/issues/302. I slightly changed the structure of the table and added links to examples of training models from open source.
https://github.com/johko/computer-vision-course/blob/main/chapters/en/unit4/multimodal-models/transfer_learning.mdx The notebook links in the Transfer Learning Application section don't go anywhere. e.g., `[CLIP notebook](https://)`
Image classification falls under Basic CV tasks but as of now it is missing from Unit 6. I am planning to add a chapter in Unit 6. A typical structure...
In this PR I've: * Reviewed the general punctuation of the units and updated it. * Fixed some links that appeared broken. I've used https://moon-ci-docs.huggingface.co/docs/computer-vision-course/pr_246/en/Unit%200%20-%20Welcome/welcome as a source to find...
The implementation of the VGG19 had a bug due to missing convolutional layers, making the classifier input volume shape to be 14x14x512 instead of 7x7x512. The implemented architecture could be...
Hi, This is a very small PR to fix issue https://github.com/johko/computer-vision-course/issues/297 Thanks!
As I read unit 1 for the first time, I made a point to look for typos & grammatical errors. In a couple of cases, I trimmed down the word...
- fixed typo - update notebook links to point to github instead of colab
As the point_clouds.mdx file is still being worked on (https://github.com/johko/computer-vision-course/pull/253), we exclude it for now until it is finished. I also slightly changed the intro, as we also have a...