vaibhav mishra
IIT Jodhpur
Followers: 0 Following: 0
I am 4 th year student at IIT Jodhpur currently interning at Mathworks.
Feeds
답변 있음
convolutional neural network for medical segmentation code
to resize all the images collectively, you can use audimds=augmentedImageDatastore([201 173],imds); read more-: https://in.ma...
convolutional neural network for medical segmentation code
to resize all the images collectively, you can use audimds=augmentedImageDatastore([201 173],imds); read more-: https://in.ma...
4년 초과 전 | 0
답변 있음
What to do when training doesn't fit training data well?
maybe your model is getting overfit. try to adopt some dropout and regularization in your model.
What to do when training doesn't fit training data well?
maybe your model is getting overfit. try to adopt some dropout and regularization in your model.
4년 초과 전 | 0
답변 있음
how to improve accuracy in matlab.?
hi, ways to improve your validation accuracy are to apply regularization on your loss, or to apply some dropout so that model ge...
how to improve accuracy in matlab.?
hi, ways to improve your validation accuracy are to apply regularization on your loss, or to apply some dropout so that model ge...
4년 초과 전 | 0
답변 있음
Remove the seams line when stitching image
for this task, you can use the concept of pyramid blending. refer to this blog for more information -: https://blogs.mathworks....
Remove the seams line when stitching image
for this task, you can use the concept of pyramid blending. refer to this blog for more information -: https://blogs.mathworks....
4년 초과 전 | 0
답변 있음
Why are the results of forward and predict very different in deep learning?
Hi there, In my opinion you are using BatchNorm in training and not in testing, so how can you expect to get the same results...
Why are the results of forward and predict very different in deep learning?
Hi there, In my opinion you are using BatchNorm in training and not in testing, so how can you expect to get the same results...
4년 초과 전 | 0
답변 있음
find the area based on contour?
you can use flood fill algorithm and then calculate the pixels with that corresponding value.
find the area based on contour?
you can use flood fill algorithm and then calculate the pixels with that corresponding value.
4년 초과 전 | 0
답변 있음
Frame differencing for motion detection/moving object in image
Hi there, i would suggest to use viola jones object detection framework+ optical flow to track the motion of any object of inte...
Frame differencing for motion detection/moving object in image
Hi there, i would suggest to use viola jones object detection framework+ optical flow to track the motion of any object of inte...
4년 초과 전 | 0
답변 있음
Why I received an error when extracting feature using Alexnet?
Hi there, I can think of two methods to solve this problem. 1-Try to resize each image to [227,227,3] with image = imresize(i...
Why I received an error when extracting feature using Alexnet?
Hi there, I can think of two methods to solve this problem. 1-Try to resize each image to [227,227,3] with image = imresize(i...
4년 초과 전 | 0
답변 있음
HOW TO INCREASE TESTING ACCURACY IN CNN?
Hi, there can be different ways to increase the test accuracy. If your training accuracy is good but test accuracy is low then...
HOW TO INCREASE TESTING ACCURACY IN CNN?
Hi, there can be different ways to increase the test accuracy. If your training accuracy is good but test accuracy is low then...
4년 초과 전 | 0
답변 있음
How to find the displacement of the object?
Hi there, to select and track an object, you can use viola jones framework available in matlab computer vision toolbox, and the...
How to find the displacement of the object?
Hi there, to select and track an object, you can use viola jones framework available in matlab computer vision toolbox, and the...
4년 초과 전 | 0