Javad Amirian

Results 24 comments of Javad Amirian

I faced the same issue. I am wondering why this is not fixed in the main branch.

Hi @vadeshah I assume an easy way to do what you want is to use OpenCV VideoCapture. You can find an example in [ui_cv.py](https://github.com/crowdbotp/OpenTraj/blob/master/opentraj/toolkit/ui/ui_cv.py). You can then save each frame...

Hello Assam @aalzooke We will update the code in August probably. but just by running you (which currently has dependency to cuda) you can train the model. For testing the...

Hi @HorryChen You can run ```create_dataset.py``` (first you need to fix the path to the annotation/trajectories file) It will give you a ```.npz``` file and you can use it in...

This is the link to ETH dataset: www.vision.ee.ethz.ch/datasets_extra/ewap_dataset_light.tgz download it, unzip it and change the ```path-to-dataset``` to the address of ```obsmat.txt```, for example: 'C:\Users\Javad\Downloads\ewap_dataset_light\ewap_dataset\seq_eth\obsmat.txt'

This is the link to UCY dataset: http://graphics.cs.ucy.ac.cy/research/downloads/crowd-data and this is full ETH dataset: http://www.vision.ee.ethz.ch/datasets_extra/ewap_dataset_full.tgz to map a trajectory to the image, use ```to_image_frame()``` function: https://github.com/amiryanj/socialways/blob/ed50006fbac74da1a881e6726bf688c017add055/visualize.py#L8

@bbrito Hi Bruno, I recommend to use the files that I've uploaded on Dropbox: http://www.dropbox.com/sh/lh1s41d1pqp8cbx/AAD4sB1JAiZIkCL7LHht-S4Ca

Probably it should be because of ```just_one``` variable at the following line: https://github.com/amiryanj/socialways/blob/0b13f2da00a071e0c5546614ea6f579e3139c094/train.py#L668 This is supposed to be True just for Toy Dataset.

I dont encounter such problem. Can you put a breakpoint at line 290 and tell me the size of tensors: h , s & z ? They should be 128x64,...

@Dear-zhangliyuan Hi Liyuan, thanks for reporting this issue, I found out this bug was due to some special case in the dataset, anyway I fixed it, and now you should...