Skip to content

Commit

Permalink
Merge pull request WZMIAOMIAO#147 from WZMIAOMIAO/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
WZMIAOMIAO authored Feb 10, 2021
2 parents a90f86f + f0a0720 commit a3a9c29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
* [Tensorflow2搭建MobileNetV2网络](https://www.bilibili.com/video/BV1NE411K7tX)
* [Tensorflow2搭建MobileNetV3网络](https://www.bilibili.com/video/BV1KA411g7wX)

* ShuffleNet (准备中)
* ShuffleNet (进行中)
* [ShuffleNet_v1_v2理论讲解](https://www.bilibili.com/video/BV15y4y1Y7SY)

* 目标检测篇
* Faster-RCNN/FPN(进行中)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


def main():
data_root = "D:/My_code/pythonProject/deep-learning-for-image-processing-master/data_set/flower_data/flower_photos" # get data root path
data_root = "/data/flower_photos" # get data root path

if not os.path.exists("./save_weights"):
os.makedirs("./save_weights")
Expand Down

0 comments on commit a3a9c29

Please sign in to comment.