Difference between revisions of "DSC180F20W10"
From Immersive Visualization Lab Wiki
Line 1: | Line 1: | ||
=Final Replication Checkpoint= | =Final Replication Checkpoint= | ||
− | + | The goal of the final project is to apply the Grad-CAM XAI techniques to the COCO dataset. | |
− | |||
==Report== | ==Report== | ||
Line 14: | Line 13: | ||
* Develop functional Grad-CAM code which uses the COCO data set | * Develop functional Grad-CAM code which uses the COCO data set | ||
− | * Develop code that generates analysis | + | * Develop code that generates an analysis and figures for results |
− | * | + | * [https://github.com/jacobgil/pytorch-grad-cam Use this code as a basis] |
− | + |
Revision as of 11:29, 25 November 2020
Final Replication Checkpoint
The goal of the final project is to apply the Grad-CAM XAI techniques to the COCO dataset.
Report
- Summary of replication result
- Shortcomings
- Possible improvements
- Conclusions
Code
- Develop functional Grad-CAM code which uses the COCO data set
- Develop code that generates an analysis and figures for results
- Use this code as a basis