John Pekl

Results 7 comments of John Pekl

Check for android permission, Samsung devices do not allow camera, audio permission by default I added the following codes and it works ``` constructor(public navCtrl: NavController, private nativeAudio: NativeAudio, private...

what exactly have you done for each MOT16 sequence? I can only obtain MOTA, IDF1 (Training Set: `80.7 & 81.5`, Testing Set: `73.4 & 73.7`)

According to Table I, I think your code should change in this line [#180](https://github.com/danstowell/gmphd/blob/20c2a608d40e699516a0081abc08fd3a71127a0f/gmphd.py#L180) in gmphd.py from `comp.cov` to `pkk[j]`. ![image](https://user-images.githubusercontent.com/15703029/105193499-e837ad00-5b7b-11eb-9091-65d3e94d41bb.png)

you need to downgrade your sklearn, install this version `conda install -c conda-forge scikit-learn==0.22.1`

I cloned this code with an appropriated conda set up and could run the code, refer to my repository [fork MOTDT](https://github.com/JohnPekl/MOTDT), scroll to the end of readme. You can also...

have you tried to run `sh make.sh` in the root of `MOTDT`? I cloned this code with an appropriated conda set up and could run the code, refer to my...

For me this works: $ ionic cordova plugin add cordova-plugin-audiotoggle --save