A quiz on the broken biscuits experiment

Adrian F. Clark

  1. How are biscuits distinguished from the background in bikky.py?

  2. How many images are used for training in the task file?

  3. What is a sensible threshold on the rectangularity for a biscuit to be identified as rectangular?

  4. What is the purpose of this experiment?

  5. What is a sensible threshold on the circularity for a biscuit to be identified as circular?

  6. How is a biscuit determined to be broken or unusable?

  7. How many images contain broken or unusable biscuits?

  8. How do you make bikky.py iterate over the test set in biscuits.task?

  9. What contour measure must be found for a rectangular biscuit?

  10. What type of problem is this defined as in the task file?

  11.