photo

Chen Xinbing


AHU

Last seen: 9 days ago Active since 2014

Followers: 0   Following: 0

Message

Programming Languages:
C++, MATLAB
Spoken Languages:
English, Chinese

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
20,047
of 300,674

REPUTATION
2

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
2

RANK
 of 21,041

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,032

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


How to import a pretrained deeplabv3+(xception-71 as backbone) model using MATLAB function importNetworkFromTensorFlow?
In the help document for importNetworkFromTensorFlow function, the argument is a model folder, and the model folder must include...

2 years ago | 1 answer | 0

1

answer

Question


The MATLAB function xcepption apprears to return a xception-41 netowrk archtecture , not the xception-71 network architecture
I have tested the MATLAB function xception using the following code: analyzeNetwork(layerGraph(xception())); I find that the r...

2 years ago | 1 answer | 1

1

answer

Question


Why is the c/c++ code generated by MATLAB Coder not standalone, that is, depends on other library?
I write a MATLAB function using some functions from Image Processing Toolbox as follow function Y = TestImageAffine(X, T) ...

11 years ago | 2 answers | 1

2

answers