Ali Elhenidy
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 ...? 
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? 
Retraning your model on my RTX2060 GPU with cuda 10.2 version, I got this error  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...