ankitshah009 / CarCrash_forecasting_and_detection

GNU General Public License v3.0
49 stars 6 forks source link

Spatial Annotations #3

Open AVCarreiro opened 5 years ago

AVCarreiro commented 5 years ago

Hello, thank you for sharing your very interesting work!

I requested access to the Dataset README, but the spatial annotations file(s) seem to be missing. Do you plan on sharing them? I'd like to perform some experiments and reproduce your results.

Thank you

Div99 commented 5 years ago

I am also interested in getting the annotation files. Any progress on this?

ankushj8 commented 5 years ago

I would very much like to perform some experiments and reproduce your work. Please guide me as to where the spatial annotations are. I cannot seem to find them.

rabiaali95 commented 5 years ago

did you find the spatial annotation file?

ankushj8 commented 5 years ago

@rabiaali95 no

rabiaali95 commented 5 years ago

did you find any alternate to implement this paper?

ankushj8 commented 5 years ago

No. I'm afraid I couldn't implement it. But I am using the dataset for my research.

rabiaali95 commented 5 years ago

Did you label the data for your research? What are you working on?

On Wed, 8 May 2019 at 11:53 PM, Ankush Jain notifications@github.com wrote:

No. I'm afraid I couldn't implement it. But I am using the dataset for my research.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ankitshah009/CarCrash_forecasting_and_detection/issues/3#issuecomment-490518920, or mute the thread https://github.com/notifications/unsubscribe-auth/AHMXHTINOKNISANAWPUYMYLPULSN3ANCNFSM4GZ6KCVA .

-- Regards Rabia Ali

ankushj8 commented 5 years ago

I did not do spatial annotations labeling. I just did a positive(1) and negative(0) labelling for classifying videos containing accidents and not containing accidents. That's what I am working on for now. A classifier using hierarchical recurrent neural network.

rabiaali95 commented 5 years ago

can you share the temporal annotations?

On Thu, May 9, 2019 at 6:01 PM Ankush Jain notifications@github.com wrote:

I did not do spatial annotations labeling. I just did a positive(1) and negative(0) labelling for classifying videos containing accidents and not containing accidents. That's what I am working on for now. A classifier using hierarchical recurrent neural network.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ankitshah009/CarCrash_forecasting_and_detection/issues/3#issuecomment-490820694, or mute the thread https://github.com/notifications/unsubscribe-auth/AHMXHTILNDCEOSQMIUXJBK3PUPSADANCNFSM4GZ6KCVA .

-- Regards Rabia Ali

ankushj8 commented 5 years ago

No, I don't have temporal annotations label. I just had positive and negative labeling for the video as a whole. I acquired small videos containing accident and not containing accident.

qgh1223 commented 4 years ago

Where is the txt file like data/1407.txt in the zip file.I unzip it and haven't found it

linchunmian commented 4 years ago

Hi, everyone. I want to know how to do some result visualization, like video demo or prediction probability figure? I think, it can make sense easily. Could you have any related implementation? Thanks.