├── LICENSE ├── readme.md ├── task1 ├── task1.py ├── 上机实验一.docx └── 计算机视觉实验1.pdf ├── task2 ├── task2.py ├── 上机实验二.docx └── 实验报告.pdf ├── task3 ├── task3.py ├── 上机实验三.docx └── 实验报告.pdf ├── task4 ├── CNN可解释性分析.pptx ├── LayerCam.py ├── grad-cam.py ├── hook.py ├── 上机实验四.docx └── 实验报告.pdf └── 课程作业.docx /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezthor/Computer_Vision_HUST/HEAD/LICENSE -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 | 华中科技大学2021届计算机视觉课程实验记录 2 | 3 | 算是做的比较认真的一份实验 4 | 5 | 如果有用点个star 6 | 7 | -------------------------------------------------------------------------------- /task1/task1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezthor/Computer_Vision_HUST/HEAD/task1/task1.py -------------------------------------------------------------------------------- /task1/上机实验一.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezthor/Computer_Vision_HUST/HEAD/task1/上机实验一.docx -------------------------------------------------------------------------------- /task1/计算机视觉实验1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezthor/Computer_Vision_HUST/HEAD/task1/计算机视觉实验1.pdf -------------------------------------------------------------------------------- /task2/task2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezthor/Computer_Vision_HUST/HEAD/task2/task2.py -------------------------------------------------------------------------------- /task2/上机实验二.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezthor/Computer_Vision_HUST/HEAD/task2/上机实验二.docx -------------------------------------------------------------------------------- /task2/实验报告.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezthor/Computer_Vision_HUST/HEAD/task2/实验报告.pdf -------------------------------------------------------------------------------- /task3/task3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezthor/Computer_Vision_HUST/HEAD/task3/task3.py -------------------------------------------------------------------------------- /task3/上机实验三.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezthor/Computer_Vision_HUST/HEAD/task3/上机实验三.docx -------------------------------------------------------------------------------- /task3/实验报告.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezthor/Computer_Vision_HUST/HEAD/task3/实验报告.pdf -------------------------------------------------------------------------------- /task4/CNN可解释性分析.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezthor/Computer_Vision_HUST/HEAD/task4/CNN可解释性分析.pptx -------------------------------------------------------------------------------- /task4/LayerCam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezthor/Computer_Vision_HUST/HEAD/task4/LayerCam.py -------------------------------------------------------------------------------- /task4/grad-cam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezthor/Computer_Vision_HUST/HEAD/task4/grad-cam.py -------------------------------------------------------------------------------- /task4/hook.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezthor/Computer_Vision_HUST/HEAD/task4/hook.py -------------------------------------------------------------------------------- /task4/上机实验四.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezthor/Computer_Vision_HUST/HEAD/task4/上机实验四.docx -------------------------------------------------------------------------------- /task4/实验报告.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezthor/Computer_Vision_HUST/HEAD/task4/实验报告.pdf -------------------------------------------------------------------------------- /课程作业.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezthor/Computer_Vision_HUST/HEAD/课程作业.docx --------------------------------------------------------------------------------