AI-For-Beginners/lessons/4-ComputerVision
lxcxjxhx 2a066be892 fix: replace bare except with except Exception
Bare except clauses catch all exceptions including SystemExit and
KeyboardInterrupt. Replace with except Exception in image validation
functions (tfcv.py, pytorchcv.py) for ConvNets and TransferLearning.
2026-07-29 21:58:39 +08:00
..
06-IntroCV Use new links for Pre-lecture quiz and Post-lecture quiz 2025-09-23 00:56:57 +02:00
07-ConvNets fix: replace bare except with except Exception 2026-07-29 21:58:39 +08:00
08-TransferLearning fix: replace bare except with except Exception 2026-07-29 21:58:39 +08:00
09-Autoencoders Use new links for Pre-lecture quiz and Post-lecture quiz 2025-09-23 00:56:57 +02:00
10-GANs Use new links for Pre-lecture quiz and Post-lecture quiz 2025-09-23 00:56:57 +02:00
11-ObjectDetection Use new links for Pre-lecture quiz and Post-lecture quiz 2025-09-23 00:56:57 +02:00
12-Segmentation Use new links for Pre-lecture quiz and Post-lecture quiz 2025-09-23 00:56:57 +02:00
README.md Add lesson on computer vision 2022-05-17 11:54:12 +03:00