Henry Robbins

Results 13 comments of Henry Robbins

I had the same issue and then noticed I missed adding the following to my `.zshrc`: ``` export ZZROOT=$HOME/app export PATH=$ZZROOT/bin:$PATH export LD_LIBRARY_PATH=$ZZROOT/lib:$ZZROOT/lib64:$LD_LIBRARY_PATH ``` See the [Install Guide](https://github.com/open-mmlab/denseflow/blob/master/INSTALL.md)

Ah! @csku this is super helpful. I didn't understand why I was able to connect to Chase in the development environment after I was approved for production access. This makes...

I saw this when looking through the docs. [Here](https://plaid.com/docs/sandbox/) it says: > To simplify the development process, Plaid will be replacing the Development environment with the ability to test with...

I hadn't come across `plaid2text` yet -- thanks for sharing! Is it your impression that `plaid-sync` and `plaid2text` serve roughly the same purpose? It seems `plaid-sync` has more activity recently...

This is a great suggestion! The "tableau" and "dictionary" form LPs for each iteration of Simplex utilize the [table](https://github.com/engri-1101/gilp/blob/336fddcc1847c3f8e3de1e529a2cdbf4ede87794/gilp/_graphic.py#L292) function in the `_graphic` module. The `header` and `content` of the...

The above changes worked for me too -- thanks! Here's my [patch](https://github.com/henryrobbins/mmcv/tree/mmdetection-mps) off `v2.1.0` of mmcv (mmdetection requires

Thank you @edrethardo a million times over!! This was the final step in a multi-day effort for me. Following your instructions, I applied the same patch -- I put it...

I managed to resolve the `mmcv._ext` issue when running the test installation script: `python demo/image_demo.py demo/demo.jpg rtmdet_tiny_8xb32-300e_coco.py --weights rtmdet_tiny_8xb32-300e_coco_20220902_112414-78e30dcc.pth --device cpu`! I have an M3 Pro and a Python 3.11...

Hey -- I'm glad you've been enjoying the package! Extending to MILPs is a great idea. Hack or not, I encourage you to create a PR so others can benefit...