Project Report (Due 12/15)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. Please also check Canvas for detailed rubric. 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 ; |