Luke Chang
Luke Chang
Discovered another annoying bug that is an interaction between versions of plotly and ipywidgets. See https://github.com/plotly/plotly.py/issues/3686 for more details. Pinning ipywidgets to 7.8.0 for now.
I'm also finding that the main figure is not rendering correctly using jupyterlab or vscode notebook extension. This needs to be investigated deeper. I have a feeling it is related...
There is an issue with plotting very large photos that we will need to adjust with some autoscaling. 
ok, I have a working version with the au heatmaps. next, I'm going to work on adding some interactivity with buttons and sliders. 
Added buttons to highlght different detector outputs. Plotly functionality seems a little limited, but still pretty cool. https://github.com/cosanlab/py-feat/assets/2993338/718fc0d5-b1b1-4b5e-97d7-1007f169d22b
Hi @viitormiiguel, this is still a work in progress. Feel free to checkout PR #178 Here is example for single frame: ```python multi_face = os.path.join(get_test_data_path(), "multi_face.jpg") out = detector_cpu.detect_image(multi_face, batch_size=1)...
this sounds great to me. I added a bunch of stats modules from nltools and their tests, but haven't updated them to all work yet with dependencies. I also started...
@ejolly , I know @nirjacoby has also encountered this issue. Let us know if there is anything we can do to help fix it. It might make sense for you...
Hi @MtKana, sorry to hear that you're having trouble downloading the dataset. Unfortunately, I'm not able to replicate your issue on my computer. ...
@ejolly I thought this was a WIP, but now I'm wondering if I've fixed the main issues. Basically, nilearn revamped how they were interfacing with nilearn. it actually looks like...