Project Report (Due 12/16)

Please submit a written report for your final project. Exact format has no restriction. But format similar to a conference submission is preferred. It is important to clearly explain the background of the project (motivation, etc), results, and conclusions. The expected grade is based on the following metric

  • Just submission: 10/35

  • Department level quality (study group quality): 20/35

  • University level quality (quality comparable to works in a university annual conferences): 30/35

  • National/international level quality (quality comparable to works in in national/international conferences): 35/35

There will be an extra credit (maximum 10% of entire course) for submitting a pre-recorded video presentation (about 30 min - 1 hour).

Btw, for creating screencast, if you are using Linux like me, you can use the following code.

ffmpeg -f alsa -ac 2 -i pulse -f x11grab -r 15 -async 1 -s $(xdpyinfo|grep 'dimensions:'|cut -c14-26) -i :0.0+0,0 -acodec flac -vcodec mpeg4 -qscale 0 -y ~/out_$(date +%Y%m%d%H%M%S).mkv ;