modaresimr

Results 14 issues of modaresimr

In most countries, the websites which are hosted in their own country never pass to DPI. So it is good to add IP white list for each country and bypass...

enhancement

Thank you for your great work. When i want to use demo_3d_inference.py it shows the following error: `AttributeError("'Tensor' object has no attribute 'pred_uvd_jts'")` at line 259 All the entries in...

There are too many menu items in each project. Each project usually use a set of features (for example todo, milestones) but in the view, there are many other things...

feature request

We can group tasks in the list view by sprint, user but it is not possible for status. It would be great to have such view

feature request

I suggest adding these custom filters to the code. | pattern | value | |-----|-----| | /\\Cref{.*}/g| Figure 1| | /\\cref{.*}/g| figure 1| |/\\cite{.*}/g| [1]| |/\\citep{.*}/g| Ali et all| |/\\gsl{(\w*)}/gi|...

Currently, auto optimization threshold is working where the ram usage is updating (by any cases such as after clearing memory, by update timer, etc.) [source](https://github.com/CodeDead/MemPlus/blob/f1d543e1363f06341271b273dc6a8672aa49edbb/MemPlus/Business/RAM/RamController.cs#L491) Currently, if the required memory...

enhancement

## Description expand_labels missed spacing parameter. So i add this parameter.

:fast_forward: Enhancement

## Description Based on the description on [here](https://scikit-image.org/docs/stable/api/skimage.morphology.html), the `skeletonize` or `medial_axis` functions cannot compute the skeleton based on the voxel size. For example, in CT scan the thickness of...

:pray: Feature request

## Description I am wondered that in some cases skeletonize will not return any points. For example in the following example for 128,128,100 it works but for 128,128,128 it won't...

:bug: Bug

### Description It seems that scaling parameter is not working correctly. It should be sx,sy,sz but it is sz,sy,sx ### What I Did ``` import numpy as np import matplotlib.pyplot...