#1404 Images
We asked you to take images of 1404 Siebel at the end of the VR Microlesson. We're going to use these images to reconstruct 1404 in 3D using these images during our Computer Vision lesson.
In order to do this, we need these images and we'd like for you to upload them here. Please follow these instructions to get the images to us 😄 :
-
Clone this repository using
git clone https://github.com/CS196Illinois/1404-images.git
-
Add your images to the
flash
andno-flash
folders. The first picture goes in theno-flash
folder and the second one (the one taken with the flash turned on) goes in theflash
folder. Your images should be calledYourNetid.jpg
. Don't forget to usegit add
. -
Commit your changes
git commit -m "images added by NETID"
-
Push your changes
git pull && git push