
Cong Dong Ngoc Minh
Statistics
RANK
15.833
of 273.345
REPUTAZIONE
2
CONTRIBUTI
0 Domande
4 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
1
RANK
7.727 of 18.452
REPUTAZIONE
105
VALUTAZIONE MEDIA
4.70
CONTRIBUTI
3 File
DOWNLOAD
30
ALL TIME DOWNLOAD
767
RANK
of 122.745
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Content Feed
lat long radius to XYZ
Hi @Ahmed Abdulla, From my perspective, Latitude and Longitude should be converted from degree to radians first, after that usi...
oltre un anno fa | 0
Inviato
Global wheat detection
Wheat detection, is used to estimate the density and size of wheat, farmers can use the data to assess health and maturity in th...
oltre un anno fa | 7 download |

Inviato
Urban Sound Classification Using Deep Learning
In the example, I will demonstrate how we do sound classification using deep learning from extracting audio feature (spectrogram...
oltre un anno fa | 6 download |

Inviato
Building Crypto Currency Prediction
This example will demonstrate how could we get crypto price though API of coinbase and build the predictive model.
oltre un anno fa | 16 download |
Removing invalid bounding boxes from datastore
Hi Kyke, Please check the bounding boxes whether it has '0' in coordinate. Due to MATLAB starts at '1' in the image, so that yo...
oltre 2 anni fa | 0
How can I remove NaN values from a matrix?
You can try this way idx =isnan(Columns) Columns(idx,:) = []
oltre 2 anni fa | 0
how can I solve to my problem
You could type mex -setup and then choose language C++ with C++ compiler is Microsoft Visual C++ 2019 (or the other version)
oltre 3 anni fa | 1