Mukilan

Results 6 issues of Mukilan

While i was running the evaluation script, i ended up with the following error. I tried signing into hugging face using this command `huggingface-cli login`, still ended up with the...

iam getting this error while pip installing MinkowskiEngine. ` No CUDA runtime is found, using CUDA_HOME='/share/apps1/cuda-11.8' WARNING: Skipping MinkowskiEngine as it is not installed. /tmp/pip-install-6ff2pjid/minkowskiengine_f4eeac63faba49479484ddfe43d07244/setup.py:128: UserWarning: torch.cuda.is_available() is False. MinkowskiEngine...

I followed the installation procedure. And even performed `export CUDA_HOME=path/to/cuda` as mentioned for this particular error and still im getting the same error. Please find the complete runtime log below...

My setup is having 8 Titan X GPUs, when i tried to set --ref 32 it gives this error, /var/spool/slurm/slurmd/job86812/slurm_script: line 50: $benchmarch_logs: ambiguous redirect Traceback (most recent call last):...

I tried modifying the `test_pipeline` the config file by adding albu_transform with Resize function with specific h and w. But theres no impact in the code. Could you please let...

Im Currently working on YoloWorld which is built on mmdet and mmyolo. I have added mytransform.py file custom module in the config file as mentioned below, config.py ``` custom_imports =...