Atom Scott

Results 14 comments of Atom Scott

Is this still not added? I ran into the same problem today and `export GIO_EXTRA_MODULES=/usr/lib/x86_64-linux-gnu/gio/modules` fixed it.

I guess you can always do a direct download from the dropbox link. https://www.dropbox.com/s/8n02xqv3l9q18r1/datasets.zip?dl=0 Edit. I had problems downloading from my ubuntu machine, so I sent the link to my...

Hi, thanks for bringing this issue to our attention! If possible can you share the snippet of code used so we can recreate the third image? In our experiments we...

Thanks for the question! The steps you took are correct and should work so it seems like I may have made a mistake in uploading the data (it looks as...

Okay, so I looked into this and there seem to be two problems. 1. I uploaded the wide-view annotations as top-view camera annotations by mistake 2. The top-view video has...

Hi, sorry for the delay! After receving reports of erroneous data, we have fixed and reuploaded a majority of SoccerTrack. We are also adding videos with visualized bounding boxes so...

Figured it out and got it running (@timothybrooks Would you like a tf2.0 compatible PR?? I could just make a fork). Anyway, didn't realize that evaluate.py only compares the output...

In mmtrack and mmdet, the key of the model is different. In mmtrack, a prefix "detector" will be added to the key. To verify this, you can load the PTH...

I encountered the same issue while trying to load a checkpoint file in my project. Here is the code that I used: ```python path = "/path/to/checkpoint.pth" checkpoint = torch.load(path) modified_checkpoint...

Thanks for the PR! I will check it this weekend, sorry for the late response!