Week 2
February 13, 2022
This week I set up my repositories and starting writing some basic code.
Set up #
Before starting any coding, I wanted to set up my remote git repositories. I had already decided I wanted the project mirrored over two remote git repositories from different providers as a safety precaution. My intial plan was to use the university’s GitLab instance but as it’s recently been moved behind the firewall it would have made mirroring quite difficult. Instead, I decided to use my personal Gitea instance and mirror it to my personal account on the official GitLab instance.
Gitea will periodically push to GitLab.
Code #
Towards the end of the week I put together some simple code to reduce the frame set. I used the OpenCV Python module to export the frames of a given video to an output/
folder. The path of this folder is also stored in the outputfolder
variable we see used on line 7.
Although this code is a first step at reducing the frames set - it doesn’t give us much feedback about the frames that have been deleted or kept.
|
|
I didn’t end up doing as much as I would have liked this week. I found myself preoccupied in other areas of my life and not putting enough emphasis on this project.
1:1 Weekly meeting #
- As I didn’t do as much as I would like to have done there wasn’t much to discuss on my part
- I needed to produce more code to have some basic functionality.
- Discussed my concerns with a machine learning approach