Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
WZMIAOMIAO committed May 22, 2020
1 parent 42f4b25 commit 975492a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions others_project/readPbFile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
(1)准备好需要使用的pb冻结文件,pbtxt标签文件,测试用的图片
(2)修改info.config文件中的相关信息

![Example image](https://github.gree.com/180662/tensorflowob/raw/master/object_detection/readPbFile/example1.jpg)
![Example image](https://github.gree.com/180662/tensorflowob/raw/master/object_detection/readPbFile/example2.jpg)
![Example image](https://tensorflowob/raw/master/object_detection/readPbFile/example1.jpg)
![Example image](https://tensorflowob/raw/master/object_detection/readPbFile/example2.jpg)
5 changes: 4 additions & 1 deletion pytorch_object_detection/faster_rcnn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,7 @@
* 确保提前下载好对应预训练模型权重
* 若要训练mobilenetv2+fasterrcnn,直接使用train_mobilenet.py训练脚本
* 若要训练resnet50+fpn+fasterrcnn,直接使用train_resnet50_fpn.py训练脚本
* 若要使用多GPU训练,使用 "python -m torch.distributed.launch --nproc_per_node=8 --use_env train_multi_GPU.py" 指令,nproc_per_node参数为使用GPU数量
* 若要使用多GPU训练,使用 "python -m torch.distributed.launch --nproc_per_node=8 --use_env train_multi_GPU.py" 指令,nproc_per_node参数为使用GPU数量


![Faster R-CNN](https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/tree/master/pytorch_object_detection/faster_rcnn/fasterRCNN.png)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 975492a

Please sign in to comment.