photo

Ming-Jer Tsai


Last seen: 4 months 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Can I transfer train "visionTransformer" to handle image sizes other than 384x384X3?
In the related Matlab doc, only change of "head" is described.

4 months 前 | 1 个回答 | 0

1

个回答

提问


How to combine image inputs of samples from class1 and feature inputs from samples of class 2 in a DL network?
I tried to implement the DL algorithm presented in the paper, Poojan Oza, and Vishal M. Patel, “One-Class Convolutional Neural N...

1 year 前 | 1 个回答 | 0

1

个回答

提问


How to concatenate features from one fullyConnectedLayer in a DNN with inputs being images from one class and features from the second class for classifier training?training?
%temp2.m imageInputSize = [28,28,1]; filterSize = 3; numFilters = 8; numClasses = 10; numFeatures = 50; layers = [ im...

1 year 前 | 1 个回答 | 0

1

个回答

提问


What are the noise type and noise-level range where the DnCNN as implemented in Matlab works well?
DnCNN, a tool in Matlab, does not work well for added noises of large magnitude. What is the limit where it works well? Is the...

4 years 前 | 1 个回答 | 0

1

个回答

提问


after training a denoising network from dnCNNLayers, how to use it in denoisingNetwork and denoiseImage?
I name my denoising network as dncnn_xfer, which is trained starting from dnCNNLayers. Since denoiseNetwork('dncnn') only acce...

4 years 前 | 1 个回答 | 0

1

个回答