Chris Cohoat

Results 11 comments of Chris Cohoat

As far as I can tell it's possible but you need to modify the directive itself. I needed to add a count next to the label so I modified `abn_tree_directive`...

I started to implement this script to help solve this problem: https://gist.githubusercontent.com/zeffii/5879583/raw/9427fce62d596e756d920ca14f9c604e3e425618/space_view3d_move_origin.py But realized I could quickly just select the vertices and click "Set Origin": ![CleanShot 2022-03-03 at 12 18...

From what I've been able to figure out so far ... the three most important lines in `demo.py` are: ``` param_lst, roi_box_lst = tddfa(img, boxes) ver_lst = tddfa.recon_vers(param_lst, roi_box_lst, dense_flag=dense_flag)...

Hey @yashlamba I encountered the same thing, but I found that if I converted my scanned image to a gray-scale image and then only used pixels that were below a...

I can't speak to Python 3.3 yet, but I am using it with Django 1.5 and Python 2.7.3 and it works flawlessly.

Hi @yqi19 I found from this comment: https://forums.developer.nvidia.com/t/isaac-gym-is-not-able-to-use-the-gpu/209150/2?u=chris487 That you need to run the examples from inside the directory.

I adapted some of the internal methods from `src/octoprint/timelapse.py` as a simple way to manually save timelapse images. It can be found here: https://github.com/chriscohoat/octoprint-scripts/blob/master/src/manual_timelapse/main.py My use case is using the...

@foosel larger timelapse refactoring sounds like more fun :D! Brainstorming ticket sounds like the way to go. If there are any specific tickets you have in mind let me know...otherwise...

It'd be cool to add a feature like the iOS simulator...simulated bike rides, runs, walks, etc. Wouldn't be too complicated to define some arbitrary paths (or expose a tool for...

For sure! Right now the static locations are working perfectly (thanks by the way) but if that changes I'll submit a PR :smile: