website-2018-winter
website-2018-winter copied to clipboard
There's no link https://cs230-stanford.github.io/session-3.html
As [tutorial](https://cs230-stanford.github.io/project-code-examples.html) says,for getting down-sized pics we should run build_database.py.However,a small problem occurred because Linux and Windows use different file directory separation mark.Function below should change `filename.split('/')[-1]))` into `filename.split('\\')[-1]))` while...
Declare `python` code block, in line 299 and line 306.
remove redundant "evaluate.py"