You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -24,7 +24,7 @@ OpenCV is a cross-platform library using which we can develop real-time computer
24
24
25
25
Create virtual envionment with `pipenv`.
26
26
```bash
27
-
pip install pipenv#only for one time
27
+
python -m pip install pipenv
28
28
pipenv install -r requirements.txt
29
29
pipenv shell
30
30
```
@@ -36,7 +36,7 @@ Computer vision allows the computer to perform the same kind of tasks as humans
36
36
- 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.
37
37
- 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.
0 commit comments