-
Notifications
You must be signed in to change notification settings - Fork 57
/
Copy pathindex.html
668 lines (636 loc) · 28.4 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
<html>
<html>
</html>
<head>
<title>Subhankar Mishra | Computer Vision 2024</title>
<link href="https://www.niser.ac.in/~smishra/css/smlab.css" rel="stylesheet" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" sizes="180x180"
href="https://www.niser.ac.in/~smishra/favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32"
href="https://www.niser.ac.in/~smishra/favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16"
href="https://www.niser.ac.in/~smishra/favicon_io/favicon-16x16.png">
<style type="text/css">
span {
display: inline-block;
width: 30%;
}
</style>
</head>
<body>
<div class="container">
<header>
<h1>SUBHANKAR MISHRA</h1>
<h2>ଶୁଭଙ୍କର ମିଶ୍ର</h2>
</header>
<p>
Faculty, School of Computer Sciences, NISER <br>
ଅଧ୍ୟାପକ, ସଂଗଣକ ବିଜ୍ଞାନ ବିଦ୍ୟାଳୟ, ନାଇଜର <br>
</p>
<hr /> <br>
<div class="item">
<h2>Computer Vision - IIIT Bhubaneswar 2024-25 Odd Semester</h2>
</div>
<h3>Syllabus</h3>
<ul>
<li>Imaging (Formation, Sensing, Processing)</li>
<li>Edge Detection, Boundary Detection, SIFT Detector, Image Stitching, Face Detection</li>
<li>Image Processing (Classification, Segmentation, Detection)</li>
</ul>
<h3>Grading scheme </h3>
Grading will be absolute.
<ul>
<li>Assessment - 20 marks </li>
<li>Midterm - 30 marks </li>
<li>Endterm - 50 marks </li>
<li>Total -100 marks</li>
</ul>
<hr />
<h3>Assignment</h3>
<span>
<a href="presentation/template.pdf">
<small>
<iframe src="presentation/template.pdf" width="100%"></iframe>
<figcaption style="text-align:center">Title of the talk <br> Name, Roll</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B421002/B421002_CV.pdf">
<small>
<iframe src="presentation/B421002/B421002_CV.pdf" width="100%"></iframe>
<figcaption style="text-align:center">Action Detection via an Image Diffusion Process<br>
Aabhas Agarwal, B421002</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B421062/B421062.pdf">
<small>
<iframe src="presentation/B421062/B421062.pdf" width="100%"></iframe>
<figcaption style="text-align:center">AVID: ANY LENGTH VIDEO INPAINTING WITH DIFFUSION MODEL<br>
Swayamshree Nanda, B421062</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B421032/B421032.pdf">
<small>
<iframe src="presentation/B421032/B421032.pdf" width="100%"></iframe>
<figcaption style="text-align:center">Object Detection with Self-Supervised Scene Adaptation<br>
Prakruti Priyadarshini, B421032</figcaption>
</small>
</a>
</span>~
<span>
<a href="presentation/B421046/B421046.pdf">
<small>
<iframe src="presentation/B421046/B421046.pdf" width="100%"></iframe>
<figcaption style="text-align:center">Improving Table Structure Recognition With Visual-Alignment
Sequential
Coordinate Modeling<br> Shreeya Mishra, B421046</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B421008/B421008_CV_Research_project.pdf">
<small>
<iframe src="presentation/B421008/B421008_CV_Research_project.pdf" width="100%"></iframe>
<figcaption style="text-align:center">Faces that Speak:Jointly Synthesizing Talking Face and Speech from Text<br>
Anuradha Lenka, B421008</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B421056/B421056.pdf">
<small>
<iframe src="presentation/B421056/B421056.pdf" width="100%"></iframe>
<figcaption style="text-align:center">Customizing Realistic Human Photos via Stacked ID
Embedding <br> Suman Sahoo, B421056</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B421057/B421057.pdf">
<small>
<iframe src="presentation/B421057/B421057.pdf" width="100%"></iframe>
<figcaption style="text-align:center">Color Shift Estimation-and-Correction for Image
Enhancement<br> Sumit Bhusan Panda, B421057</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B421004/B421004.pdf">
<small>
<iframe src="presentation/B421004/B421004.pdf" width="100%"></iframe>
<figcaption style="text-align:center">RealCustom: Narrowing Real Text Word for Real-Time Open-Domain
Text-to-Image Customization<br>
Amisha Nayak, B421004</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B421058/Sushobhan Tripathy (B421058).pdf">
<small>
<iframe src="presentation/B421058/Sushobhan Tripathy (B421058).pdf" width="100%"></iframe>
<figcaption style="text-align:center">Improving Commonsense in Vision-Language Models via Knowledge
Graph Riddles
<br> Sushobhan Tripathy, B421058
</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B421043/B421043-LIMAP.pdf">
<small>
<iframe src="presentation/B421043/B421043-LIMAP.pdf" width="100%"></iframe>
<figcaption style="text-align:center">LIMAP<br> Simran Patro, B421043</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B421039/B421039.pdf">
<small>
<iframe src="presentation/B421039/B421039.pdf" width="100%"></iframe>
<figcaption style="text-align:center">DETRs With Collaborative Hybrid Assignments
Training
<br> Ravi kumar, B421039
</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B421033/B421033.pdf">
<small>
<iframe src="presentation/B421033/B421033.pdf" width="100%"></iframe>
<figcaption style="text-align:center">Active Prompt Learning in Vision Language Models
<br> Pratik Prakhar, B421033
</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B421061/CV.pdf">
<small>
<iframe src="presentation/B421061/CV.pdf" width="100%"></iframe>
<figcaption style="text-align:center">3D Agent-Based Visual Trajectory Prediction
<br> Swastik Pradhan, B421061
</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/template.pdf">
<small>
<iframe src="presentation/B421024/B421024_CV.pdf" width="100%"></iframe>
<figcaption style="text-align:center">Vid2Seq: Large-Scale Pretraining of a Visual Language Model for Dense Video Captioning
<br> Harshit Goyal, B421024</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B321059/B321059.pdf">
<small>
<iframe src="presentation/B321059/B321059.pdf" width="100%"></iframe>
<figcaption style="text-align:center">HAVE-FUN: Human Avatar Reconstruction from
Few-Shot Unconstrained Images <br> Pulkit Sinha, B321059</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B421027/B421027 (1) (1).pdf">
<small>
<iframe src="presentation/B421027/B421027 (1) (1).pdf" width="100%"></iframe>
<figcaption style="text-align:center">InstructPix2Pix: Learning to Follow Image Editing Instructions<br> Mohammad Talha Quamar, B421027</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B421066/B421066.pdf">
<small>
<iframe src="presentation/B421066/B421066.pdf" width="100%"></iframe>
<figcaption style="text-align:center">Describing Differences in Image Sets with Natural Language<br>
Yash Raj Singh, B421066</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B421025/B421025.pdf">
<small>
<iframe src="presentation/B421025/B421025.pdf" width="100%"></iframe>
<figcaption style="text-align:center">PREIM3D: 3D Consistent Precise Image Attribute Editing from a
Single Image <br> Hemant Sah, B421025</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B421040/rimib421040.pdf">
<small>
<iframe src="presentation/B421040/rimib421040.pdf" width="100%"></iframe>
<figcaption style="text-align:center">CG
Unsupervised Contour Tracking of Live Cells by Mechanical and Cycle Consistency
Losses <br> Rimi karan, B421040</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B421026/B421026.pdf">
<small>
<iframe src="presentation/B421026/B421026.pdf" width="100%"></iframe>
<figcaption style="text-align:center">CG
HOI: Contact Guided 3D Human Object Interaction Generation <br> Hrishikesh
Chandra, B421026</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B421047/Shrey_B421047_CV.pdf">
<small>
<iframe src="presentation/B421047/Shrey_B421047_CV.pdf" width="100%"></iframe>
<figcaption style="text-align:center">CXTrack : Improving 3D Point Cloud Tracking
with Contextual Information <br> Shrey Sahay, B421047</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B421055/B421055.pdf">
<small>
<iframe src="presentation/B421055/B421055.pdf" width="100%"></iframe>
<figcaption style="text-align:center">Blind Spot Denoising <br> Subrat Kumar Swain, B421055
</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B421028/B421028.pdf">
<small>
<iframe src="presentation/B421028/B421028.pdf" width="100%"></iframe>
<figcaption style="text-align:center">Multiview Human Action Recognition <br> Naincy
Chourasia, B421028</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B421028_cv/cv_B421028.pdf">
<small>
<iframe src="presentation/B421028_cv/cv_B421028.pdf" width="100%"></iframe>
<figcaption style="text-align:center">Neural Implicit Morphing of Face Image <br> Naincy
Chourasia, B421028</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/b421048/B421048.pdf">
<small>
<iframe src="presentation/b421048/B421048.pdf" width="100%"></iframe>
<figcaption style="text-align:center">Text-guided 3D Motion Generation for
Hand-Object Interaction <br> Shubhank Nagar, B421048</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B421014/B421014(CV).pdf">
<small>
<iframe src="presentation/B421014/B421014(CV).pdf" width="100%"></iframe>
<figcaption style="text-align:center">Automatic Controllable Colorization via
Imagination
<br> B Prasant Patnaik, B421014
</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B421036/B421036.pdf">
<small>
<iframe src="presentation/B421036/B421036.pdf" width="100%"></iframe>
<figcaption style="text-align:center">Feedback-Guided Autonomous Driving <br> Prerna
Sahu, B4210136</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B421019/B421019.pdf">
<small>
<iframe src="presentation/B421019/B421019.pdf" width="100%"></iframe>
<figcaption style="text-align:center">Drag Your GAN: Interactive Point-based
Manipulation on the Generative Image Manifold <br> Bighnaraj Mohapatra, B421019</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B421035/B421035.pdf">
<small>
<iframe src="presentation/B421035/B421035.pdf" width="100%"></iframe>
<figcaption style="text-align:center">Hybrid Functional Maps for Crease-Aware
Non-Isometric Shape Matching <br> Pratyush Pandey, B421035</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B421017/B421017.pdf">
<small>
<iframe src="presentation/B421017/B421017.pdf" width="100%"></iframe>
<figcaption style="text-align:center"> High-Resolution Text-to-3D Content Creation
<br> Baivab Kundu, B421017
</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B421013/B421013.pdf">
<small>
<iframe src="presentation/B421013/B421013.pdf" width="100%"></iframe>
<figcaption style="text-align:center">Blur2Blur: Blur Conversion for Unsupervised Image Deblurring
on Unknown Domains <br> Ayush Raj, B421013
</figcaption>
</small>
</a>
</span>
<span>
<a target="_blank" href="presentation/B421060/B421060-Im2Hands.pdf">
<small>
<iframe src="presentation/B421060/B421060-Im2Hands.pdf" width="100%"></iframe>
<figcaption style="text-align: center"> Im2Hands<br /> Swagnik Saha, B421060</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B421005/CV_B421005.pdf">
<small>
<iframe src="presentation/B421005/CV_B421005.pdf" width="100%"></iframe>
<figcaption style="text-align:center">AutoAD: Movie Description in Context<br> Amit
Kumar Mohapatra, B421005</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B421012/B421012.pdf">
<small>
<iframe src="presentation/B421012/B421012.pdf" width="100%"></iframe>
<figcaption style="text-align:center">Class-Consistent and Diverse Image Generation Through StyleGAN <br> Ashutosh Panda, B421012
</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation\B221008\PhotoRealistic-B221008.pdf">
<small>
<iframe src="presentation\B221008\PhotoRealistic-B221008.pdf" width="100%"></iframe>
<figcaption style="text-align:center">3D Paintbrush: Local Stylization of 3D Shapes
with Cascaded Score Distillation <br> Akanshu Aich, B221008</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B421016/DressCode_CV_B421016.pdf">
<small>
<iframe src="presentation/B421016/DressCode_CV_B421016.pdf" width="100%"></iframe>
<figcaption style="text-align:center">DressCode: Autoregressively Sewing and Generating Garments
from Text
Guidance <br> Baibhav Kumar, B421016</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B421063/b421063(3D Highlighter).pdf">
<small>
<iframe src="presentation/B421063/b421063(3D Highlighter).pdf" width="100%"></iframe>
<figcaption style="text-align:center">3D Highlighter <br>Tannushree Rana, B421063
</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B421018/B421018.pdf">
<small>
<iframe src="presentation/B421018/B421018.pdf" width="100%"></iframe>
<figcaption style="text-align:center"> A Semi-supervised Nighttime Dehazing Baseline
with Spatial-Frequency Aware
and Realistic Brightness Constraint<br> Balkrishna Bharti, B421018</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B421030/B421030.pdf">
<small>
<iframe src="presentation/B421030/B421030.pdf" width="100%"></iframe>
<figcaption style="text-align:center"> Vlogger: Make Your Dream A Vlog,A generic AI
system for generating a minute-level video blog. <br> Paramjit Singh, B421030
</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B421001/B421001.pdf">
<small>
<iframe src="presentation/B421001/B421001.pdf" width="100%"></iframe>
<figcaption style="text-align:center">Edit One for All: Interactive Batch Image Editing.pdf <br> A
Shantanu, B421001</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B421065/B421065.pdf">
<small>
<iframe src="presentation/B421065/B421065.pdf" width="100%"></iframe>
<figcaption style="text-align:center">Referring Expression Counting <br> Tusar Kumar
Nayak, B421065</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B421042/B421042.pdf">
<small>
<iframe src="presentation/B421042/B421042.pdf" width="100%"></iframe>
<figcaption style="text-align:center">StyleGAN for Class-Consistent and Diverse
Image Synthesis
<br> Ritish Raj Ratan, B421042
</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B421044/B421044.pdf">
<small>
<iframe src="presentation/B421044/B421044.pdf" width="100%"></iframe>
<figcaption style="text-align:center">Filter-Guided Diffusion for Controllable Image
Generation
<br> Saswat Jagannath Mishra, B421044
</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B421034/B421034.pdf">
<small>
<iframe src="presentation/B421034/B421034.pdf" width="100%"></iframe>
<figcaption style="text-align:center">Simultaneous SuperResolution And Deblurring Of Text Images<br>
Pratik Ranjan Sau, B421034</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B421007/CV_B421007.pdf">
<small>
<iframe src="presentation/B421007/CV_B421007.pdf" width="100%"></iframe>
<figcaption style="text-align:center">SpatialTracker: Tracking Any 2D Pixels in 3D Space
<br> Ankit Saha, B421007
</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B421021/B421021-presentation.pdf">
<small>
<iframe src="presentation/B421021/B421021-presentation.pdf" width="100%"></iframe>
<figcaption style="text-align:center">SVGDreamer: Text Guided SVG Generation with Diffusion Model
<br> Ehtesham Alam, B421021
</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B421009/B421009.pdf">
<small>
<iframe src="presentation/B421009/B421009.pdf" width="100%"></iframe>
<figcaption style="text-align:center">Diffusion Model Alignment Using Direct Preference Optimization
<br> Ardhi Dattatreya Varma, B421009
</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B421003/B421003.pdf">
<small>
<iframe src="presentation/B421003/B421003.pdf" width="100%"></iframe>
<figcaption style="text-align:center">Single-Image Crowd Counting via Multi-Column
CNN
<br> Abhay Rajpoot,B421003
</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B421010/B421010.pdf">
<small>
<iframe src="presentation/B421010/B421010.pdf" width="100%"></iframe>
<figcaption style="text-align:center">Physical Property Understanding from Language-Embedded Feature
Fields
<br> Ashis Choudhury, B421010
</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B421050/B421050.pdf">
<small>
<iframe src="presentation/B421050/B421050.pdf" width="100%"></iframe>
<figcaption style="text-align:center"> Open-set Bias Detection in Text-to-Image Generative
Models<br> Siddhant Srivastav, B421050</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B221052/B221052.pdf">
<small>
<iframe src="presentation/B221052/B221052.pdf" width="100%"></iframe>
<figcaption style="text-align:center">Iterative Vision-and-Language Navigation
<br> Sidharth Choudhury, B221052
</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B421023/B421023.pdf">
<small>
<iframe src="presentation/B421023/B421023.pdf" width="100%"></iframe>
<figcaption style="text-align:center">Neural Exposure Fusion for High-Dynamic Range Object Detection
<br> Harshit Goel, B421023
</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B421038/B421038.pdf">
<small>
<iframe src="presentation/B421038/B421038.pdf" width="100%"></iframe>
<figcaption style="text-align:center">Intrinsic Image Diffusion for Indoor Single-view Material
Estimation
<br> Raushan Kumar, B421038
</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B421011/b421011.pdf">
<small>
<iframe src="presentation/B421011/b421011.pdf" width="100%"></iframe>
<figcaption style="text-align:center">RegionGPT: Towards Region Understanding Vision Language Model
<br> Ashish Upadhyay, B421011
</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B421053/B421053.pdf">
<small>
<iframe src="presentation/B421053/B421053.pdf" width="100%"></iframe>
<figcaption style="text-align:center">Diffusion Illusions: Hiding Images in Plain Sight
<br> Sthiti Pragyan Panda, B421053
</figcaption>
</small>
</a>
</span>
<span>
<a href="presentation/B421028/B421028(2).pdf">
<small>
<iframe src="presentation/B421028/B421028(2).pdf" width="100%"></iframe>
<figcaption style="text-align:center">Neural Implicit Morphing of Face Image <br> Naincy Chourasia,
B421028</figcaption>
</small>
</a>
</span>
<hr />
Submission guidelines:
<ul>
<li>Clone <a href="https://github.com/smlab-niser/24cv">GitHub</a></li>
<li>index.html</li>
<ul>
<li>If this is the first time, create a new entry (a template is given), project title,
name, roll.</li>
<li>You will add/update the links associated with your submission.</li>
</ul>
<li>Projects/Presentation folder</li>
<ul>
<li>If this is the first time, create a new folder under presentation folder.</li>
<li>Add/update your files in that folder only. Do not make any changes other than your
own.</li>
</ul>
<li>Create a pull request after the changes are done</li>
</ul>
<hr />
<h3>Books</h3>
Some recommended books on Computer Vision.
<ul>
<li>Szeliski, Richard. Computer vision: algorithms and applications. Springer Nature, 2022.
</li>
<li>Forsyth, David A., and Jean Ponce. Computer vision: a modern approach. prentice hall
professional
technical reference, 2002.</li>
</ul>
<hr />
<h3>Academic Integrity</h3>
Any plagiarism, copying, allowing copying, unpermitted aid will lead to 'zero' in the
assignment/exam/project.
<hr />
<br> <br>
<div class="navbar">
<a href="https://www.niser.ac.in/~smishra/index.html">Home</a>
<a href="https://www.niser.ac.in/~smishra/people.html">People</a>
<a href="https://www.niser.ac.in/~smishra/research.html">Research</a>
<a href="https://www.niser.ac.in/~smishra/teaching.html" class="active">Teaching</a>
<a href="https://www.niser.ac.in/~smishra/events.html">Events</a>
</div>
</div>
</body>