Project Report (Due 12/13)

Please submit your final project as a video presentation. The length of the presentation is flexible (about 30 min - 1 hour). 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/40

  • Department level quality (study group presentation): 20/40

  • University level quality (comparable to presentations in university annual conferences): 30/40

  • National/international level quality (comparable to presentation in national/international conferences): 40/40

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 ;

There will be an extra credit (maximum 10% of entire course) for submitting a written report. Exact format has no restriction. But format similar to a conference submission is preferred.