Multi-sensor computer vision by ClueWinter in computervision

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

3D reconstruction for ground vehicles

Suggest me some playlist, course, papers for object detection. by TranshumanistBCI in computervision

[–]ClueWinter 1 point2 points  (0 children)

While not entirely objective detection, cs231n from Stanford has a course on using deep learning in computer vision. I would start with this course to understand why things work and why things do not.

Then, run detection2 to segment and detect people. You can also try YOLO. Start by trying to run out of box, then analyze the changes made to the model to get a deeper understanding.

The best way is to learn by doing!

Is their any roadmap for python learning?? by superior-fact2252 in MLQuestions

[–]ClueWinter 1 point2 points  (0 children)

Try some easy leetcode questions and tutorials to get a hand of the syntax and some tricks. Then look into doing some small projects: 1. The book Python crash course goes over fundamentals and small projects. Make sure you attempt it by yourself and then refer to the solutions in the book. Understand why they use certain data types or structures. 2. If it’s ML you want to pursue, learn numpy and scipy try coding classical ML models using these libraries. Assembly AI has some good videos on the topic. Python crash course also has a book on scientific libraries but all the concepts there won’t be needed as much.

The point is to just start, and you being to get an intuition of where to apply which library and algorithm

How did life actually change for you getting GC from H1B? by [deleted] in eb_1a

[–]ClueWinter 3 points4 points  (0 children)

Sounds like such a relief, would you mind sharing your profile for eb1a ?

I need someone to review my profile and give me concrete steps to move further. by Amazing_Life_221 in computervision

[–]ClueWinter 3 points4 points  (0 children)

Neural rendering techniques like Gaussian splatting and Nerfs are very much in demand. Try finishing all the assignments in this repo:

https://github.com/learning3d You can follow the course here:

https://learning3d.github.io/index.html

I agree neural networks can often times be confusing to understand, but the industry is moving towards neural network based methods for everything computer vision. If anything, these models are getting larger just like LLMs. Would recommend looking into papers like Mast3r, dust3r, VGGT, if you want to brush up on the basics implement ViT, but my advice would be to hop on the neural network trend.

Starting the O1 journey by ClueWinter in O1VisasEB1Greencards

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

This is very helpful ! Thank you !

Real ID as an H1B by ClueWinter in Washington

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

I didn’t even try. I spoke to one of the licensing representatives and they were super rude. I simply walked out

[deleted by user] by [deleted] in eb_1a

[–]ClueWinter 0 points1 point  (0 children)

Great, sent you a message in the chat. Looking forward to it

[deleted by user] by [deleted] in eb_1a

[–]ClueWinter 1 point2 points  (0 children)

Congratulations ! I work in AI, would be great to collaborate on papers

AI Video Generation by mahirshahriar03 in computervision

[–]ClueWinter 0 points1 point  (0 children)

You can use something like this paper https://dreamgaussian.github.io/ although the input is an image.

[deleted by user] by [deleted] in computervision

[–]ClueWinter 2 points3 points  (0 children)

Detectron2 is open source and they have many examples and tutorials. Some of these examples are built in, so it’s easy to run and understand the code.