Matan Tur-paz

Results 6 issues of Matan Tur-paz

### What is the problem? When starting a task with "rerun" option, this flag isn't set and the entire flow runs ### What should be the expected behavior? the flow...

using python3.9 in Linux: Configuring for python 3.9... -- Found OpenMP_C: -fopenmp -- Found OpenMP_CXX: -fopenmp -- Found OpenMP: TRUE -- A library with LAPACK API found. -- Found AMD...

Hi, I tried installing your package inside an nvidia cuda docker, I made sure to install correct and cuda supporting versions of pytorch and mmcv-full, and used the bash setup.sh...

fixed deprecated numpy alias. since numpy 1.20, np.int is deprecated, and "int" should be used by itself

Hi, I am trying to run training session of BoxInstSeg, and recieved the following error: ``` File "/home/ubuntu/***/projects/BoxInstSeg/mmdet/datasets/pipelines/loading.py", line 653, in _generate_mask_from_box gtboxes = results['gt_bboxes'].round().astype(np.int) ``` I am using the...

Hi, I am trying to install mmsegmentation as part of a docker. When I install it in the dockerfile, the package installed is called mmsegmentation and not mmseg, and it...