Alberto G Rivera
Alberto G Rivera
Are the any tools available to label MOT type data? I've used tools like [labelimg](https://github.com/tzutalin/labelImg) and [labelme](https://github.com/wkentaro/labelme), but they don't seem to support object IDs, only classes. Would it also...
Thanks @PareshKamble! OpenVINO looks great! I had another questions regarding the file structure for the training data to generate the label files. The README says that the data needs to...
Thanks again for the help @PareshKamble !! Got the model training on MOT20 and I'm now preparing my own data using CVAT. I had to lower the batch size substantially...
Hi @alekjedrosz I ran into the same problem. The issue is with the .train file. You wan't to make sure that you don't reference images that don't have a valid...
@alekjedrosz I think you are correct in that all images get resized to (1088, 608). It doesn't really matter what the image sizes of the training set are, since they'll...
@alekjedrosz Thank you for the suggestion. I gave it a try but was unable to train with a different image size. I get the following error: `File "/home/alberto/FairMOT/src/lib/models/networks/pose_dla_dcn.py", line 55,...
Thanks for the reply @GuHuangAI. That seems to work for image sizes larger than (608, 1088) but not for smaller image sizes, even when keeping the same aspect ratio. For...
I've come across the same problem. I'm using a Titan V and CUDA 9.0.