Shiv Godhia
Shiv Godhia
> Thanks for your commits, I like the idea of simplifying the configuration! > Due to the latest changes to support SelfControl 3 there are now merge conflicts. If you'd...
Hi, I've made some modifications to allow for importing blacklists and easier setting of schedules. Feel free to copy over the code if you'd like - I think it should...
Yeah this is fixed by editing `/Users//.vscode/extensions/yzane.markdown-pdf-1.4.1/template/template.html`. Just add these 2 lines at the bottom of the file, and it should be able to export to pdf. ```js MathJax.Hub.Config({ tex2jax:...
Works on 3.9 on Mac, python2 too. Ran a diff on the exported files for either version of Python, the exported files are identical for each
Seconded. I'm further along and have gotten extract_features_frcnn to work and return features on an arbitrary file, but even then I am not yet able to use those features for...
@junqi-jiang I've worked on the code and can solve some of your problems with feature extraction using mine: https://github.com/hivestrung/mmf/commit/6332a9803721a9a230913b6e2589fed172ae4778 Please see my issue https://github.com/facebookresearch/mmf/issues/853#issue-849714848 which contains more information on using...