photo

Ming-Jer Tsai


Last seen: 3 giorni fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

3 giorni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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...

quasi 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

quasi 4 anni fa | 1 risposta | 0

1

risposta