Community Profile

photo

Elijah Galbreath


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

All
  • Revival Level 1
  • First Answer

View badges

Feeds

View by

Question


RaspberryPiへの転移学習されたモデルの展開方法について/How do I deploy a transfer-learned model to a Raspberry Pi?
resnet50の畳み込みネットワークを自身のデータで転移学習させ、そのmatファイルをresNet.matとして保存した。 転移学習の際には、下のコードでresnet50の最後の3つの層に手を加えてトレーニングさせた。 I used the pre-...

2 years ago | 0 answers | 0

0

answers

Channel


Sensors

3 years ago

Answered
Convert AVI file to series of images
outputFolder = uigetdir(path); % Read in the video viddir = uigetdir(path); viddir = fullfile(viddir,'test.avi'); obj =...

3 years ago | 1