Ali Elhenidy

Results 10 issues of Ali Elhenidy

I run the training commands python train.py C:\\Users\\Ali\\radwan\\Ultra-Fast-Lane-Detection-master\\configs\\tusimple.py python train.py C:\Users\Ali\radwan\Ultra-Fast-Lane-Detection-master\configs\tusimple.py python train.py r "C:\\Users\\Ali\\radwan\\Ultra-Fast-Lane-Detection-master\\configs\\tusimple.py" python train.py r"C:\Users\Ali\radwan\Ultra-Fast-Lane-Detection-master\configs\tusimple.py" python train.py "configs\\tusimple.py" python train.py "configs\tusimple.py" all of them is not working

when try to compile CUDA operator I get this errors: C:/Users/Ali/DAB-DETR-main/models/dab_deformable_detr/ops/src\cuda/ms_deform_im2col_cuda.cuh(97): error: identifier "__floorf" is undefined in device code C:/Users/Ali/DAB-DETR-main/models/dab_deformable_detr/ops/src\cuda/ms_deform_im2col_cuda.cuh(98): error: calling a __host__ function("__floorf") from a __device__ function("ms_deform_attn_col2im_bilinear ")...

Can't train on CrowdHuman dataset? Is CrowdHuman still not available on detectron 2 ...? ![image](https://user-images.githubusercontent.com/6129944/175906092-3bd8d34e-6e4a-48f2-be15-00aca4658e73.png)

when running the code on my laptop with RTX2060 GPU, I got this error raise KeyError( KeyError: "Dataset 'CrowdHuman_train' is not registered! Available datasets are: coco_2014_train, coco_2014_val, coco_2014_minival, coco_2014_minival_100, coco_2014_valminusminival,...

I am running the repo on RTX2060 with pytorch1.10 + cuda 10.2 environment and got this error File "C:\Users\Ali\anaconda3\envs\detr\lib\site-packages\portalocker-2.4.0-py3.10.egg\portalocker\portalocker.py", line 10, in import win32con ModuleNotFoundError: No module named 'win32con' ang...

when I run this command python main.py --mode train --data_path proj/data/emotic_pre --experiment_path proj/debug_exp the main.py script is opened in notepad++ and nothing else happends Any help

Evaluating the base model with the pretrained weights, I got this error. I am running the code using windows anaconda environment on RTX 2060 GPU. Any help? ![image](https://user-images.githubusercontent.com/6129944/191039694-d6f05e2c-7f44-489e-bcd5-45cc11349892.png)

Retraning your model on my RTX2060 GPU with cuda 10.2 version, I got this error ![image](https://user-images.githubusercontent.com/6129944/188544137-dfb4616f-5cba-4071-bf8b-5f70bcb3305c.png) any help.......?!

is there a way to evaluate the code over coco dataset?

while installing the model using python3 setup.py develop this error is raised C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.33.31629/include\crtdefs.h(10): fatal error C1083: Cannot open include file: 'corecrt.h': No such file or directory...