Horst Obenhaus
Horst Obenhaus
What is the most efficient way to, for example, load a snippet of adjacent frames from an .mp4 file (.h264 encoded), defined by frame number from start of the video?...
Hello! I have a problem with the output from deconvolution (OASIS). I noticed in recent analysis output that my spike matrices were much denser in comparison to ones I analyzed...
I am trying to improve the quality of my output by increasing the number of steps (assuming that is the (one?) way to do it). ```python python scripts/txt2img.py --prompt "my...
## Feature Request This is a follow-up of a discussion with @ttngu207 on Slack. For `attach@store` logic, the files are downloaded into the current working directory upon fetch(). This has...
## Bug Report ```python schema = dj.schema('MY_DATABASE') dj.ERD(schema) ``` runs into ``` File ~\miniconda3\envs\detectron\lib\site-packages\datajoint\diagram.py:428, in Diagram.make_svg(self) 425 def make_svg(self): 426 from IPython.display import SVG --> 428 return SVG(self.make_dot().create_svg()) File ~\miniconda3\envs\detectron\lib\site-packages\datajoint\diagram.py:306,...
I am trying to retrieve external blobs saved in a Linode (Akamai) bucket (S3). This works fine most of the time, but larger blobs seem to run into errors during...
### Feature you'd like to see: I have previously run suite2p over data and curated the output / used the analysis results. Now I want to create videos from the...
When setting up a new project and adding "Converters", I would like to add an external timestamp file (.csv, timestamps recorded as "day:month:year_hour:minute:second:nanoseconds"), such that when saving the annotations, the...
I just got an email informing about the new (beta) notion API (https://developers.notion.com/). I just wondered what this means (if anything) for the future of this repository here? Are there...
Hi, I am occasionally running into the following error (I am not sure yet what causes it exactly ...). Any ideas? pointpats.__version__ = '2.2.0' pandas.__version__ = '1.1.3' ``` random_samples_lambda =...