Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added labels for unlabeled data #5

Closed
wants to merge 1 commit into from
Closed

Conversation

vijayrohit
Copy link

I am Sai, I am interested in the Software Engineer position at Comma. I went ahead and checked out the programming challenge as per the website. I am attaching the labels 5.txt to 9.txt to this email. A brief about my approach towards the problem as stated below,

Solution:

Videos to Edge data:
-I created frames from the labeled video data. Then for each frame, I generated a Canny edge image
-Each canny edge image is then converted to a NumPy array

Combining Edge Data and Labels:
-I combined edge image NumPy data with the given label data(0.txt,1.txt,2.txt,3.txt, and 4.txt)

Training a VGG16 (Cross fold validation and final train):
-Using the above training data, I did a cross-fold validation
-I got less than 1% error when I did a cross-fold validation
-I went ahead and trained the VGG16 with all 5 labeled data

Predicting:
-Using the trained network I predicted the pitch and yaw angles for each frame in each video

I am looking forward to the next steps in the process. Thanks for your time and consideration.

@haraschax
Copy link
Contributor

YOUR ERROR SCORE IS 154.72% (lower is better)

@haraschax haraschax closed this Feb 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants