Ruilong Li(李瑞龙)

Results 74 comments of Ruilong Li(李瑞龙)

Thanks for your interests. If you don't want to go over the code, the fastest way of doing it is to generate a json file with the same format as...

I think you need a video post-processing process after you get the segmentation mask. You can easily implement this using some opencv functions.

Hi @sonaalPradeep , The `14150` from that line of code is not the number of images, instead it's the number of batches. So you need to multiply `14150` with `batch_size`...

We are planning on releasing the fbx/bvh model in the near future, please stay tuned!

Hi Thanks for your interests in our dataset! There are a few sequences in the dataset that are poorly reconstructed. So we provide a filter list through manual check. The...

The server is temporarily down. Will recover after Oct. first week.

Hi, I just tried and the it's accessible as usual. You might need to fill in the proper information. The server will do a validation check on the email address...

Hi sorry for the late reply. We gathered those images from the internet. Unfortunately we have lost the track of the source urls for those images.

It shouldn't affect the performance as the border of the occupancy grid would be learnt to be zero. But the cuda code I'm writting would make sure all points outside...

Somehow I can't reproduce the segfault on my local, with the latest master branch, by running: either ```bash pytest tests/fields/test_fields.py ``` or ```bash python tests/fields/test_fields.py ``` I even looped the...