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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,13 +29,13 @@ Some example of privacy protection is given in [this](https://github.com/aia39/P
29
29
conda install -c anaconda matplotlib
30
30
```
31
31
3. Download pre-trained weights,classes names and related file from the [Tensorflow model zoo](https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/detection_model_zoo.md). Download 'mask_rcnn_inception_resnet_v2_atrous_coco' from 'COCO-trained models' table. Put the .rar file in 'object_detection' folder. You can also download other models which gives mask as output. We select inception_resnet_V2 as it gives better result though computationally expensive.
32
-
33
-
4. Run the 'masking.py' in command window from 'object_detection' folder to generate masked video/frame.
32
+
4.Create two folders in 'object_detection' folder 'test_directory_folder', 'protected_directory_folder' respectively for test videos and protected videos.
33
+
5. Run the 'masking.py' in command window from 'object_detection' folder to generate masked video/frame.
34
34
```bash
35
35
python masking.py
36
36
```
37
37
38
-
5. (Extra) Run the 'protected.py' in command window from 'object_detection' folder generate privacy protected video/frame.
38
+
6. (Extra) Run the 'protected.py' in command window from 'object_detection' folder generate privacy protected video/frame.
0 commit comments