Group Abstract Group Abstract

Message Boards Message Boards

0
|
4.3K Views
|
8 Replies
|
6 Total Likes
View groups...
Share
Share this post:

Intro to Image Processing: Section 13 Exercises 13.3-4

I have completed all of the exercises for this course, but I am having trouble getting "Check My Solution" buttons to show "Correct" on a a couple of questions, even though I am getting good results. I realize there are numerous ways to solve problems using Wolfram Language, and sometimes the Auto Grader doesn't like one technique over another, but I have tried many variations and have not been able to get the AutoGrader to pass me. I feel like I have a good understanding, but having come this far it would be nice to have the Level 1 Certificate of Completion.

13.3

ImageTrim[#, FindFaces[#]] & @ 
 ResourceData[
  "Exercise Images for Introduction to Image Processing MOOC", "Kids"]

13.4

Classify["FacialGender", 
 ImageTrim[#, FindFaces[#]] & @ 
  ResourceData[
   "Exercise Images for Introduction to Image Processing MOOC", 
   "Kids"]]

Thank you in advance.

13.3 13.4

8 Replies

Glad it worked for you. The Wolfram U team is always happy to receive feedback on our courses.

Thanks for posting Aurelius. Yes, the autograder for the exercises in the interactive courses can be very particular about the type of solution it accepts. In this particular lesson, it was expecting the simplest possible solution. Having said that, it should have accepted your original solution as well. We are working on improving the autograder to accept multiple different solutions, but sometimes it can be very inflexible :)

If you are fairly certain of a solution and would like it to be accepted, can we request you to email wolfram-u@wolfram.com, once you are done with all the exercises? We will be happy to manually grade the exercises where the autograder refuses to co-operate and ensure that these do not stand in the way of your achieving the course certification.

Hello Ellyne,

Glad you're enjoying the course! I'll note your suggestion and share it with our team.

I will hold off sending an email until the end, because I may learn new ways to attack the mismatched responses as I progress. But I feel called to commiserate here, and vote for some sort of hint page for frequently-repeated "incorrect" exercises.

Best,
Christine Owens

POSTED BY: Christine Owens

Absolutely. Please feel free to email us at wolfram-u@wolfram.com, once you are done with all the exercises. So glad to hear you found the course useful. Thank you for your feedback.

I am working through this course right now, and I am learning a lot from the exercises. Like Aurelius, I appreciate the challenge of seeking a range of possible solutions in order to match the auto grader expectations, and I also like the invitation to leave notions of grade perfection aside. However, after the joy of discovering three+ different ways to construct a solution that each match the expected output, it's frustrating that none match the target solution.

I will hold off sending an email until the end, because I may learn new ways to attack the mismatched responses as I progress. But I feel called to commiserate here, and vote for some sort of hint page for frequently-repeated "incorrect" exercises.

All that said, I am enjoying the course and I am finally learning about digital images in a deep and satisfying way!

POSTED BY: Ellynne Dec

Dear Abrita,

I have the same issues with some of my exercises solutions in some sections. The autograder marks mine as incorrect, and I am sure they are correct. For instance, when I substract the image solution expected to mine, I get zeros (a black image, no negative pixel values), so the solution is right, though is graded as incorrect.

Anyway, I can read that sometimes the autograder cannot check all possible solutions. If the autograder is still evaluating my solutions incorrectly, can I submit all my exercises by email?

I am almost finished the course, and I can say that is very satisfying to pass it. I found it very instructive and a good introduction to Image processing. I have remembered some things what I learnt some years ago, and learned some news.

I recommend it to those interested in Image Processing using Mathematica.

Thank you Abrita, you're very kind. Since Wolfram U's policy is to pass people with a 60-70% score and not display the final score, I have found it very easy to pass most of the courses I have taken even with some of my good answers being marked incorrect. I think that's actually a great policy because allows me to focus on understanding rather than revert to a student psychology of getting the best grade. :)

I was able to get things to work with:

FindFaces[ResourceData["Exercise Images for Introduction to Image Processing MOOC", "Kids"], "Image"]

and

Classify["FacialGender"][FindFaces[ResourceData["Exercise Images for Introduction to Image Processing MOOC", "Kids"], "Image"]]

This was one of the few times WolframU was very particular on how things were done.

Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard