Giter VIP home page Giter VIP logo

Comments (6)

tteepe avatar tteepe commented on May 25, 2024

Hi,

can you try again with batch size 1? Our caching implementation requires this.
world_track.py test -c ../model_weights/wild_segnet/config.yaml --ckpt ../model_weights/wild_segnet/checkpoints/model-epoch=21-val_loss=7.79-val_center=4.76.ckpt --data.batch_size 1

This gives me the following output:

│        detect/moda        │     92.1218487394958      │
│        detect/modp        │     76.20120505981272     │
│     detect/precision      │     96.9989281886388      │
│       detect/recall       │     95.06302521008404     │
│        track/idf1         │     95.30838012695312     │

Cheers,
Torben

from tracktacular.

RashoAli avatar RashoAli commented on May 25, 2024

Hi,
Unfortunatly i hade the exact same problem (with the same values).
i used the comand:

python world_track.py test -c ./model_weights/wild_segnet/config.yaml --ckpt ./model_weights/wild_segnet/model-epoch=21-val_loss=7.79-val_center=4.76.ckpt --data.batch_size 1

the results are:
IDF1 IDP IDR Rcll Prcn GT MT PT ML FP FN IDs FM MOTA MOTP IDt IDa IDm
0 1.2% 31.6% 0.6% 0.6% 31.6% 41 0 0 41 13 946 0 0 -0.7% 0.566 0 0 0
OVERALL 1.2% 31.6% 0.6% 0.6% 31.6% 41 0 0 41 13 946 0 0 -0.7% 0.566 0 0 0
Testing DataLoader 0: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 40/40 [00:24<00:00, 1.62it/s]
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Test metric ┃ DataLoader 0 ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ detect/moda │ 0.0 │
│ detect/modp │ 34.76547430153938 │
│ detect/precision │ 4.545454545454546 │
│ detect/recall │ 0.20491803278688525 │
│ track/idf1 │ 1.2358393669128418 │
│ track/idp │ 31.578947067260742 │
│ track/idr │ 0.6302521228790283 │
│ track/mostly_lost │ 1.0 │
│ track/mostly_tracked │ 0.0 │
│ track/mota │ -0.7352941036224365 │
│ track/motp │ 43.35794448852539 │
│ track/num_ascend │ 0.0 │
│ track/num_false_positives │ 13.0 │
│ track/num_fragmentations │ 0.0 │
│ track/num_migrate │ 0.0 │
│ track/num_misses │ 946.0 │
│ track/num_switches │ 0.0 │
│ track/num_transfer │ 0.0 │
│ track/num_unique_objects │ 41.0 │
│ track/partially_tracked │ 0.0 │
│ track/precision │ 31.578947067260742 │
│ track/recall │ 0.6302521228790283 │
└───────────────────────────┴───────────────────────────┘

from tracktacular.

ReefAlturki avatar ReefAlturki commented on May 25, 2024

Hi,
Thank you for opening the issue. I was wondering if you were able to reproduce the results?
Cheers!

from tracktacular.

RashoAli avatar RashoAli commented on May 25, 2024

Hi,
Unfortunately no

from tracktacular.

ReefAlturki avatar ReefAlturki commented on May 25, 2024

I am getting exactly the same as you results when testing the model weights uploaded by the developers, if you could please let me know when you solve the issue

when you pre-train the model and test it, did you face an issue like this:
dt_dets = dt[np.logical_and(dt[:, 0] == seq, dt[:, 1] == frame)][:, (2, 8, 9)]
IndexError: too many indices for array: array is 1-dimensional, but 2 were indexed

Thank you!

from tracktacular.

RashoAli avatar RashoAli commented on May 25, 2024

i stopped testing with the model :)
unfortunately i cant help you there

from tracktacular.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.