MATLAB-Deep-Learning-Model-Hub icon indicating copy to clipboard operation
MATLAB-Deep-Learning-Model-Hub copied to clipboard

Discover pretrained models for deep learning in MATLAB

Results 14 MATLAB-Deep-Learning-Model-Hub issues
Sort by recently updated
recently updated
newest added

Hi Everyone! I am writing to you to ask for help concerning the video classification models on the Matlab model hub: how can I convert them into dlnetworks, add and...

Dear Sir or Madam, i am training a PointNet++ architecture now for many weeks. However training does not converge at all. The datset contains 100 unique pointclouds (pc_size: 2000 or...

Would like to request support for the following pre-trained network for semantic segmentation https://github.com/facebookresearch/segment-anything

If you could also add vision/video transformer models, please. Thanks in advance

If you could add more models for depth estimation monocular/ stereo, please. There is no depth models... Thanks

Hi,@matlab-deep-learning: There is a case study ["Extract 3D Vehicle Information from Recorded Monocular Camera Data for Scenario Generation"](https://ww2.mathworks.cn/help/driving/ug/extract-3d-vehicle-information-from-camera-data.html) in the Automated Toolbox of R2023b that can be used to be...

Hello, I have a query about an error I am getting on Matlab using Psychtoolbox 3.0.19, flavor - beta - Corresponds to SVN Revision 14005. I think it might have...

``` lgraph = [... sequenceInputLayer([64 5 1], "MinLength",4) % convolution2dLayer([3,3],1) % If include this conv2d layer cause % ERROR CUDNN_STATUS_EXECUTION_FAILED flattenLayer gruLayer(16) fullyConnectedLayer(16) fullyConnectedLayer(2) softmaxLayer classificationLayer ] ``` If include...

Will any image transformer models (particularly for for semantic segmentation) be made available for Matlab any time soon?