How many (classes of) objects can YOLO detect?

Gaetan

On the yolo website, there are weights pretrained on the coco dataset, which consits of 80 objects/classes, (and I think also weight for voc pascal dataset which consist of 20 classes). Are there (out there) some weights that have been trained on a dataset with far more classes? I was thinking YOLO can detect thousand of objects and not just 80 as it seem to be the case. Or I'm missing something?

KRYSEF

It's not likely that you'll be able to find weights trained on more or less than 80 classes thought it's reasonably possible. You can recover the full repo pjreddie/darknet from GitHub and then change the config file in order to train your model on how-much-you-want classes.

The full description awaits in the repo's README.md file.

この記事はインターネットから収集されたものであり、転載の際にはソースを示してください。

侵害の場合は、連絡してください[email protected]

編集
0

コメントを追加

0

関連記事

分類Dev

How can I detect how many capture groups are in a Perl Regexp?

分類Dev

how can an objects points on many other objects in JAVA?

分類Dev

How many singleton classes can we use in one android app?

分類Dev

How can I find many sums in an array of objects

分類Dev

How many blocks/objects can a Hadoop datanode/namenode actually handle?

分類Dev

How can i use a for each loop to print an Arraylist of different objects of different classes

分類Dev

How to extend many Error classes dynamically?

分類Dev

How to reference many objects at once in Actionscript?

分類Dev

How to create an array of classes and instance objects with it in Swift?

分類Dev

Yolo Training: multiple objects in one image

分類Dev

Can I define and use functions outside classes and objects in Scala?

分類Dev

Can objects of derived classes in C++ be accessible by parent class?

分類Dev

How HTTPs proxies can detect HTTPs packets?

分類Dev

How can an app detect that it's going to be uninstalled?

分類Dev

How can I detect a hidden Desktop?

分類Dev

How can I detect embeds in a message?

分類Dev

How can we detect notification cancel?

分類Dev

How do I detect overlapping almost circular objects in MATLAB?

分類Dev

How can I make a Many to many relation on same table (many to many Join To Self)

分類Dev

SQL Server : how can I filter a many to many relationship with delimiter

分類Dev

How can I have a many-to-many association with Sequelize?

分類Dev

Detect objects with OpenCV Python

分類Dev

How to randomly choose one of many objects to be added to an array list?

分類Dev

Django: How to get objects by date from many models?

分類Dev

How many times can the Garbage Collector be called?

分類Dev

How many "AND" can you have on a SpringData query?

分類Dev

How many variables can be in local scope

分類Dev

how many arguments can be used with the IN clause in postgresql?

分類Dev

how can separate classes is begin with an underline?

Related 関連記事

  1. 1

    How can I detect how many capture groups are in a Perl Regexp?

  2. 2

    how can an objects points on many other objects in JAVA?

  3. 3

    How many singleton classes can we use in one android app?

  4. 4

    How can I find many sums in an array of objects

  5. 5

    How many blocks/objects can a Hadoop datanode/namenode actually handle?

  6. 6

    How can i use a for each loop to print an Arraylist of different objects of different classes

  7. 7

    How to extend many Error classes dynamically?

  8. 8

    How to reference many objects at once in Actionscript?

  9. 9

    How to create an array of classes and instance objects with it in Swift?

  10. 10

    Yolo Training: multiple objects in one image

  11. 11

    Can I define and use functions outside classes and objects in Scala?

  12. 12

    Can objects of derived classes in C++ be accessible by parent class?

  13. 13

    How HTTPs proxies can detect HTTPs packets?

  14. 14

    How can an app detect that it's going to be uninstalled?

  15. 15

    How can I detect a hidden Desktop?

  16. 16

    How can I detect embeds in a message?

  17. 17

    How can we detect notification cancel?

  18. 18

    How do I detect overlapping almost circular objects in MATLAB?

  19. 19

    How can I make a Many to many relation on same table (many to many Join To Self)

  20. 20

    SQL Server : how can I filter a many to many relationship with delimiter

  21. 21

    How can I have a many-to-many association with Sequelize?

  22. 22

    Detect objects with OpenCV Python

  23. 23

    How to randomly choose one of many objects to be added to an array list?

  24. 24

    Django: How to get objects by date from many models?

  25. 25

    How many times can the Garbage Collector be called?

  26. 26

    How many "AND" can you have on a SpringData query?

  27. 27

    How many variables can be in local scope

  28. 28

    how many arguments can be used with the IN clause in postgresql?

  29. 29

    how can separate classes is begin with an underline?

ホットタグ

アーカイブ