Skip to content

Commit

Permalink
add modules to implement
Browse files Browse the repository at this point in the history
  • Loading branch information
Flavio0410 committed Dec 29, 2022
1 parent 51ccbe4 commit 11ec1ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Binary file modified data/pictures/HDR_test_scene_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion presentation/implement_module.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@ No module named 'cv2'

if you use anaconda, you may simply use this as well (and hence don't need to add menpo channel):

conda install -c conda-forge opencv
conda install -c conda-forge opencv

No module named 'PIL':
if py<3 : paste on terminal: "pip install Pillow"
if py3> : paste on terminal "pip3 install Pillow"

0 comments on commit 11ec1ab

Please sign in to comment.