scenario_CNNAttOD
Overview
Using OpenCV, this module loads a pre-trained neural network in order to do Centroid and Apparent Diameter estimation on an image. More details can be found in Chapter 6 of Thibaud Teil’s PhD thesis.
The script can be run at full length by calling:
python3 scenario_CNNAttOD.py
Bases:
BSKScenario
Main Simulation Class
Developer must override this method in their BSK_Scenario derived subclass.
Developer must override this method in their BSK_Scenario derived subclass.
Developer must override this method in their BSK_Scenario derived subclass.