Announcement: March 24, 2021
1st due date: April 09, 2021 before 11:59pm
2nd due date: April 16, 2021 before 11:59pm
The main goal of this task is to understand the fundamental of structure from motion through developing your own measurement tool. A draft of a code (demo_code_v8_base.m
) is provided and you need to write your own codes in YOUR CODE HERE
to complete your tool. 11 Problems and relevant guidelines are included in the code.
If you can solve all 11 problems using Python, you will get extra 10 points.
- YOU MUST INCLUDE YOUR RESULTING GRAPHS OR IMAGES INTO YOUR REPORT
- You should turn in a report to [email protected]. When you send your email, please cc your email for future reference.
- A subject of your email must be the format of "Task08_
Your name
_Degree
_ID
"Your name
: first five lower-case letters your first + last name. It should be lower case. (i.g Chul Min Yeum -> chulmi, Juan Park -> juanp)Degree
: pick your degree among BA, ME, MA, and PH (BA=Undergraduate, ME=MEng, MA=MASc, and PH=PhD)ID
: your school ID- Please do not include any other text except this subject line.
- Your report includes styled codes for all problems (please check the Markdown tutorial for code styling).
- The report must be written with Markdown script (GFM) and all other formats like .docx or .pptx are not permitted.
- You should also include a report in pdf that is converted from your report in Markdown.
- In your submission folder, you should include a report in the format of both .pdf and .md in a folder. And, it should be zipped before attaching it to your email.
- The formats of the folder and files are
- Folder name: Task08_
Your name
_Degree
_ID
(same with the subject of your email) - File names: "Rept_
Your name
_Degree
_ID
.md and .pdf".
- Folder name: Task08_
- Please review the general submission instruction in the course syllabus.
- When you violate these submission guidelines, your report may be returned.
- Please post a question if you need to help understand the problem and/or tutorials.
- You are permitted to discuss the task with your colleagues, but do not copy the solutions.
- Your grade depends on the completeness and clarity of your work.
- You should include clear and concise comments in your codes.