Stef | ステフ

Results 24 issues of Stef | ステフ

# Situation My situation is where process 1 saves a dict with numpy array (representing a 2-channel audio file) to an .asdf file. Then process 2 (at an arbitrary later...

# Overview As @fire shared in issue [27](https://github.com/NumesSanguis/FACSvatar/issues/27#issuecomment-908193941), Google has released [MediaPipe Face Mesh as a Python library](https://google.github.io/mediapipe/solutions/face_mesh#python-solution-api) ([code](https://github.com/google/mediapipe)). As this solution seems to be fast and is Apache-2.0 Licensed,...

Initial support for a simple function that converts a Pandas DataFrame to an Awkward Tables. The new `awkward.frompandas(dataframe)` does: `return awkward.Table({name: dataframe[name].values for name in dataframe.columns})` Closes #215

**Describe the bug** After installing jupyterlab-hub, trying to set `page_config.json`, removing it, JupyterHub returns a `404 : Not Found`. Terminal output states a `json.decoder.JSONDecodeError: Expecting ',' delimiter: line 2 column...

# Problem When running the `jupyter labextension install @jupyterlab/hub-extension` command, it seems that `@jupyterlab/[email protected]` is too strict with version checking? ``` "@jupyterlab/[email protected]" is not compatible with the current JupyterLab Conflicting...

**Is your feature request related to a problem? Please describe.** I want to create a new note that invokes the template I selected. All with 1 action that works on...

enhancement
good first issue

The current example templates in the `project` folder are nice, but simpler than most engineering/research projects will be. Would it be possible to have a template with all batteries included...

enhancement

Tried to run [`hellovr_glfw.py` script](https://github.com/cmbruns/pyopenvr/blob/master/src/samples/glfw/hellovr_glfw.py), but encountered the error: `ModuleNotFoundError: No module named 'samples'`. Encountered no problems with the small script in the `README.md`. ## Full Traceback ```python pyopenvr/src/samples/glfw$ python...

I just stumbled upon your project and I was wondering about this sentence "the human emotion data is streamed to a Unity character which is projected on a DIY pyramid...

Thank you for providing this tool! In the README, you have the following output: ``` ------ Sound event detection ------ Checkpoint path: /root/panns_data/Cnn14_mAP=0.431.pth GPU number: 1 Save fig to appendixes/sed_result.pdf...