kirk86

Results 88 issues of kirk86

I've used the example provided in the docs to clean and deoldify some old lectures using the following command: `python tools/video-enhance.py --input you_video_path.mp4 --process_order DAIN DeOldify EDVR --output output_dir` The...

Hi everyone thanks for the repo and the effort. After downloading and going over the data I've found that a lot of masks seem to be off in regards to...

I've managed to install this successfully in arch linux and I can get the search window popup just fine The problem that I have is that first there's nowhere any...

Hi, I know that the following are warnings but could you please resolve them because if every developer of every package leaves warnings then at byte compile time emacs starts...

Please add in the readme instructions of proper installation and configuration with/without use-package. Thanks!

Hi I just downloaded the `refactoring2` branch and tried to install `objdet-scm-1.rockspec` ``` luarocks install objdet-scm-1.rockspec Using objdet-scm-1.rockspec... switching to 'build' mode Cloning into 'object-detection.torch'... remote: Counting objects: 21, done....

Hi, I was trying to run inference on the trained model using the `test.py` script but first there's an error on ordered dict `iteritems()` method which should be chnaged into...

## Summary I can't find any devices under `/dev/video` after successfully creating devices with `AkVCamManager` ## Current Behavior Devices are created successfully, also they show in zoom but can't see...

Verdict: Question
Platform: Mac

## Summary Trying to build and install from source leads to an error ## Current Behavior ``` In file included from /Applications/IDE/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardware.h:47, from /Applications/IDE/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardwarePlugIn.h:36, from /Users/jm/Onedrive/projects/virtual_webcam_background/akvirtualcamera/cmio/PlatformUtils/src/utils.h:25, from /Users/jm/Onedrive/projects/virtual_webcam_background/akvirtualcamera/cmio/PlatformUtils/src/preferences.cpp:23: /Applications/IDE/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreMediaIO.framework/Headers/CMIOHardwareObject.h:169:2: error:...

Critical: Bug
Platform: Mac

I just tried alexnet on cifar and got 69.09% on test set even with cv, although I trained for 100 epochs standard lr for adam (i.e. no mulstistep lr), batch...