Question


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 ago | 1 answer | 0

1

answer

Submitted


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

4 years ago | 1 download |

0.0 / 5
Thumbnail

Answered
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 ago | 1

| accepted

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 2 answers | 1

2

answers

Answered
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 ago | 0

| accepted

Answered
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 ago | 0

Answered
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 ago | 0

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

4 years ago | 0

Answered
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 ago | 0

Answered
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 ago | 0

Answered
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 ago | 1

| accepted

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 2 answers | 0

2

answers

Answered
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 ago | 0

Answered
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 ago | 0

Answered
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 ago | 1

Question


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

4 years ago | 0 answers | 0

0

answers

Answered
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 ago | 0

Answered
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 ago | 0

Question


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

4 years ago | 1 answer | 0

1

answer

Question


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 ago | 2 answers | 0

2

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Submitted


cocoAPI
microsoft coco-datasets API

4 years ago | 4 downloads |

0.0 / 5
Thumbnail

Answered
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 ago | 0

| accepted

Question


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 ago | 1 answer | 0

1

answer

Question


"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 ago | 0 answers | 0

0

answers

Answered
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 ago | 0

Load more