Skip to content

Commit

Permalink
add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
rishiu committed Jan 9, 2024
1 parent cd18313 commit 25aa434
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Binary file added image/vmg_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@
<script>
function link_func(link){
let pass = prompt("Password:");
if (pass == "VMG_2018!!"){
if (pass == "aperture"){
location.href = link;
}
}

</script>
<link rel="icon" href="index_files/favicon.png" type="image/png">
<meta name="description" content="Computer Vision course at UCLA">
Expand Down Expand Up @@ -75,7 +74,7 @@ <h2>Evaluation</h2>
<!--<p><strong>Bonus homework assignment:</strong> There will be a seventh <i>optional</i> homework assignment that can be used to make up for lost credit. It will involve using a physics-based graphics renderer to simulate computational photography techniques.</p>-->
<p><strong>Late days:</strong> Everyone has 4 late days to be applied to any assignment. After these late days, there will be a 10% penalty per late day.</p>

<p><strong>In class quizzes:</strong> There will be short (10 min) quizzes at the beginning of each lecture. The questions on these quizzes will be designed to be built on top of the prior lectures material and will be similar to final exam problems. For each quiz you receive full credit on, you will receive 1 point extra credit on the final. The first quiz will be on Thursday Jan. 11.
<p><strong>In class quizzes:</strong> There will be short (10 min) quizzes at the beginning of each lecture. The questions on these quizzes will be designed to be built on top of the prior lectures material and will be similar to final exam problems. Each quiz will be out of 10 points. For every quiz you receive 8+ points, you will receive 1 point of extra credit on the final. The first quiz will be on Thursday Jan. 11.

<p><strong>Collaboration policy:</strong> With the obvious exception of exams, we encourage you to discuss course activities with your friends and classmates as you are working on them. You will learn more in this class if you work with others than if you do not. Ask questions, answer questions, and share ideas liberally.</p>

Expand Down

0 comments on commit 25aa434

Please sign in to comment.