johko / computer-vision-course

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
MIT License
372 stars 123 forks source link

Unit 8 - NeRF chapter #124

Closed psetinek closed 6 months ago

psetinek commented 6 months ago

NeRF chapter:

It was tricky to boil it down to the essentials. I try to explain the most important concepts of a vanilla nerf pipeline and point the reader to further material in the end.

Concerning a working example: It would require a lot of code and training a NeRF on naive pytorch is quite slow. I put a link for a good starting example in the section (Train your own NeRF). Maybe I manage to do a gradio example using nerfstudio in the next week, but it is a bit tricky with dependencies...

psetinek commented 6 months ago

I removed some of the newlines so hopefully it is better to read now. If this version is fine with @merveenoyan and @MKhalusova , feel free to merge:)

merveenoyan commented 6 months ago
Screenshot 2023-12-21 at 17 34 29

@psetinek can you also merge sentences into paragraphs? will be much easier for learners to read 😊 then we can merge

psetinek commented 6 months ago

@merveenoyan I am not sure what exactly you mean by that. A newline in the .mdx should not start a new paragraph, right?

For example the snippet you posted renders as follows in my VSCode:

Screenshot 2023-12-21 at 15 39 02
johko commented 6 months ago

Thanks for the quick changes @psetinek

After @merveenoyan has clarified that one thing from above with you, we are ready to merge :rocket: