提问


How to adapt the output size of a given feature map in the Deep Learning Toolbox by using the "pool" operation?
I understand that there are currently "averagePooling2dLayer, maxPooling2dLayer, globalAveragePooling2dLayer, globalMaxPooling2d...

4 years 前 | 1 个回答 | 0

1

个回答

已提交


MexCmake
使用Cmake打包matlab-mex库文件

4 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

已回答
Can't delete myfile.mexw64 after run mexw64?
I found my answer, this ".mexw64" cannot be deleted after using clear , but can be deleted after using clear all ---------...

4 years 前 | 1

| 已接受

提问


Can't delete myfile.mexw64 after run mexw64?
The problem is very simple, I used a very simple example file explore.c packaged as a mexw64 library file, using the command m...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to import ".heic" image file of Apple phone by matlab?
I have a lot of ".heic" image files taken by Apple phones, and I want to read them into matlab to analyze them, but it seems tha...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to publish html in matlabcentral?
I write formatted code by matlab editor and publish it as html document by "publish", how can this document be displayed in "mat...

4 years 前 | 2 个回答 | 1

2

个回答

已回答
How to use dlnetwork objects with "state" in custom layers, e.g. how to define layers such as batchnormization, lstm, etc.?
Matlab R2021b support https://ww2.mathworks.cn/help/deeplearning/ug/define-custom-recurrent-deep-learning-layer.html

4 years 前 | 0

| 已接受

已回答
insert some text in an image as watermark in spatial domain ... How can i take text as watermark and insert that watermark in image ??
see here: https://ww2.mathworks.cn/matlabcentral/answers/1451879-how-does-matlab-add-transparent-fonts-to-pictures#answer_786044...

4 years 前 | 0

已回答
how to embed a watermark in a color image
see here: https://ww2.mathworks.cn/matlabcentral/answers/1451879-how-does-matlab-add-transparent-fonts-to-pictures#answer_786044...

4 years 前 | 0

已回答
watermark Embedding in Blocks
see here: add watermark to image -------------------------Off-topic interlude, 2024------------------------------- I am curre...

4 years 前 | 0

已回答
Transparent (alpha) text in figures
see here: https://ww2.mathworks.cn/matlabcentral/answers/1451879-how-does-matlab-add-transparent-fonts-to-pictures#answer_786044...

4 years 前 | 0

已回答
Is it possible to create transparent font on a graphics component?
see here: https://ww2.mathworks.cn/matlabcentral/answers/1451879-how-does-matlab-add-transparent-fonts-to-pictures#answer_786044...

4 years 前 | 0

已回答
How does matlab add transparent fonts to pictures?
After trying to figure it out, I gave the answer , for example: % your params img = imread('printedtext.png'); Transparency =...

4 years 前 | 1

| 已接受

提问


Does "insertText" not support Chinese fonts? How do I add Chinese fonts to my images?
Currently, only fonts with "asciil" code are supported, but how can I do it to support Chinese fonts?

4 years 前 | 1 个回答 | 0

1

个回答

提问


How does matlab add transparent fonts to pictures?
As far as I know, only "text", "insertText" function can add text to the picture, I prefer to use "insertText" to add font to th...

4 years 前 | 2 个回答 | 0

2

个回答

已回答
How to make trasparent the background of the static text.
x = 0:.1:2*pi; y = sin(x); figure; plot(x,y,'LineWidth',4); text(1,0,'Transparent background image','color','red') % sa...

4 years 前 | 0

已回答
can't save image with transparent background
since Matlab R2020a, use "exportgraphics", for example ,you can do like this x = 0:.1:2*pi; y = sin(x); % save to transparent...

4 years 前 | 0

已回答
How do you save a figure with a trasparent background?
since Matlab R2020a, use "exportgraphics", for example ,you can do like this x = 0:.1:2*pi; y = sin(x); % save to transpa...

4 years 前 | 1

提问


Deformable Convolutional Networks ?
Does current latest matlab 2021a deeplearning toolbox support Deformable Convolutional Networks ? If not, will future versions i...

4 years 前 | 0 个回答 | 0

0

个回答

已回答
How to export image labels from gTruth.mat and PixelLabelData to jpeg images and json annnotationns?
Hi, you can refer to Export Ground Truth Object to Custom and COCO JSON Files Import images and COCO annotation json file to ...

4 years 前 | 0

已回答
Converting .mat to .json
Hi, you can refer to Export Ground Truth Object to Custom and COCO JSON Files Import images and COCO annotation json file to ...

4 years 前 | 0

提问


Chinese Language Support?
Does the current R2021a Text Analytics Toolbox™ support Chinese Language?(Perform text analytics on Chinese language text, inclu...

4 years 前 | 1 个回答 | 0

1

个回答

提问


function value VS function handle?
kk1 = func1; % why kk1 is not a function handle? kk2 = func1();% why kk2 is not a function handle either? function out1 = fun...

4 years 前 | 2 个回答 | 0

2

个回答

提问


How to use dlnetwork objects with "state" in custom layers, e.g. how to define layers such as batchnormization, lstm, etc.?
How to use dlnetwork objects with "state" in custom layers, e.g. how to define layers such as batchnormization, lstm, etc.? How...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Binary Deep Neural Networks?
Does current matlab 2021a deeplearning toolbox support Binary Deep Neural Networks (BNN)? How is it trained and compressed? If n...

4 years 前 | 1 个回答 | 0

1

个回答

已提交


cocoAPI
microsoft coco-datasets API

4 years 前 | 3 次下载 |

0.0 / 5
Thumbnail

已回答
How do I pass extra known parameters to arrayfun?
I get the answer: a = [1,2,3]; b = [2,1,1,3,1,2]; idx = arrayfun(@(x)find(x==b),a,'UniformOutput',false)

4 years 前 | 0

| 已接受

提问


How do I pass extra known parameters to arrayfun?
For example, if I want to find the position in the corresponding array b from each element of array a, how should I write the co...

4 years 前 | 1 个回答 | 0

1

个回答

提问


"jsondecode" poor performance in COCO datasets?
I tried to import data annotation files from COCO2017 and it takes about half a minute using “jsondecode”, while coco-api only t...

4 years 前 | 0 个回答 | 0

0

个回答

已回答
Matlab CNN model to ONNX - Inference Image Classification Results
yes , you are correct, in onnnx file the input is of shape BatchSize*3*224*224 instead of 224*224*3*BatchSize in Matlab,

4 years 前 | 0

加载更多