James

Results 4 comments of James

As an interim solution, could you capture the mouse position on screen and add it to the .png file metadata on write out? A good example of getting the mouse...

Integrating a cursor directly into the pixels would be great. You could have several choices: cursor, crosshair, or concentric circles.

The relative import path in the module are missing To fix, modify the following files in the follow ways: ### __init__.py Add a `.` before the module names on lines...

Full instructions based on @kueblert 's answer: In the file `vision\ssd\data_preprocessing.py` insert the following lines after the import statement: ```python class ScaleByStd: def __init__(self, std: float): self.std = std def...