Open Sidd1609 opened 1 year ago
Hi there, please try the link again.
For training with the videos inside and outside: To reduce computational overhead, I presaved the features from two video streams and utilized multiple layers to process them for obtaining the ultimate outcomes. However, I'm currently searching for the script as it was stored on a server that I may lose access to. I'll share it once I found it.
Best wishes,
Thanks, that would be really helpful.
On Fri, Mar 24, 2023 at 9:38 PM yaorong0921 @.***> wrote:
Hi there, please try the link again.
For training with the videos inside and outside: To reduce computational overhead, I presaved the features from two video streams and utilized multiple layers to process them for obtaining the ultimate outcomes. However, I'm currently searching for the script as it was stored on a server that I may lose access to. I'll share it once I found it.
Best wishes,
— Reply to this email directly, view it on GitHub https://github.com/yaorong0921/Driver-Intention-Prediction/issues/5#issuecomment-1483056493, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALTC7V72FV7BJR4MIUE3VO3W5XBHXANCNFSM6AAAAAAWF7LIJM . You are receiving this because you authored the thread.Message ID: @.***>
Yes, the link is working now. I will test the inference using the trained weights and get back to you. Please could you also provide scripts to manually train for our own version of the dataset.
Hi, the zip folder of the optical flow images seems corrupted, I have tried to open it on mac and Linux but keep getting errors. PLease could you check the link.
Please also provide information on how to get sample inference results using any data.
Do you have any inference scripts, where I could upload an inside and corresponding outside video to the model for predicting output and saving the results?
@yaorong0921 Just following up on the inference script, is it possible to run the inference for getting results like the gif file in ReadMe?
@yaorong0921 Getting the same issue for flownet images
Video is too short: ModelData/flownet2_road_camera/lturn/20141019_091623_289_439/ Video is too short:
Hi @ae208gpu ,
@yaorong0921
Your reply at the earliest would be really helpful.
@yaorong0921 I checked the data loader it works fine, but the size of the images in the folder is the issue please could provide some information on how to fix the issue ?
Hi @ae208gpu, what error did you receive regarding the image size? I have not encountered such an error.
Error:
RuntimeError: Caught RuntimeError in DataLoader worker process 0.
Original Traceback (most recent call last):
File "/anaconda3/envs/DIP/lib/python3.8/site-packages/torch/utils/data/_utils/worker.py", line 308, in _worker_loop
data = fetcher.fetch(index)
File "/anaconda3/envs/DIP/lib/python3.8/site-packages/torch/utils/data/_utils/fetch.py", line 51, in fetch
data = [self.dataset[idx] for idx in possibly_batched_index]
File "/anaconda3/envs/DIP/lib/python3.8/site-packages/torch/utils/data/_utils/fetch.py", line 51, in
Video is too short: flownet2_road_camera/rturn/20141220_161745_1_41/ Video is too short: flownet2_road_camera/end_action/20141019_141117_911_1061/ Video is too short: flownet2_road_camera/end_action/20141019_171211_1042_1192/ Video is too short: flownet2_road_camera/end_action/20141019_165104_768_918/
File does not exists: flownet2_road_camera/end_action/20141019_161013_1127_1277/
-> Please would you share the inference code for getting the prediction like the gif file? -> There are image files in the folder for both inside and I use outside images from the link that was provided for optical flow images. -> Please would you consider also stating how to benchmark your model to evaluate on i) only inside, ii) only outside, and iii) both on inside and outside images.
@yaorong0921
What is the total size of flownet image folder (the unzipped version)? @yaorong0921
@yaorong0921 how to resolve this issue with flownet images, is it necessary for the flownet images to be inside the road_camera folder of brain4cars.
@yaorong0921 getting this error when running bash-Conv.sh
RuntimeError: stack expects a non-empty TensorList /ssd_scratch/cvit/srisiddarth16541/flownet2_road_camera/lturn/20141115_103835_933_1083/image-0298.png
Hi, I am trying to evaluate using trained 3DResnet models would it be possible to have your version of the trained model as the link provided for the 3DResnet model and the optical flow model is not available.
Please also provide a more detailed explanation of how to train our own network for both inside and outside.