George Ogden

Results 31 comments of George Ogden

> I find this an interesting idea but where is the benefit over just using your editing software to extend the animations? > > And there is also a wait...

This is an issue I have too - the preference returns the previous value, rather than the current one. However, this fix should allow you to get the time: ```...

I've now added information about time signatures. It's not perfect but will work in the majority of cases (#13).

I've got the tempo array working but for time signatures (and key signatures), I think we need to save these as attributes of the `multitrack` and then read and write...

Create a new `MultiTrack` object using the attributes from the previous `MultiTrack` object and then copy only the tracks you want.

You need to paste the following code into `object tracker.py`: ``` import time, random import numpy as np from absl import app, flags, logging from absl.flags import FLAGS import cv2...

I have corrected the mistakes (the project is amazing in every other way): # Object Tracking using YOLOv3, Deep Sort and Tensorflow This repository implements YOLOv3 and Deep SORT in...

Edit the config.py files so that you have the correct classes file and then try to reload it.

will fix #19 as well as allowing integer/float values for `Multitrack.tempo` rather than `np.array`