photo

Gayathri


Last seen: 8 days 前 自 2024 起处于活动状态

Followers: 0   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
English

统计学

  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
Error forming mini-batch for network input "input". Data interpreted with format "SSCB". To specify a different format, use the InputDataFormats option.
Hi @chanul, I was able to reproduce the error mentioned. Before processing image data with networks like ResNet, it's essential...

9 days 前 | 0

| 已接受

已回答
Calculate normals from nodes which generate a 3D curve
Hi @Alberto Acri, To calculate the “normals” of remaining entries in matrix “coord” we can do interpolation in 3-D space. This...

12 days 前 | 0

已回答
How to get metrics during yolov4 detector training process and how to solve data overfitting?
Hi @xinru, As the error suggests, its not possible to pass “metrics” option in “trainingOptions” for “YOLOv4ObjectDetector”. In...

12 days 前 | 0

已回答
I'm using VIT transformer in my code. How to convert the output of 1D layer of VIT into 2D with format SSCB?
Hi @Abdulrahman, I understand you are facing an issue with converting output from ViT(vision transformer) which is in “SCB” for...

12 days 前 | 1

已回答
I have a problem with the watermark in the svd image. The NC value does not change. When extracting the protected image, it appears black, which means that there is a problem
Hi @salaheddine, I was able to reproduce your issue. The issue is happening because the watermarked image is not being generate...

13 days 前 | 0

已回答
how to successfully extract the image in blind color image watermarking using FWHT and SVD
Hi @JAMILAH IBRAHIM, The implementation is done in R2024a. I implemented the code by taking two images available in my side. ...

16 days 前 | 0

已回答
tleread() loading incorrect data
Hi @am, The TLE data contains “mean motion” in revolutions/day unit. The “tleread” function in MATLAB reads the “mean motion”...

17 days 前 | 3

| 已接受

已回答
Formatting input data for linear regression model in leave-out-one validation testing
Hi @Isabelle Museck, I have implemented the codes in MATLAB R2024a. I can see that the issue of taking cell array as input ha...

17 days 前 | 0

已回答
I want to segment an apple fruit image and i'm using histogram's method but when i'm using the function: n=hist(reshape(double(rgb(:,:,i)),[480*640 1]),0.5:256); i have this error: To RESHAPE the number of elements must not change.
Hi Boutrid, This has been implemented in MATLAB R2024a version.I have used “peppers.png” image for solving the issue mentione...

18 days 前 | 0