Results 14 comments of Mois

You need to pass the path to coco as the `--dataset` argument, `/path/to/coco/` has to become `/home/mson/download/Mask_RCNN/coco`, which gives you `python coco.py train --dataset=/home/mson/download/Mask_RCNN/coco --model=coco` You do not think coco...

The issue that Blender was not showing up in the ui has been fixed in recent versions, it seems. The logic searching for blender installations is still in need of...

Try installing PySide from pip first: `pip install PySide2`

I think this is a good idea, but serialization/snapshots is what we actually need. Then you could pass a graph with the layout described. I am currently working on some...

Seems correct to me... is there a specific reason why you are passing the empty object as third argument? No time to try this right now, but try removing it....

It would be best to specify custom drag handlers, passing undefined for no drag or default. So there are three options: default drag, no drag, custom drag. imo this is...

On a second thought, preventing the default drag and then manually hooking a custom one would be fine, too.

I have created a pull request https://github.com/strathausen/dracula/pull/47 for this. The switch is named `noDefaultDrag`.

Hey Geoff, first of all thanks for the plugin - I am a recent Sublime convert and needless to say I would like to use SuperColllider (for my thesis :))...

In fact, all you had to do was remove the shell=True option in the Popen constructor :) works like a charm