[Chapter 8] Paper Replicating - Embedding class for image, class and position #976
Unanswered
jsnellBioSig
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Helo Daniel,
Thank you for your ML classes, I have completed your TensorFlow corse and am working through the PyTorch class - both are easy to follow (as easy as learning ML can be :) and I am happy to say that virtually all code works as advertised. I am running on Mac (intel w/AMD GPU and M3) and am able to work through all notebooks with both using Apple Metal.
I took a stab at your challenge to create a class for image, class and position embeddings (at end of section 4) - this is what I came up with:
It seems to work - I welcome any comment you may have.
ALSO,
I am interested in playing around with a customized Object Detection - with object location (there seem to be a few different formats around). I would have many objects per image - would like to train on custom data,I would have a small-ish number of classes but not typical scenes from typical pretrained models... just curious what your suggestion might be as to where to start?? There are many potential choices it seems...
Thank you - and best regards,
Jeff
Beta Was this translation helpful? Give feedback.
All reactions