Found and fixed bug in the code that was causing the roi column data to be incorrect for first roi.
Changed the code so that the constructor does not require a file path this is only needed by the write function now. Refactored the write method to use the enumerate method. This is now the only function that talks to the mysql db.
Found and fixed bug in the code that was causing the roi column data to be incorrect for first roi.
Changed the code so that the constructor does not require a file path this is only needed by the write function now. Refactored the write method to use the enumerate method. This is now the only function that talks to the mysql db.