Bartosz Ptak
Bartosz Ptak
Hi, Why does `val_data` contain the same images as `test_data`? ### val_data ```bash bartosz@bartosz-pro:~/Downloads/val_data/images$ ll | head -n 20 total 111000 drwxrwxr-x 2 bartosz bartosz 20480 lis 6 2020 ./...
Hi, how do you calculate anchors in MLController? Anchors in the model are different: ``` [[10, 13, 16, 30, 33, 23], [30, 61, 62, 45, 59, 119], [116, 90, 156,...
Hello everyone! If someone is looking for a Python version of the "DroneCrowd VID toolkit" for evaluation, check [this](https://github.com/PUTvision/DroneCrowd-VID-toolkit-python) repository.
Hi, I trained the neural network that provides (x,y) coordinates of objects and descriptors for them (such as SuperPoint). When I use GT points and LightGlue, the matching works excellently....