driver_attention_prediction icon indicating copy to clipboard operation
driver_attention_prediction copied to clipboard

Results 12 driver_attention_prediction issues
Sort by recently updated
recently updated
newest added

Hello, I am trying to implement your work as baseline, but when I run the inference on my own data it gives output black images. I followed the steps described,...

I am facing this issue while generating Alexnet features . to reproduce `python make_feature_maps.py \ --data_dir=data/training \ --model_dir=pretrained_models/model_for_inference ` The traceback is here `Traceback (most recent call last): File "make_feature_maps.py",...

I am trying to train the model from scratch on same dataset. in step 6 - ``` python make_feature_maps.py \ --data_dir=data/training \ --model_dir=pretrained_models/model_for_inference ``` directory 'applications' is required. I am...

Hi Pascalxia I downloaded the BDDA dataset and found an issue when capturing the frames from the videos, i.e., different frame rates between the camera videos (30fps) and gazemap videos...

The guidelines for [testing a model](https://github.com/pascalxia/driver_attention_prediction#test-a-trained-model-with-your-testing-data) first tell to follow the steps 1-6 of the training process with updated folder names and finally run the `predict.py` with the finetuned model....

We use you model as baseline and finetunded the model with our own data following the guidelines for training and finetuning. We tested our model following the guidelines for testing...

I have noticed skipping frames on some videos. ex. (training 1277.mp4) Is this also the case on the original BDD-100K videos? Thanks,

I want to download the dataset but find the website inaccessible.

Hi, Thank you for your great works! I am trying to inference with your model. But it seems the weight page already lost. Could you please upload the trained weight...