NPTEL Deep Learning For Computer Vision

NPTEL Deep Learning For Computer Vision Assignment 1 Answers 2022

We Discuss About That NPTEL Deep Learning For Computer Vision Assignment 1 Answers 2022

NPTEL Deep Learning For Computer Vision Assignment 1 Answers 2022 – Here All The Questions and Answers Provided to Help All The Students and NPTEL Candidate as a Reference Purpose, It is Mandetory to Submit Your Weekly Assignment By Your Own Understand Level.

Are you looking for the Assignment Answers to NPTEL Deep Learning For Computer Vision Assignment 1 Answers 2022? If Yes You are in Our Great Place to Getting Your Solution, This Post Should be help you with the Assignment answer to theΒ National Programme on Technology Enhanced LearningΒ (NPTEL) Course β€œ NPTEL Deep Learning For Computer Vision Assignment 1 Answers 2022”

NPTEL Deep Learning For Computer Vision

ABOUT THE COURSE :

The automatic analysis and understanding of images and videos, a field called Computer Vision, occupies significant importance in applications including security, healthcare, entertainment, mobility, etc. The recent success of deep learning methods has revolutionized the field of computer vision, making new developments increasingly closer to deployment that benefits end users. This course will introduce the students to traditional computer vision topics, before presenting deep learning methods for computer vision. The course will cover basics as well as recent advancements in these areas, which will help the student learn the basics as well as become proficient in applying these methods to real-world applications. The course assumes that the student has already completed a full course in machine learning, and some introduction to deep learning preferably, and will build on these topics focusing on computer vision.

Next Week Assignment Answers

SciShowEngineerTelegram

This course can have Associate in Nursing unproctored programming communication conjointly excluding the Proctored communication, please check announcement section for date and time. The programming communication can have a weightage of twenty fifth towards the ultimate score.

Final score = Assignment score + Unproctored programming exam score + Proctored Exam score
  • Assignment score = 25% of average of best 8 assignments out of the total 12 assignments given in the course.
  • ( All assignments in a particular week will be counted towards final scoring – quizzes and programming assignments).Β 
  • Unproctored programming exam score = 25% of the average scores obtained as part of Unproctored programming exam – out of 100
  • Proctored Exam score =50% of the proctored certification exam score out of 100
YOU WILL BE ELIGIBLE FOR A CERTIFICATE ONLY IF ASSIGNMENT SCORE >=10/25 AND
UNPROCTORED PROGRAMMING EXAM SCORE >=10/25 AND PROCTORED EXAM SCORE >= 20/50.Β 
If any one of the 3 criteria is not met, you will not be eligible for the certificate even if the Final score >= 40/100.Β 

CHECK HERE OTHERS NPTEL ASSIGNMENTS ANSWERSΒ 

BELOW YOU CAN GET YOUR NPTEL Deep Learning For Computer Vision Assignment 1 Answers 2022? :

 

Answers will be Uploaded Shortly and it will be Notified on Telegram, SoΒ JOIN NOW
JoinScishowEngineerTelegram
Starter code for Question 1 to Question 3 of this assignment is provided in DL4CV-Assignment-1-2022.ipynb.
Use Python 3.x to run the notebook. As instructed in the notebook, write your code only in between the lines ’YOUR CODE STARTS HERE’ and ’YOUR CODE ENDS HERE’.
Do not change anything else in the code; if you do, the answers you are supposed to get at the end of this assignment might be wrong.
Read documentation of each function carefully.
All the best!
Ans – D
1 point
For this question, please see Question 1 in the iPython notebook (.ipynb file) provided alongside. Complete your implementation under the β€œYOUR CODE STARTS HERE” segment therein. Now, which of the following is the GBR representation of the RGB image β€˜golden retriever.jpg’ in programming question 1?Ans – B

1 point
For this question, please see Question 2 in the iPython notebook (.ipynb file) provided alongside. Complete your implementation under the β€œYOUR CODE STARTS HERE” segments therein. The shape of the β€˜human mitosis’ image after applying a 5Γ—5 mean filter is:
(512,512)
(510,510)
(508,508)
(507,507)

Ans – B

For this question, please see Question 3 in the iPython notebook (.ipynb file) provided alongside. Complete your implementation under the β€œYOUR CODE STARTS HERE” segments therein. The median value of the β€˜human_mitosis’ image before and after applying the 5 Γ— 5 mean filter is a and b respectively.
(a)
0.5 points
(b)
0.5 points

Ans -A
1 point
A 5×5 kernel generates an output image of dimension 10×10 after convolution. The (approximate) number of computations performed to obtain this output image is:
25
100
250
2500
Ans -c
1 point
When we perform SVD on a 3 Γ— 3 2D kernel, we obtain the following rectangular diagonal matrix βˆ‘=βŽ›βŽβŽœ30000100000⎞⎠⎟. Is the 2D kernel separable?
Yes
No
Ans – A
1 point
Consider a 4 Γ— 4 image, where each pixel uses a 4-bit signed representation (range between βˆ’23 to 23 βˆ’ 1). Reverse the contrast of the following image:
βŽ›βŽβŽœβŽœβŽœ3041713602301512βŽžβŽ βŽŸβŽŸβŽŸβŽ›βŽβŽœβŽœβŽœ2βˆ’1306025βˆ’112βˆ’10401⎞⎠⎟⎟⎟

βŽ›βŽβŽœβŽœβŽœβˆ’21βˆ’30βˆ’60βˆ’2βˆ’51βˆ’1βˆ’210βˆ’40βˆ’1⎞⎠⎟⎟⎟

βŽ›βŽβŽœβŽœβŽœβˆ’4βˆ’1βˆ’5βˆ’2βˆ’8βˆ’2βˆ’4βˆ’7βˆ’1βˆ’3βˆ’4βˆ’1βˆ’2βˆ’6βˆ’2βˆ’3⎞⎠⎟⎟⎟

βŽ›βŽβŽœβŽœβŽœ4152824713412623⎞⎠⎟⎟⎟

Ans – C
1 point
Given the 3 Γ— 3 4-bit grayscale image below:
⎑⎣⎒777648635⎀⎦βŽ₯
what is the central element after applying linear contrast stretching? (Round off to the nearest integer)
3
4
5
6
Ans – A
Map the following image operations to their types – provide your answer as integers where 0,1 and 2 correspond to point, local and global operation respectively. (Assume that the image size is 10×10)
Mean of an image:
0.25 points
Convolution with kernel of size 1 Γ— 1:
0.25 points
Cross-correlation with kernel size 3 Γ— 3:
0.25 points
Flip an image by 180o:
0.25 points
Ans – A
Consider the 3 Γ— 3 average filter given below:
1?βŽ›βŽβŽœ222242222⎞⎠⎟
The correct normalizing factor is given by:
Ans – A
1 point
1 point
Match the following:1) Global operation i) Inner product of two 1D kernels
2) Histogram equalization ii) Fourier transform
3) Separable 2D kernel iii) Noise spread
4) Size of Gaussian kernel iv) Contrast stretching
v) Gaussian kernel
1β†’ ii, 2β†’ iv, 3β†’ v, 4β†’ iii
1β†’ ii, 2β†’ iv, 3β†’ i, 4β†’ iii
1β†’ ii, 2β†’ iv, 3β†’ i, 4β†’ v
1β†’ ii, 2β†’ iv, 3β†’ iii, 4β†’ v

Ans – A
1 point
Choose the incorrect statements from among the following:
For any low-pass or high-pass filter, the sum of the filter coefficients always adds up to 1.
Brightness enhancement by image addition is a point operation.
k(a βˆ— b) = (ka) βˆ— (kb), where a is the image, b is the filter, k is a scalar and βˆ— is the convolution operator.
only 1
1 and 3
only 2
None of the above
Ans – D
1 point
Which of the following is an example of a high-pass filter?
(Select all possible correct options)⎑⎣⎒121212121⎀⎦βŽ₯

⎑⎣⎒⎒⎒⎒⎒⎒1111111111110111111111111⎀⎦βŽ₯βŽ₯βŽ₯βŽ₯βŽ₯βŽ₯

⎑⎣⎒111111111⎀⎦βŽ₯

βŽ‘βŽ£βŽ’βˆ’1βˆ’10βˆ’101011⎀⎦βŽ₯

Ans – C
1 point
Match the following images with their corresponding Fourier Transforms:1β†’ iii, 2β†’ iv, 3β†’ i, 4β†’ ii
1β†’ ii, 2β†’ iii, 3β†’ i, 4β†’ iv
1β†’ i, 2β†’ ii, 3β†’ iii, 4β†’ iv
1β†’ iii, 2β†’ iv, 3β†’ ii, 4β†’ i

Ans – B
1 point
Which one of the following statements is true?
Ans – A
Answers will be Uploaded Shortly and it will be Notified on Telegram, SoΒ JOIN NOW
JoinScishowEngineerTelegram

Yhaa You have done it but next? if YOU Want to your Others NPTEL Deep Learning For Computer Vision Assignment 1 Answers 2022 Then Follow US HEREandΒ Join Telegram.