Mehdi Seifi

Results 7 issues of Mehdi Seifi

Hi When i run `quantdom` and hit load button i got thie error: ``` qt5ct: using qt5ct plugin Traceback (most recent call last): File "/usr/local/lib/python3.7/dist-packages/quantdom/ui.py", line 424, in _update_quotes_chart self.quotes_tab.update_chart(self.symbol)...

Hi I've just found that CanvasAxisLabelRenderer and CanvasAxisTickRenderer can't render Label/Ticks properly on html element(or body) with direction set to right-to-left. i haven't dig into source code yet, but as...

enhancement

Hi Thanks for your great paper and code! I wonder is this loss effective on non-image data? I mean I can't produce augmented version of my data, but positive and...

Hi I just wonder is dot product enough for distance/similarity measure? dot product for normalized features could be in range of [-1, +1], but i think two features with dot...

Hi I already have several virtual-envs created with `python -m venv ...`. Now I've installed _pyenv_ and i'm looking for a way to introduce my virtual-envs to _pyenv_. Is there...

Hi I just followed the instructions then ran the project from the eclipse. everything's fine except that when app runs in android virtual machine i have no internet access to...

In `block_face_adjacency_graph` function of `distributed_segmentation` the assumption for the face dimensions is 3D while it will raise an error if you pass 2D input (blocks). ```python File /miniforge3/envs/cellpose/lib/python3.10/site-packages/scipy/ndimage/_measurements.py:182, in label(input,...