![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/23991782_1632310253153_DEF.jpg)
Odo Luo
Followers: 0 Following: 0
Statistics
RANK
112,817
of 297,016
REPUTATION
0
CONTRIBUTIONS
10 Questions
2 Answers
ANSWER ACCEPTANCE
80.0%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
BoxLabelDatastore - BoxFormatValidationError: Wrong format of first column
The boxes with the 4 corrdinates needed to be transformed and the labels needed to be transposed. ctBoxesAndLabel(:,1)=cellfu...
2 years ago | 0
| accepted
Object Detection : Training with images that do not contain objects
Mask RCNN takes random proposals during training. So its fine
2 years ago | 0
| accepted
Question
BoxLabelDatastore - BoxFormatValidationError: Wrong format of first column
I have a cell ctBoxesAndLabel with two columns. The first one in a M by 4 format, where M is the number of boxes in each table ...
2 years ago | 1 answer | 0
1
answerQuestion
Adjust Label after resampling medical volume
I resampled a medical volume (nifti) following these instructions: https://de.mathworks.com/help/medical-imaging/ref/medicalvo...
2 years ago | 1 answer | 0
1
answerQuestion
Convert logical matix 3d to 2d with unknown z
Hello, I have a 3 dimensional logical array . The size of the 3rd dimension changes and I want to convert it to 2dimensional la...
2 years ago | 1 answer | 0
1
answerQuestion
visualize network maskrcnn object and display weights
Hello, I have an maskrcnn object - is there a way to visualize the NN behind it and give out the trained weights? Cannot fin...
3 years ago | 1 answer | 0
1
answerQuestion
arrayDatastore Read cut dimension
For a segmentation task I have a Hx Wx M items as matrix, I gonna convert into a logical array. I would like to read these ite...
3 years ago | 1 answer | 0
1
answerQuestion
Object Detection : Training with images that do not contain objects
Hello, I am training a Mask RCNN model. Some of my images in the training data do not have any objects I want to detect. Ac...
3 years ago | 1 answer | 0
1
answerQuestion
ArrayDatastore 2x1 combine to 1 column
Hello, I would like to combine 2 arrayDatastores vertically. I tried it with combine and permute, but it always gives a 1x2 ins...
3 years ago | 1 answer | 0
1
answerQuestion
imagedatastore grayscale to rgb for maskRcnn
I have several CT images : ct1, ct2, ct3..... Each CT contains of aprox 90 2D grayscale images/planes MaskRCnn Requires RGB I...
3 years ago | 1 answer | 0
1
answerQuestion
Datastore Mask R-CNN for kidney segmentation
I have several CT images 512x512 with normalized values between 0 and 1. Basically 2dimensional black white images Kidney l...
3 years ago | 1 answer | 0
1
answerQuestion
Length consecutive value 1 within a 2D matrix
Having a 2 dimensional array, e.g. [ 0, 0, 0,1,1,1,2 ; 0,0,1,1,1,1,2; 0,1,1,1,1,1,0; 0,0,0,1,1,0,0] I ...
3 years ago | 1 answer | 0