Yu (Brian) Yao

Results 28 comments of Yu (Brian) Yao

@vidaadl @CHIH-CHIA @agrimgupta92 Same question here! I want to map meters back pixels for visualization but do not have the transformation matrix the authors have used. Have you figured it...

Hi @dusty-nv I pulled the image by `docker pull nvcr.io/nvidia/l4t-pytorch:r32.4.2-pth1.5-py3` and the ran the container by `sudo docker run -it --rm --network host nvcr.io/nvidia/l4t-pytorch:r32.4.2-pth1.5-py3` but there is no libcudnn or...

What is the reason that you cannot get the dataset? A3D was made to be completely public to the community. HEV-I, however, is managed by HRI and you should talk...

@shijia-web What do you mean by "format"? I'm not sure what do you need.

Hi @ambarish1999 , we use the same GRU for all objects. But each object's feature run through the network separately - you can batch all objects as a minibatch to...

1. No I did not. My visual observation was that the tracking was not too bad with the provided weights. 2. Great quetsion. We can feed frame by frame since...

Hi @hwk0702 what specific file do you point to?

@hwk0702 Great question! The .npy files are in the output format of deep-sort. Basically it's a 2D numpy array with columns as: frame_id, track_id, x1, y1, w, h. where x1...

Hi, I have the same issue, have you fixed?

@konnerthg Thank you for your reply , I figured out the issue by adding libopencv_core.so.2.4 to $LD_PRELOAD.