Difference between revisions of "DSC180F20W10"

From Immersive Visualization Lab Wiki
Jump to: navigation, search
Line 1: Line 1:
 
=Final Replication Checkpoint=
 
=Final Replication Checkpoint=
  
UNDER CONSTRUCTION
+
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/figures for results
+
* Develop code that generates an analysis and figures for results
* Use this code as a basis: https://github.com/jacobgil/pytorch-grad-cam
+
* [https://github.com/jacobgil/pytorch-grad-cam Use this code as a basis]
-->
+

Revision as of 12: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