Skip to content

Commit 5df9e11

Browse files
fixing code
1 parent 44d48a9 commit 5df9e11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OpenCv Tutorial
22

3-
<img align="right" src="./Media/opencv-logo-white.png">
3+
<img align="right" src="Media/opencv-logo-white.png">
44

55
- [OpenCv Tutorial](#opencv-tutorial)
66
- [Introduction](#introduction)
@@ -36,7 +36,7 @@ Computer vision allows the computer to perform the same kind of tasks as humans
3636
- Object Classification - In the object classification, we train a model on a dataset of particular objects, and the model classifies new objects as belonging to one or more of your training categories.
3737
- Object Identification - In the object identification, our model will identify a particular instance of an object - for example, parsing two faces in an image and tagging one as Virat Kohli and other one as Rohit Sharma.
3838

39-
<img height="400px" width="600px" src="./Media/face-detected.jpeg">
39+
<img height="400px" width="600px" src="Media/face-detected.jpeg">
4040

4141
## Support
4242

0 commit comments

Comments
 (0)