Yan Luago
Yan Luago
pascal has an xml file...look at the original VOCdevkit code(readme and helper function)...Xml basically can be converted to a struct in matlab and u can see that it has information...
Hi @timmeinhardt , I am actually training it and it also evaluates the test set after each epoch. Without deformable option the losses look like this: ``` Epoch: [50] [5650/5891]...
Hi @timmeinhardt , No I actually set **args.resume=False** before training. I am training from scratch. Made sure it does not go inside, this section of the code ``` if args.resume:...
Hi @timmeinhardt , My args are still this: ``` "args": [ "with", // "deformable", // "tracking", "crowdhuman", // "full_res", // "output_dir=models/crowdhuman_train_val_no_track_v2", ], ``` But I made sure before train(args) is...
Hi, I can confirm with certainty that training without the "deformable" option (ie) pure DETR (no tracking) does not work with the current settings. with deformable option does work properly...
These were the results after 50 epochs for vanilla DETR. They were all zeros from epoch 1 to epoch 50. The loss decreases at first but after a few iterations...
So , If I understand correctly all you need to change is P2. If you look at the run code for testing only P2 is being read
Hi, Solved the problem for turkic setup.py but the problem still persists even after my cython change in pyvision . could you please help me? cython -V Cython version 0.20...
Yea.But it is not as great as training with camvid.
yes the results were great! Just not great enough.I did start with Vgg16. Converted cityscapes Annotations-->similar to Camvids and then changed the number of classes.