Skip to content

Commit 5ec5be0

Browse files
authored
updated readme
1 parent 7927e4a commit 5ec5be0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ Some example of privacy protection is given in [this](https://github.com/aia39/P
2929
conda install -c anaconda matplotlib
3030
```
3131
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.
3434
```bash
3535
python masking.py
3636
```
3737

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.
3939
```bash
4040
python protected.py
4141
```

0 commit comments

Comments
 (0)