This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
13
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
!6053
limit_cv_threads_num_to_deeplabv3
Merge pull request
!6053
from wukesong/limit_cv_for_deeplabv3
tags/v1.0.0
mindspore-ci-bot
Gitee
5 years ago
parent
ad37b6845f
db1e522e2d
commit
daf6739b22
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
model_zoo/official/cv/deeplabv3/src/data/data_generator.py
+ 1
- 0
model_zoo/official/cv/deeplabv3/src/data/data_generator.py
View File
@@ -16,6 +16,7 @@
import cv2
import numpy as np
import mindspore.dataset as de
cv2.setNumThreads(0)
class SegDataset:
Write
Preview
Loading…
Cancel
Save