Results 7 issues of Benjamin Lowe

**Is your feature request related to a problem? Please describe.** I gather AVX2 optimisation will increase speed of numerical libraries like numpy on AWS lambda; would be great to see...

enhancement

Using v0.2.1 I have trained a model as per instructions on `https://github.com/MycroftAI/mycroft-precise/wiki/Training-your-own-wake-word` precise-test gives the following output: ``` === False Positives === /home/ben/software/mycroft-precise/hey-computer/test/not-wake-word/generated/train_complete_ride_between_two_stations-777.wav /home/ben/software/mycroft-precise/hey-computer/test/not-wake-word/generated/train_complete_ride_between_two_stations-637.wav === False Negatives === /home/ben/software/mycroft-precise/hey-computer/test/not-wake-word/generated/train_complete_ride_between_two_stations-802.wav /home/ben/software/mycroft-precise/hey-computer/test/not-wake-word/generated/train_complete_ride_between_two_stations-368.wav...

Given most models have fixed input shape, was wondering if you have any advice on whether better performance would be expected from: a) cropping to the bounding box and padding...

I am getting the following error with decord==0.5.2 with Python 3.7 ``` with open(self.current_video_path, "rb") as video_file: self.video_reader = decord.VideoReader(video_file, ctx=decord.cpu(0)) ``` ``` ERROR — 2021-05-21 19:53:53,209 — dummy_servicename —...

Running python 2.7 on ubuntu, running the first notebook RunParts.ipynb I get an error: Running `parts_predictor.run_inference(bg_pretrained = True,regression_pretrained = True,verbose = True)` `/DeepOcclusion/VGG/VGGNet.py` `paramsValuesVGG = pickle.load(open(os.path.dirname(__file__)+"/models/paramsVGG.pickle","rb"))` Throws the error: `ValueError:...

**Describe the bug** DataFrame creation is column order dependent, unlike Pandas > Definition of an Object from [ECMAScript Third Edition (pdf)](http://www.ecma-international.org/publications/files/ECMA-ST-ARCH/ECMA-262,%203rd%20edition,%20December%201999.pdf): > 4.3.3 Object An object is a member of...

**Is your feature request related to a problem? Please describe.** I am unclear on the recommended way of type narrowing a `dfd.Series ❘ dfd.DataFrame` object to a `dfd.DataFrame` **Describe the...