diff --git a/.gitignore b/.gitignore index 361b9938e109e075e2e87f5b46bace8cac270807..ff55239990dc63860fd6b0dd6a9b518840c5ea85 100644 --- a/.gitignore +++ b/.gitignore @@ -20,8 +20,12 @@ Thumbs.db # Claves API o credenciales privadas (⚠️ Asegúrate de que este archivo contiene datos sensibles) descargar_dataset.py +# PERMITIR subir `runs/val/` +!runs/val/ + # Ignorar archivos de ejecución y checkpoints de modelos -runs/ +runs/detect + weights/ *.pt *.onnx diff --git a/datasets/combined/LICENSE b/datasets/combined/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..9e419e042146a2ce2e354202d4f7d8e4a3d66f31 --- /dev/null +++ b/datasets/combined/LICENSE @@ -0,0 +1,674 @@ +GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. \ No newline at end of file diff --git a/datasets/combined/README.md b/datasets/combined/README.md new file mode 100644 index 0000000000000000000000000000000000000000..ccedd12e5ada478bb87dccd07aeeca9ee312c402 --- /dev/null +++ b/datasets/combined/README.md @@ -0,0 +1,12 @@ +# Ultralytics COCO8 Dataset + +Ultralytics COCO8 is a small, but versatile object detection dataset composed of the first 8 images of the COCO train +2017 set, 4 for training and 4 for validation. This dataset is ideal for testing and debugging object detection models, +or for experimenting with new detection approaches. With 8 images, it is small enough to be easily manageable, yet +diverse enough to test training pipelines for errors and act as a sanity check before training larger datasets. + +This dataset is intended for use with Ultralytics YOLOv8. + +Docs: https://docs.ultralytics.com +Community: https://community.ultralytics.com +GitHub: https://github.com/ultralytics/ultralytics \ No newline at end of file diff --git a/datasets/combined/data.yaml b/datasets/combined/data.yaml new file mode 100644 index 0000000000000000000000000000000000000000..81d3f95fc389e9caf50c65d4d672c36caf65a216 --- /dev/null +++ b/datasets/combined/data.yaml @@ -0,0 +1,21 @@ +path: /home/izaskunmz/yolo/yolov8-object-detection/datasets/combined # Ruta base del dataset fusionado + +train: images/train # Carpeta con imágenes de entrenamiento +val: images/val # Carpeta con imágenes de validación + +nc: 84 # Número total de clases (80 de COCO + 1 de License Plate + 3 nuevas de Shahbagh sin duplicados) + +names: [ + "person", "bicycle", "car", "motorcycle", "airplane", "bus", "train", "truck", "boat", + "traffic light", "fire hydrant", "stop sign", "parking meter", "bench", "bird", "cat", + "dog", "horse", "sheep", "cow", "elephant", "bear", "zebra", "giraffe", "backpack", + "umbrella", "handbag", "tie", "suitcase", "frisbee", "skis", "snowboard", "sports ball", + "kite", "baseball bat", "baseball glove", "skateboard", "surfboard", "tennis racket", + "bottle", "wine glass", "cup", "fork", "knife", "spoon", "bowl", "banana", "apple", + "sandwich", "orange", "broccoli", "carrot", "hot dog", "pizza", "donut", "cake", + "chair", "couch", "potted plant", "bed", "dining table", "toilet", "tv", "laptop", + "mouse", "remote", "keyboard", "cell phone", "microwave", "oven", "toaster", + "sink", "refrigerator", "book", "clock", "vase", "scissors", "teddy bear", + "hair drier", "toothbrush", "license", "cng", "motorbike", "rickshaw" +] + diff --git a/datasets/combined/images/train/000000000009.jpg b/datasets/combined/images/train/000000000009.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc6f85e84d344d1b8e68c5c94bc63d9328d76f23 Binary files /dev/null and b/datasets/combined/images/train/000000000009.jpg differ diff --git a/datasets/combined/images/train/000000000025.jpg b/datasets/combined/images/train/000000000025.jpg new file mode 100644 index 0000000000000000000000000000000000000000..42de2b6a57d4c7c11c435d245d4eb0e18abb35c2 Binary files /dev/null and b/datasets/combined/images/train/000000000025.jpg differ diff --git a/datasets/combined/images/train/000000000030.jpg b/datasets/combined/images/train/000000000030.jpg new file mode 100644 index 0000000000000000000000000000000000000000..397bd171efc14fe4f008af8e5a7962deb18a73e9 Binary files /dev/null and b/datasets/combined/images/train/000000000030.jpg differ diff --git a/datasets/combined/images/train/000000000034.jpg b/datasets/combined/images/train/000000000034.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9ae3f10a211a61f66803227b384e1258b19d1016 Binary files /dev/null and b/datasets/combined/images/train/000000000034.jpg differ diff --git a/datasets/combined/images/train/ITbrHXGkkzaOSsNJwFxm0Lk-OAiTUxsq1LdRgbnpPJE_jpg.rf.145f78b92eb93f5827bcf17ec42b154d.jpg b/datasets/combined/images/train/ITbrHXGkkzaOSsNJwFxm0Lk-OAiTUxsq1LdRgbnpPJE_jpg.rf.145f78b92eb93f5827bcf17ec42b154d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fea7208f9b00b9dc5d566226b6ef0188792816e1 Binary files /dev/null and b/datasets/combined/images/train/ITbrHXGkkzaOSsNJwFxm0Lk-OAiTUxsq1LdRgbnpPJE_jpg.rf.145f78b92eb93f5827bcf17ec42b154d.jpg differ diff --git a/datasets/combined/images/train/ITbrHXGkkzaOSsNJwFxm0Lk-OAiTUxsq1LdRgbnpPJE_jpg.rf.35d0529cdf5c4167d3fa8ef46ed698a3.jpg b/datasets/combined/images/train/ITbrHXGkkzaOSsNJwFxm0Lk-OAiTUxsq1LdRgbnpPJE_jpg.rf.35d0529cdf5c4167d3fa8ef46ed698a3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d8dd50a322c019f6888963488394823f8dd464b Binary files /dev/null and b/datasets/combined/images/train/ITbrHXGkkzaOSsNJwFxm0Lk-OAiTUxsq1LdRgbnpPJE_jpg.rf.35d0529cdf5c4167d3fa8ef46ed698a3.jpg differ diff --git a/datasets/combined/images/train/ITbrHXGkkzaOSsNJwFxm0Lk-OAiTUxsq1LdRgbnpPJE_jpg.rf.e060591dcede681c72bfddd857e0c072.jpg b/datasets/combined/images/train/ITbrHXGkkzaOSsNJwFxm0Lk-OAiTUxsq1LdRgbnpPJE_jpg.rf.e060591dcede681c72bfddd857e0c072.jpg new file mode 100644 index 0000000000000000000000000000000000000000..497340bf54293967b9ec0326a80d96980634c919 Binary files /dev/null and b/datasets/combined/images/train/ITbrHXGkkzaOSsNJwFxm0Lk-OAiTUxsq1LdRgbnpPJE_jpg.rf.e060591dcede681c72bfddd857e0c072.jpg differ diff --git a/datasets/combined/images/train/dzmsrsx9vyna1_jpg.rf.0a88c189f2c123b7c2398b075fccd996.jpg b/datasets/combined/images/train/dzmsrsx9vyna1_jpg.rf.0a88c189f2c123b7c2398b075fccd996.jpg new file mode 100644 index 0000000000000000000000000000000000000000..143644700c8f14aa0099b7b5c25d4e115d60bc3f Binary files /dev/null and b/datasets/combined/images/train/dzmsrsx9vyna1_jpg.rf.0a88c189f2c123b7c2398b075fccd996.jpg differ diff --git a/datasets/combined/images/train/dzmsrsx9vyna1_jpg.rf.9008d76553bbac9d4699bace6af6b7cb.jpg b/datasets/combined/images/train/dzmsrsx9vyna1_jpg.rf.9008d76553bbac9d4699bace6af6b7cb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..58b9704247a7d403d7c808a641beb9ebd677ed56 Binary files /dev/null and b/datasets/combined/images/train/dzmsrsx9vyna1_jpg.rf.9008d76553bbac9d4699bace6af6b7cb.jpg differ diff --git a/datasets/combined/images/train/dzmsrsx9vyna1_jpg.rf.bfc88adda44ad3e9810221a6049d14fb.jpg b/datasets/combined/images/train/dzmsrsx9vyna1_jpg.rf.bfc88adda44ad3e9810221a6049d14fb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3e5e811ab69bc43a2ac5a91451550c365e6dd781 Binary files /dev/null and b/datasets/combined/images/train/dzmsrsx9vyna1_jpg.rf.bfc88adda44ad3e9810221a6049d14fb.jpg differ diff --git a/datasets/combined/images/train/e1hzdr4u5nja1_jpg.rf.12b1459df93a2e4671680d8d9c9cc76d.jpg b/datasets/combined/images/train/e1hzdr4u5nja1_jpg.rf.12b1459df93a2e4671680d8d9c9cc76d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3611d6038db050767d4461a562276455c2b74638 Binary files /dev/null and b/datasets/combined/images/train/e1hzdr4u5nja1_jpg.rf.12b1459df93a2e4671680d8d9c9cc76d.jpg differ diff --git a/datasets/combined/images/train/e1hzdr4u5nja1_jpg.rf.b11c4eceb8413905c2a654c86569f41b.jpg b/datasets/combined/images/train/e1hzdr4u5nja1_jpg.rf.b11c4eceb8413905c2a654c86569f41b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..515e3ae46327a33155694c80b8058e202f69a766 Binary files /dev/null and b/datasets/combined/images/train/e1hzdr4u5nja1_jpg.rf.b11c4eceb8413905c2a654c86569f41b.jpg differ diff --git a/datasets/combined/images/train/e1hzdr4u5nja1_jpg.rf.f8e3a16e1c7d7cc491dbf1e4f55d1ed7.jpg b/datasets/combined/images/train/e1hzdr4u5nja1_jpg.rf.f8e3a16e1c7d7cc491dbf1e4f55d1ed7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6ec5122be101b85d12ca509af00d7308032d050b Binary files /dev/null and b/datasets/combined/images/train/e1hzdr4u5nja1_jpg.rf.f8e3a16e1c7d7cc491dbf1e4f55d1ed7.jpg differ diff --git a/datasets/combined/images/train/g1p35c8s49na1_jpg.rf.4e51381d24fab22cc0d0224dfd5e4110.jpg b/datasets/combined/images/train/g1p35c8s49na1_jpg.rf.4e51381d24fab22cc0d0224dfd5e4110.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3d1d1b2f70b0086e974c7528252dbf87435cffe0 Binary files /dev/null and b/datasets/combined/images/train/g1p35c8s49na1_jpg.rf.4e51381d24fab22cc0d0224dfd5e4110.jpg differ diff --git a/datasets/combined/images/train/g1p35c8s49na1_jpg.rf.7263db6e66e0e6bec96e915816672dd1.jpg b/datasets/combined/images/train/g1p35c8s49na1_jpg.rf.7263db6e66e0e6bec96e915816672dd1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5df7c3dcbf798d8378d9e6a06a4e4b0e4d48ec92 Binary files /dev/null and b/datasets/combined/images/train/g1p35c8s49na1_jpg.rf.7263db6e66e0e6bec96e915816672dd1.jpg differ diff --git a/datasets/combined/images/train/g1p35c8s49na1_jpg.rf.dc5c9452ecb31e6072cf3e75c6739e3c.jpg b/datasets/combined/images/train/g1p35c8s49na1_jpg.rf.dc5c9452ecb31e6072cf3e75c6739e3c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2b5f189c5abdf61b4a45abbab8612591461a47c5 Binary files /dev/null and b/datasets/combined/images/train/g1p35c8s49na1_jpg.rf.dc5c9452ecb31e6072cf3e75c6739e3c.jpg differ diff --git a/datasets/combined/images/train/hto0sjzxrfja1_jpg.rf.40a85cd61996fd458761add96fcd58f5.jpg b/datasets/combined/images/train/hto0sjzxrfja1_jpg.rf.40a85cd61996fd458761add96fcd58f5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc7996c6a97657cfe76d749c13cc89b62f6f1713 Binary files /dev/null and b/datasets/combined/images/train/hto0sjzxrfja1_jpg.rf.40a85cd61996fd458761add96fcd58f5.jpg differ diff --git a/datasets/combined/images/train/hto0sjzxrfja1_jpg.rf.64fdd25ce2342ad2bec3221fdc423530.jpg b/datasets/combined/images/train/hto0sjzxrfja1_jpg.rf.64fdd25ce2342ad2bec3221fdc423530.jpg new file mode 100644 index 0000000000000000000000000000000000000000..03398dd5ecbcf543294bbaec4f84ab33109f7216 Binary files /dev/null and b/datasets/combined/images/train/hto0sjzxrfja1_jpg.rf.64fdd25ce2342ad2bec3221fdc423530.jpg differ diff --git a/datasets/combined/images/train/hto0sjzxrfja1_jpg.rf.ee460e4fdcf5883faa6850dfb06ca569.jpg b/datasets/combined/images/train/hto0sjzxrfja1_jpg.rf.ee460e4fdcf5883faa6850dfb06ca569.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f1410e9bed60fce689ed0f0afd947f0d32747fea Binary files /dev/null and b/datasets/combined/images/train/hto0sjzxrfja1_jpg.rf.ee460e4fdcf5883faa6850dfb06ca569.jpg differ diff --git a/datasets/combined/images/train/jZwxHv3L5WzAWzQNFENl5yU3rSDx1fZozL7bfoV36j8_jpg.rf.6b2541868d17e6bbcb24a0c306bb2c9f.jpg b/datasets/combined/images/train/jZwxHv3L5WzAWzQNFENl5yU3rSDx1fZozL7bfoV36j8_jpg.rf.6b2541868d17e6bbcb24a0c306bb2c9f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..45796371fed9df1e2c0eaa86d5b7a61e7cd85dd5 Binary files /dev/null and b/datasets/combined/images/train/jZwxHv3L5WzAWzQNFENl5yU3rSDx1fZozL7bfoV36j8_jpg.rf.6b2541868d17e6bbcb24a0c306bb2c9f.jpg differ diff --git a/datasets/combined/images/train/jZwxHv3L5WzAWzQNFENl5yU3rSDx1fZozL7bfoV36j8_jpg.rf.7db5548577c38bc229171e02436b3bb9.jpg b/datasets/combined/images/train/jZwxHv3L5WzAWzQNFENl5yU3rSDx1fZozL7bfoV36j8_jpg.rf.7db5548577c38bc229171e02436b3bb9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4a66e40bd58367e838cb5c04e1e0b032381aa23c Binary files /dev/null and b/datasets/combined/images/train/jZwxHv3L5WzAWzQNFENl5yU3rSDx1fZozL7bfoV36j8_jpg.rf.7db5548577c38bc229171e02436b3bb9.jpg differ diff --git a/datasets/combined/images/train/jZwxHv3L5WzAWzQNFENl5yU3rSDx1fZozL7bfoV36j8_jpg.rf.fc0c5c773fd83f86cbcecff2d8ce86f3.jpg b/datasets/combined/images/train/jZwxHv3L5WzAWzQNFENl5yU3rSDx1fZozL7bfoV36j8_jpg.rf.fc0c5c773fd83f86cbcecff2d8ce86f3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7fe5758e60edeb9c76cd51c49558632bad063006 Binary files /dev/null and b/datasets/combined/images/train/jZwxHv3L5WzAWzQNFENl5yU3rSDx1fZozL7bfoV36j8_jpg.rf.fc0c5c773fd83f86cbcecff2d8ce86f3.jpg differ diff --git a/datasets/combined/images/train/jdgdp12a7qea1_jpg.rf.4327446d1262e5ab3cd8b381cade13a2.jpg b/datasets/combined/images/train/jdgdp12a7qea1_jpg.rf.4327446d1262e5ab3cd8b381cade13a2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ef16ae61dddd6ca0e484fa5129351953d4e1773e Binary files /dev/null and b/datasets/combined/images/train/jdgdp12a7qea1_jpg.rf.4327446d1262e5ab3cd8b381cade13a2.jpg differ diff --git a/datasets/combined/images/train/jdgdp12a7qea1_jpg.rf.df02827a904bd24f1230cfebce748ca9.jpg b/datasets/combined/images/train/jdgdp12a7qea1_jpg.rf.df02827a904bd24f1230cfebce748ca9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9a9e4ea4b0f39a466ef5b35594b9d03ffb364366 Binary files /dev/null and b/datasets/combined/images/train/jdgdp12a7qea1_jpg.rf.df02827a904bd24f1230cfebce748ca9.jpg differ diff --git a/datasets/combined/images/train/jdgdp12a7qea1_jpg.rf.fce509aaeccd32683bddca8fd419aad0.jpg b/datasets/combined/images/train/jdgdp12a7qea1_jpg.rf.fce509aaeccd32683bddca8fd419aad0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b43058b5bd322164a9b2eafe7e3e546c5cf304c3 Binary files /dev/null and b/datasets/combined/images/train/jdgdp12a7qea1_jpg.rf.fce509aaeccd32683bddca8fd419aad0.jpg differ diff --git a/datasets/combined/images/train/jxtpts0yzaea1_jpg.rf.6edddaee443db0bf62d10e742b6afcb0.jpg b/datasets/combined/images/train/jxtpts0yzaea1_jpg.rf.6edddaee443db0bf62d10e742b6afcb0.jpg new file mode 100644 index 0000000000000000000000000000000000000000..62f0615ab9bb3b052cd81abb6dd45a94d3b077b2 Binary files /dev/null and b/datasets/combined/images/train/jxtpts0yzaea1_jpg.rf.6edddaee443db0bf62d10e742b6afcb0.jpg differ diff --git a/datasets/combined/images/train/jxtpts0yzaea1_jpg.rf.8f772cfa8b9514262a03037115cbc232.jpg b/datasets/combined/images/train/jxtpts0yzaea1_jpg.rf.8f772cfa8b9514262a03037115cbc232.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bf7cc55ffb3bd58fb3c420d404c6382336ebb59c Binary files /dev/null and b/datasets/combined/images/train/jxtpts0yzaea1_jpg.rf.8f772cfa8b9514262a03037115cbc232.jpg differ diff --git a/datasets/combined/images/train/jxtpts0yzaea1_jpg.rf.ba83b782d59b763170bd8725c1f9871d.jpg b/datasets/combined/images/train/jxtpts0yzaea1_jpg.rf.ba83b782d59b763170bd8725c1f9871d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4607c56f7bd8adb0418df4a7f3de5a5e287d818f Binary files /dev/null and b/datasets/combined/images/train/jxtpts0yzaea1_jpg.rf.ba83b782d59b763170bd8725c1f9871d.jpg differ diff --git a/datasets/combined/images/train/l8uqlisis0fa1_jpg.rf.29fc537b297f59862cc457aeecf83c13.jpg b/datasets/combined/images/train/l8uqlisis0fa1_jpg.rf.29fc537b297f59862cc457aeecf83c13.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bd0cbe163c7ec29321c13058383dfca1990c3591 Binary files /dev/null and b/datasets/combined/images/train/l8uqlisis0fa1_jpg.rf.29fc537b297f59862cc457aeecf83c13.jpg differ diff --git a/datasets/combined/images/train/l8uqlisis0fa1_jpg.rf.3cd7ce36db53e73ec7627d0b848ae36e.jpg b/datasets/combined/images/train/l8uqlisis0fa1_jpg.rf.3cd7ce36db53e73ec7627d0b848ae36e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4284a43bff57d8c5e6a171173a0aa7c6691e54df Binary files /dev/null and b/datasets/combined/images/train/l8uqlisis0fa1_jpg.rf.3cd7ce36db53e73ec7627d0b848ae36e.jpg differ diff --git a/datasets/combined/images/train/l8uqlisis0fa1_jpg.rf.70feecf6d1ec3a8bab8f16b6dd256210.jpg b/datasets/combined/images/train/l8uqlisis0fa1_jpg.rf.70feecf6d1ec3a8bab8f16b6dd256210.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b68b5c918df1322ef5f75c417a1f17c393aaefa8 Binary files /dev/null and b/datasets/combined/images/train/l8uqlisis0fa1_jpg.rf.70feecf6d1ec3a8bab8f16b6dd256210.jpg differ diff --git a/datasets/combined/images/train/lsibmb1um6ea1_jpg.rf.1d870f6d5141cf0876e2926d3666a35d.jpg b/datasets/combined/images/train/lsibmb1um6ea1_jpg.rf.1d870f6d5141cf0876e2926d3666a35d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5fddfb91abeb11301653b48fdf5a8a699876d33f Binary files /dev/null and b/datasets/combined/images/train/lsibmb1um6ea1_jpg.rf.1d870f6d5141cf0876e2926d3666a35d.jpg differ diff --git a/datasets/combined/images/train/lsibmb1um6ea1_jpg.rf.aa79dc86f24188a7fd29bd7d3198b69a.jpg b/datasets/combined/images/train/lsibmb1um6ea1_jpg.rf.aa79dc86f24188a7fd29bd7d3198b69a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8b0de78bee1d025f2c588c1d416db25b49e1e0a4 Binary files /dev/null and b/datasets/combined/images/train/lsibmb1um6ea1_jpg.rf.aa79dc86f24188a7fd29bd7d3198b69a.jpg differ diff --git a/datasets/combined/images/train/lsibmb1um6ea1_jpg.rf.af6c26fcfafb37f99e8138e22436aafa.jpg b/datasets/combined/images/train/lsibmb1um6ea1_jpg.rf.af6c26fcfafb37f99e8138e22436aafa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..75b519cccd02f229b790f71129a9c8857556a85b Binary files /dev/null and b/datasets/combined/images/train/lsibmb1um6ea1_jpg.rf.af6c26fcfafb37f99e8138e22436aafa.jpg differ diff --git a/datasets/combined/images/train/mfm6fz0yvela1_jpg.rf.a2eb23cc48175b514f4284943091fb71.jpg b/datasets/combined/images/train/mfm6fz0yvela1_jpg.rf.a2eb23cc48175b514f4284943091fb71.jpg new file mode 100644 index 0000000000000000000000000000000000000000..024aa5e68712e59047acb55ad579466f644c6413 Binary files /dev/null and b/datasets/combined/images/train/mfm6fz0yvela1_jpg.rf.a2eb23cc48175b514f4284943091fb71.jpg differ diff --git a/datasets/combined/images/train/mfm6fz0yvela1_jpg.rf.ce10d91713b58b9799d9a769f4009dcb.jpg b/datasets/combined/images/train/mfm6fz0yvela1_jpg.rf.ce10d91713b58b9799d9a769f4009dcb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a8ac841a5514850528db20853ffac38033a36c8 Binary files /dev/null and b/datasets/combined/images/train/mfm6fz0yvela1_jpg.rf.ce10d91713b58b9799d9a769f4009dcb.jpg differ diff --git a/datasets/combined/images/train/mfm6fz0yvela1_jpg.rf.f2238ca2591f907ad21e7c7828f5099f.jpg b/datasets/combined/images/train/mfm6fz0yvela1_jpg.rf.f2238ca2591f907ad21e7c7828f5099f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc724dc3ad186beaa709bb6bf193748e9f59c8a7 Binary files /dev/null and b/datasets/combined/images/train/mfm6fz0yvela1_jpg.rf.f2238ca2591f907ad21e7c7828f5099f.jpg differ diff --git a/datasets/combined/images/train/mtg6u7luzmga1_jpg.rf.1ef4194d995af19669958766d56be30b.jpg b/datasets/combined/images/train/mtg6u7luzmga1_jpg.rf.1ef4194d995af19669958766d56be30b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..672e3593aa31ee2dba91b6105fcd39921c62bd47 Binary files /dev/null and b/datasets/combined/images/train/mtg6u7luzmga1_jpg.rf.1ef4194d995af19669958766d56be30b.jpg differ diff --git a/datasets/combined/images/train/mtg6u7luzmga1_jpg.rf.625d001ba3d9a926d287f06433dca9bd.jpg b/datasets/combined/images/train/mtg6u7luzmga1_jpg.rf.625d001ba3d9a926d287f06433dca9bd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8af10fd840c732c5ca79bed9fb25b74b98b76eee Binary files /dev/null and b/datasets/combined/images/train/mtg6u7luzmga1_jpg.rf.625d001ba3d9a926d287f06433dca9bd.jpg differ diff --git a/datasets/combined/images/train/mtg6u7luzmga1_jpg.rf.bb9febcb6100e700d551d34707b9a322.jpg b/datasets/combined/images/train/mtg6u7luzmga1_jpg.rf.bb9febcb6100e700d551d34707b9a322.jpg new file mode 100644 index 0000000000000000000000000000000000000000..55a24775197fb303fd21ec51c73bde54f8441433 Binary files /dev/null and b/datasets/combined/images/train/mtg6u7luzmga1_jpg.rf.bb9febcb6100e700d551d34707b9a322.jpg differ diff --git a/datasets/combined/images/train/nf94pwed89ma1_jpg.rf.0ba1ad62a209508ff5990724f4cd4f8e.jpg b/datasets/combined/images/train/nf94pwed89ma1_jpg.rf.0ba1ad62a209508ff5990724f4cd4f8e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2de57a9e9233e91ab47d38245d5752761387cec6 Binary files /dev/null and b/datasets/combined/images/train/nf94pwed89ma1_jpg.rf.0ba1ad62a209508ff5990724f4cd4f8e.jpg differ diff --git a/datasets/combined/images/train/nf94pwed89ma1_jpg.rf.10272e8e7c0f6ca5f9fae59922164c23.jpg b/datasets/combined/images/train/nf94pwed89ma1_jpg.rf.10272e8e7c0f6ca5f9fae59922164c23.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6aaebc1de8971016d18f0e78a47ce2f44e68a285 Binary files /dev/null and b/datasets/combined/images/train/nf94pwed89ma1_jpg.rf.10272e8e7c0f6ca5f9fae59922164c23.jpg differ diff --git a/datasets/combined/images/train/nf94pwed89ma1_jpg.rf.1c7ad6e600f6cde5c1fe643e2619be72.jpg b/datasets/combined/images/train/nf94pwed89ma1_jpg.rf.1c7ad6e600f6cde5c1fe643e2619be72.jpg new file mode 100644 index 0000000000000000000000000000000000000000..13619c41da4e1649e113adff50b268f1f7451528 Binary files /dev/null and b/datasets/combined/images/train/nf94pwed89ma1_jpg.rf.1c7ad6e600f6cde5c1fe643e2619be72.jpg differ diff --git a/datasets/combined/images/train/oakiqj6oa0ha1_jpg.rf.408ddd52e32de6884d2122b2ece228f5.jpg b/datasets/combined/images/train/oakiqj6oa0ha1_jpg.rf.408ddd52e32de6884d2122b2ece228f5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b1dc3759d68b14086e1828a66a1488e2da5a2651 Binary files /dev/null and b/datasets/combined/images/train/oakiqj6oa0ha1_jpg.rf.408ddd52e32de6884d2122b2ece228f5.jpg differ diff --git a/datasets/combined/images/train/oakiqj6oa0ha1_jpg.rf.4a3a47709fc8783770fc7f48966bf84c.jpg b/datasets/combined/images/train/oakiqj6oa0ha1_jpg.rf.4a3a47709fc8783770fc7f48966bf84c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..58b976e7bd5e0a76aae7023a911926b659c99e1d Binary files /dev/null and b/datasets/combined/images/train/oakiqj6oa0ha1_jpg.rf.4a3a47709fc8783770fc7f48966bf84c.jpg differ diff --git a/datasets/combined/images/train/oakiqj6oa0ha1_jpg.rf.c731cc70cc13860a8e05890ff2cd3a1a.jpg b/datasets/combined/images/train/oakiqj6oa0ha1_jpg.rf.c731cc70cc13860a8e05890ff2cd3a1a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..88e877afbfc6a6780d5d4017af960684ee42e7ad Binary files /dev/null and b/datasets/combined/images/train/oakiqj6oa0ha1_jpg.rf.c731cc70cc13860a8e05890ff2cd3a1a.jpg differ diff --git a/datasets/combined/images/train/ocrpvqiej7fa1_jpg.rf.66ac2a619664f13b3fee4bbd8302b432.jpg b/datasets/combined/images/train/ocrpvqiej7fa1_jpg.rf.66ac2a619664f13b3fee4bbd8302b432.jpg new file mode 100644 index 0000000000000000000000000000000000000000..457a91391bf9523870c73ab0e10c6757d6b014fc Binary files /dev/null and b/datasets/combined/images/train/ocrpvqiej7fa1_jpg.rf.66ac2a619664f13b3fee4bbd8302b432.jpg differ diff --git a/datasets/combined/images/train/ocrpvqiej7fa1_jpg.rf.7484434fa228f4ffcfadf5f83547b642.jpg b/datasets/combined/images/train/ocrpvqiej7fa1_jpg.rf.7484434fa228f4ffcfadf5f83547b642.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea1f5d485ec78b8f9d8e7b55fb01bb032b3f743d Binary files /dev/null and b/datasets/combined/images/train/ocrpvqiej7fa1_jpg.rf.7484434fa228f4ffcfadf5f83547b642.jpg differ diff --git a/datasets/combined/images/train/ocrpvqiej7fa1_jpg.rf.c279753d0ab3f8ef47a225ba1da3a80b.jpg b/datasets/combined/images/train/ocrpvqiej7fa1_jpg.rf.c279753d0ab3f8ef47a225ba1da3a80b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fe148d6e9908eab98c761d199bffaee7efbb6329 Binary files /dev/null and b/datasets/combined/images/train/ocrpvqiej7fa1_jpg.rf.c279753d0ab3f8ef47a225ba1da3a80b.jpg differ diff --git a/datasets/combined/images/train/og0495u1j0ca1_jpg.rf.59b2c048809df6966d0fa766a075f3bc.jpg b/datasets/combined/images/train/og0495u1j0ca1_jpg.rf.59b2c048809df6966d0fa766a075f3bc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6ac4f77395bd3f0ce94cc3bfb8b379349db84a10 Binary files /dev/null and b/datasets/combined/images/train/og0495u1j0ca1_jpg.rf.59b2c048809df6966d0fa766a075f3bc.jpg differ diff --git a/datasets/combined/images/train/og0495u1j0ca1_jpg.rf.c2ef1863e52c987a2ede41add2e206d4.jpg b/datasets/combined/images/train/og0495u1j0ca1_jpg.rf.c2ef1863e52c987a2ede41add2e206d4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6d5095f617c2860db6f284d41bdd5729a39505bd Binary files /dev/null and b/datasets/combined/images/train/og0495u1j0ca1_jpg.rf.c2ef1863e52c987a2ede41add2e206d4.jpg differ diff --git a/datasets/combined/images/train/og0495u1j0ca1_jpg.rf.f56e32ccb2e261e56ea5ec824ad82ae8.jpg b/datasets/combined/images/train/og0495u1j0ca1_jpg.rf.f56e32ccb2e261e56ea5ec824ad82ae8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e6e23eb703f037a7a4854ff7755ecdc0898f25a0 Binary files /dev/null and b/datasets/combined/images/train/og0495u1j0ca1_jpg.rf.f56e32ccb2e261e56ea5ec824ad82ae8.jpg differ diff --git a/datasets/combined/images/train/p4smg0eq3gna1_jpg.rf.47144855eb02fd9bd9200258ce3c3c98.jpg b/datasets/combined/images/train/p4smg0eq3gna1_jpg.rf.47144855eb02fd9bd9200258ce3c3c98.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e2addb03e687658d90b488abb64e413417d24fdc Binary files /dev/null and b/datasets/combined/images/train/p4smg0eq3gna1_jpg.rf.47144855eb02fd9bd9200258ce3c3c98.jpg differ diff --git a/datasets/combined/images/train/p4smg0eq3gna1_jpg.rf.9b6dd867b2c0e0405348ade308a74688.jpg b/datasets/combined/images/train/p4smg0eq3gna1_jpg.rf.9b6dd867b2c0e0405348ade308a74688.jpg new file mode 100644 index 0000000000000000000000000000000000000000..781bf99636016c29032686a94dc51f3da25a1ba3 Binary files /dev/null and b/datasets/combined/images/train/p4smg0eq3gna1_jpg.rf.9b6dd867b2c0e0405348ade308a74688.jpg differ diff --git a/datasets/combined/images/train/p4smg0eq3gna1_jpg.rf.9b8823bb8660d029edc7762122c2a000.jpg b/datasets/combined/images/train/p4smg0eq3gna1_jpg.rf.9b8823bb8660d029edc7762122c2a000.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1acbe01fc26ea7c20efa46aef349cd3774f05b48 Binary files /dev/null and b/datasets/combined/images/train/p4smg0eq3gna1_jpg.rf.9b8823bb8660d029edc7762122c2a000.jpg differ diff --git a/datasets/combined/images/train/pb23izcgs8na1_jpg.rf.32db6186741e17cd6aa808bd38edfd93.jpg b/datasets/combined/images/train/pb23izcgs8na1_jpg.rf.32db6186741e17cd6aa808bd38edfd93.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0d69dbcb7c5b9a809fd7c19dfe267de13b03c48d Binary files /dev/null and b/datasets/combined/images/train/pb23izcgs8na1_jpg.rf.32db6186741e17cd6aa808bd38edfd93.jpg differ diff --git a/datasets/combined/images/train/pb23izcgs8na1_jpg.rf.44e4e2cf484edfc08964856936ade25e.jpg b/datasets/combined/images/train/pb23izcgs8na1_jpg.rf.44e4e2cf484edfc08964856936ade25e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..08be5dcb9afcb7b8380c0be6550beb245f21ae05 Binary files /dev/null and b/datasets/combined/images/train/pb23izcgs8na1_jpg.rf.44e4e2cf484edfc08964856936ade25e.jpg differ diff --git a/datasets/combined/images/train/pb23izcgs8na1_jpg.rf.e7f26360e2e7518ea75d3133b12e8ba7.jpg b/datasets/combined/images/train/pb23izcgs8na1_jpg.rf.e7f26360e2e7518ea75d3133b12e8ba7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b97d2817a353a7aa6ab65dc6c54097d7500bffd6 Binary files /dev/null and b/datasets/combined/images/train/pb23izcgs8na1_jpg.rf.e7f26360e2e7518ea75d3133b12e8ba7.jpg differ diff --git a/datasets/combined/images/train/pxuvds6zr5da1_jpg.rf.15728c884d548dcdedb1c9b75ec528c7.jpg b/datasets/combined/images/train/pxuvds6zr5da1_jpg.rf.15728c884d548dcdedb1c9b75ec528c7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3853f7671a7bd21fa550b086c5c1ac81fbccddf1 Binary files /dev/null and b/datasets/combined/images/train/pxuvds6zr5da1_jpg.rf.15728c884d548dcdedb1c9b75ec528c7.jpg differ diff --git a/datasets/combined/images/train/pxuvds6zr5da1_jpg.rf.54d775c0023ed2230729fba15f0f8e3a.jpg b/datasets/combined/images/train/pxuvds6zr5da1_jpg.rf.54d775c0023ed2230729fba15f0f8e3a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3aac5bc09e4de0ae6c0ed5f01816c7333fb9e750 Binary files /dev/null and b/datasets/combined/images/train/pxuvds6zr5da1_jpg.rf.54d775c0023ed2230729fba15f0f8e3a.jpg differ diff --git a/datasets/combined/images/train/pxuvds6zr5da1_jpg.rf.a2563310e99f0cd8757755e53e77f02e.jpg b/datasets/combined/images/train/pxuvds6zr5da1_jpg.rf.a2563310e99f0cd8757755e53e77f02e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f5e0ef69255be15e9facf97155be256ef956e173 Binary files /dev/null and b/datasets/combined/images/train/pxuvds6zr5da1_jpg.rf.a2563310e99f0cd8757755e53e77f02e.jpg differ diff --git a/datasets/combined/images/train/pyyw6nfbhbha1_jpg.rf.cba0e3c6232cad1399e416ddb5215543.jpg b/datasets/combined/images/train/pyyw6nfbhbha1_jpg.rf.cba0e3c6232cad1399e416ddb5215543.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0a58c6fbcc394438d65496e8b9bac4eb1bde00ee Binary files /dev/null and b/datasets/combined/images/train/pyyw6nfbhbha1_jpg.rf.cba0e3c6232cad1399e416ddb5215543.jpg differ diff --git a/datasets/combined/images/train/pyyw6nfbhbha1_jpg.rf.d4efca49d1b2ab367a595a2a852c6a26.jpg b/datasets/combined/images/train/pyyw6nfbhbha1_jpg.rf.d4efca49d1b2ab367a595a2a852c6a26.jpg new file mode 100644 index 0000000000000000000000000000000000000000..01761b037e4335fbc67af4a237f771daccf4392a Binary files /dev/null and b/datasets/combined/images/train/pyyw6nfbhbha1_jpg.rf.d4efca49d1b2ab367a595a2a852c6a26.jpg differ diff --git a/datasets/combined/images/train/pyyw6nfbhbha1_jpg.rf.e304ce9e68fef5e3a5c1ea92b74a1072.jpg b/datasets/combined/images/train/pyyw6nfbhbha1_jpg.rf.e304ce9e68fef5e3a5c1ea92b74a1072.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e0a8475ca8276c04fcdb7fa19601c509d80022ad Binary files /dev/null and b/datasets/combined/images/train/pyyw6nfbhbha1_jpg.rf.e304ce9e68fef5e3a5c1ea92b74a1072.jpg differ diff --git a/datasets/combined/images/train/qp3ab0qrdbga1_jpg.rf.441c91fb958744398387022847f8535b.jpg b/datasets/combined/images/train/qp3ab0qrdbga1_jpg.rf.441c91fb958744398387022847f8535b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2a1700d916706328a5bae0fa55838b1e89fdea24 Binary files /dev/null and b/datasets/combined/images/train/qp3ab0qrdbga1_jpg.rf.441c91fb958744398387022847f8535b.jpg differ diff --git a/datasets/combined/images/train/qp3ab0qrdbga1_jpg.rf.a5d8b6226f948ad5938fa72a54e6b460.jpg b/datasets/combined/images/train/qp3ab0qrdbga1_jpg.rf.a5d8b6226f948ad5938fa72a54e6b460.jpg new file mode 100644 index 0000000000000000000000000000000000000000..789f629fb98f2b50e56d5a5033fc593468cd530d Binary files /dev/null and b/datasets/combined/images/train/qp3ab0qrdbga1_jpg.rf.a5d8b6226f948ad5938fa72a54e6b460.jpg differ diff --git a/datasets/combined/images/train/qp3ab0qrdbga1_jpg.rf.a9c1d2e822b5997af89cb47232ebc2f3.jpg b/datasets/combined/images/train/qp3ab0qrdbga1_jpg.rf.a9c1d2e822b5997af89cb47232ebc2f3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..708ec8cc559778ea69f2642679195452f40a4e4d Binary files /dev/null and b/datasets/combined/images/train/qp3ab0qrdbga1_jpg.rf.a9c1d2e822b5997af89cb47232ebc2f3.jpg differ diff --git a/datasets/combined/images/train/qwmd0qj54tla1_jpg.rf.44de9668ef11d1501992bb2a1b18ec16.jpg b/datasets/combined/images/train/qwmd0qj54tla1_jpg.rf.44de9668ef11d1501992bb2a1b18ec16.jpg new file mode 100644 index 0000000000000000000000000000000000000000..11c3c8f6b0919fa9590ccdee632cc7254e8dcb51 Binary files /dev/null and b/datasets/combined/images/train/qwmd0qj54tla1_jpg.rf.44de9668ef11d1501992bb2a1b18ec16.jpg differ diff --git a/datasets/combined/images/train/qwmd0qj54tla1_jpg.rf.c6d309d47e68c9f40e3207fb1ea30f97.jpg b/datasets/combined/images/train/qwmd0qj54tla1_jpg.rf.c6d309d47e68c9f40e3207fb1ea30f97.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5528cbae86bec38b6572c2b9439681aeede5ba83 Binary files /dev/null and b/datasets/combined/images/train/qwmd0qj54tla1_jpg.rf.c6d309d47e68c9f40e3207fb1ea30f97.jpg differ diff --git a/datasets/combined/images/train/qwmd0qj54tla1_jpg.rf.f874de2051448e2c9f87a1ecd13fb762.jpg b/datasets/combined/images/train/qwmd0qj54tla1_jpg.rf.f874de2051448e2c9f87a1ecd13fb762.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6bb6c41a35847a4ee2d833ca6db11f331303d609 Binary files /dev/null and b/datasets/combined/images/train/qwmd0qj54tla1_jpg.rf.f874de2051448e2c9f87a1ecd13fb762.jpg differ diff --git a/datasets/combined/images/train/r9ko4kqc3saa1_jpg.rf.14a51b6a663a3c7d249a6a2679c1bb3b.jpg b/datasets/combined/images/train/r9ko4kqc3saa1_jpg.rf.14a51b6a663a3c7d249a6a2679c1bb3b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf653e782d9d370b627ea19366f02edf2e657f68 Binary files /dev/null and b/datasets/combined/images/train/r9ko4kqc3saa1_jpg.rf.14a51b6a663a3c7d249a6a2679c1bb3b.jpg differ diff --git a/datasets/combined/images/train/r9ko4kqc3saa1_jpg.rf.7075a56666168d8c3f0ddfc99131a4f8.jpg b/datasets/combined/images/train/r9ko4kqc3saa1_jpg.rf.7075a56666168d8c3f0ddfc99131a4f8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d8c58f8a5f287d56cd52819d3a7851ad06bb334a Binary files /dev/null and b/datasets/combined/images/train/r9ko4kqc3saa1_jpg.rf.7075a56666168d8c3f0ddfc99131a4f8.jpg differ diff --git a/datasets/combined/images/train/r9ko4kqc3saa1_jpg.rf.91e960b6e86011918610e4a0d590d7d6.jpg b/datasets/combined/images/train/r9ko4kqc3saa1_jpg.rf.91e960b6e86011918610e4a0d590d7d6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2522f369e3ada9a74fe562a45da9bde29b62d2bf Binary files /dev/null and b/datasets/combined/images/train/r9ko4kqc3saa1_jpg.rf.91e960b6e86011918610e4a0d590d7d6.jpg differ diff --git a/datasets/combined/images/train/s63feb9suiha1_jpg.rf.049121b3242c5f00fa846007b1f4f293.jpg b/datasets/combined/images/train/s63feb9suiha1_jpg.rf.049121b3242c5f00fa846007b1f4f293.jpg new file mode 100644 index 0000000000000000000000000000000000000000..76215b574db82ea2ead726f84859bea565336a8c Binary files /dev/null and b/datasets/combined/images/train/s63feb9suiha1_jpg.rf.049121b3242c5f00fa846007b1f4f293.jpg differ diff --git a/datasets/combined/images/train/s63feb9suiha1_jpg.rf.0fe00b5db75468bceab1490b08d8eeab.jpg b/datasets/combined/images/train/s63feb9suiha1_jpg.rf.0fe00b5db75468bceab1490b08d8eeab.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ed30e9adf7dcad4fec8d460e4772f12766c30f6d Binary files /dev/null and b/datasets/combined/images/train/s63feb9suiha1_jpg.rf.0fe00b5db75468bceab1490b08d8eeab.jpg differ diff --git a/datasets/combined/images/train/s63feb9suiha1_jpg.rf.3db4ff692bd1d44da2290fa36530a5bf.jpg b/datasets/combined/images/train/s63feb9suiha1_jpg.rf.3db4ff692bd1d44da2290fa36530a5bf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b62a274bcfed3f97f057d8a4c9553c199de008a0 Binary files /dev/null and b/datasets/combined/images/train/s63feb9suiha1_jpg.rf.3db4ff692bd1d44da2290fa36530a5bf.jpg differ diff --git a/datasets/combined/images/train/sf7dm6lymvja1_jpg.rf.bc1d5b5507efcb987854e3c7e525bacc.jpg b/datasets/combined/images/train/sf7dm6lymvja1_jpg.rf.bc1d5b5507efcb987854e3c7e525bacc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d510709d9c87a595a9cc98ee0ef3ca2a71f443c8 Binary files /dev/null and b/datasets/combined/images/train/sf7dm6lymvja1_jpg.rf.bc1d5b5507efcb987854e3c7e525bacc.jpg differ diff --git a/datasets/combined/images/train/sf7dm6lymvja1_jpg.rf.d9574ae717c1e7f695ab04110305a5f9.jpg b/datasets/combined/images/train/sf7dm6lymvja1_jpg.rf.d9574ae717c1e7f695ab04110305a5f9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9dfb6f555f81aaf975de5c5994c9e384b9a29c3f Binary files /dev/null and b/datasets/combined/images/train/sf7dm6lymvja1_jpg.rf.d9574ae717c1e7f695ab04110305a5f9.jpg differ diff --git a/datasets/combined/images/train/sf7dm6lymvja1_jpg.rf.fab706d40874fabf1dd2e60703cf4698.jpg b/datasets/combined/images/train/sf7dm6lymvja1_jpg.rf.fab706d40874fabf1dd2e60703cf4698.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7960e139e0afee4c78d145612ed0a3ccc72e699c Binary files /dev/null and b/datasets/combined/images/train/sf7dm6lymvja1_jpg.rf.fab706d40874fabf1dd2e60703cf4698.jpg differ diff --git a/datasets/combined/images/train/shahbagh_003_mp4-0049_jpg.rf.0004817b253e8a01cb87864ba09ec043.jpg b/datasets/combined/images/train/shahbagh_003_mp4-0049_jpg.rf.0004817b253e8a01cb87864ba09ec043.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f2fdf1d9e75082f1272225e821bec51aa7ea00c0 Binary files /dev/null and b/datasets/combined/images/train/shahbagh_003_mp4-0049_jpg.rf.0004817b253e8a01cb87864ba09ec043.jpg differ diff --git a/datasets/combined/images/train/shahbagh_003_mp4-0049_jpg.rf.2b56cda3c85b36ba1f921d56b249f088.jpg b/datasets/combined/images/train/shahbagh_003_mp4-0049_jpg.rf.2b56cda3c85b36ba1f921d56b249f088.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3447ab974e0d4b833c0c78654237953049abbd2a Binary files /dev/null and b/datasets/combined/images/train/shahbagh_003_mp4-0049_jpg.rf.2b56cda3c85b36ba1f921d56b249f088.jpg differ diff --git a/datasets/combined/images/train/shahbagh_003_mp4-0049_jpg.rf.53df7c6b7e0d112298e97f20133ead81.jpg b/datasets/combined/images/train/shahbagh_003_mp4-0049_jpg.rf.53df7c6b7e0d112298e97f20133ead81.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f2fdf1d9e75082f1272225e821bec51aa7ea00c0 Binary files /dev/null and b/datasets/combined/images/train/shahbagh_003_mp4-0049_jpg.rf.53df7c6b7e0d112298e97f20133ead81.jpg differ diff --git a/datasets/combined/images/train/shahbagh_003_mp4-0049_jpg.rf.6052d965344e77f7f49829f9cfe373d4.jpg b/datasets/combined/images/train/shahbagh_003_mp4-0049_jpg.rf.6052d965344e77f7f49829f9cfe373d4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..989f5d18175b12758eb8c31465ef8d160a653d22 Binary files /dev/null and b/datasets/combined/images/train/shahbagh_003_mp4-0049_jpg.rf.6052d965344e77f7f49829f9cfe373d4.jpg differ diff --git a/datasets/combined/images/train/shahbagh_003_mp4-0049_jpg.rf.7b87317a79ddaf8103a85b6ce19ecfde.jpg b/datasets/combined/images/train/shahbagh_003_mp4-0049_jpg.rf.7b87317a79ddaf8103a85b6ce19ecfde.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f2fdf1d9e75082f1272225e821bec51aa7ea00c0 Binary files /dev/null and b/datasets/combined/images/train/shahbagh_003_mp4-0049_jpg.rf.7b87317a79ddaf8103a85b6ce19ecfde.jpg differ diff --git a/datasets/combined/images/train/shahbagh_003_mp4-0049_jpg.rf.d93e5d09dd346136b7368e9e89a5d65a.jpg b/datasets/combined/images/train/shahbagh_003_mp4-0049_jpg.rf.d93e5d09dd346136b7368e9e89a5d65a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..13e62eb8b232b0f3f79dcb00f23a5ecdecd0fd3d Binary files /dev/null and b/datasets/combined/images/train/shahbagh_003_mp4-0049_jpg.rf.d93e5d09dd346136b7368e9e89a5d65a.jpg differ diff --git a/datasets/combined/images/train/shahbagh_003_mp4-0049_jpg.rf.e160b0d0c7c7ec7a82b3b83272746df3.jpg b/datasets/combined/images/train/shahbagh_003_mp4-0049_jpg.rf.e160b0d0c7c7ec7a82b3b83272746df3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b5276f125aca885091a54e937a327176eb2835bf Binary files /dev/null and b/datasets/combined/images/train/shahbagh_003_mp4-0049_jpg.rf.e160b0d0c7c7ec7a82b3b83272746df3.jpg differ diff --git a/datasets/combined/images/train/shahbagh_003_mp4-0210_jpg.rf.47c3dd1cd0a03b80e49b4e49d256ef7d.jpg b/datasets/combined/images/train/shahbagh_003_mp4-0210_jpg.rf.47c3dd1cd0a03b80e49b4e49d256ef7d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e7646c11ea760cb1c9d02938865b6a5d8c815929 Binary files /dev/null and b/datasets/combined/images/train/shahbagh_003_mp4-0210_jpg.rf.47c3dd1cd0a03b80e49b4e49d256ef7d.jpg differ diff --git a/datasets/combined/images/train/shahbagh_003_mp4-0210_jpg.rf.5e437b1051033ea8baaf9dc0c7674868.jpg b/datasets/combined/images/train/shahbagh_003_mp4-0210_jpg.rf.5e437b1051033ea8baaf9dc0c7674868.jpg new file mode 100644 index 0000000000000000000000000000000000000000..66234e51dbe8b4d5b9a906c12b1d1df741d3df31 Binary files /dev/null and b/datasets/combined/images/train/shahbagh_003_mp4-0210_jpg.rf.5e437b1051033ea8baaf9dc0c7674868.jpg differ diff --git a/datasets/combined/images/train/shahbagh_003_mp4-0210_jpg.rf.65dacbd5ea1f93bcfb9e8d86359cdffe.jpg b/datasets/combined/images/train/shahbagh_003_mp4-0210_jpg.rf.65dacbd5ea1f93bcfb9e8d86359cdffe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c80b9e67e45dd447f7b2c401e728e18a5ba6f474 Binary files /dev/null and b/datasets/combined/images/train/shahbagh_003_mp4-0210_jpg.rf.65dacbd5ea1f93bcfb9e8d86359cdffe.jpg differ diff --git a/datasets/combined/images/train/shahbagh_003_mp4-0210_jpg.rf.65dde1ff06997dc53bcc3e882317e126.jpg b/datasets/combined/images/train/shahbagh_003_mp4-0210_jpg.rf.65dde1ff06997dc53bcc3e882317e126.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e864faf650f96740aa5f00aed69ca2a1ca797642 Binary files /dev/null and b/datasets/combined/images/train/shahbagh_003_mp4-0210_jpg.rf.65dde1ff06997dc53bcc3e882317e126.jpg differ diff --git a/datasets/combined/images/train/shahbagh_003_mp4-0210_jpg.rf.9ed7d62716230a05fa6009a7b49b8464.jpg b/datasets/combined/images/train/shahbagh_003_mp4-0210_jpg.rf.9ed7d62716230a05fa6009a7b49b8464.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2db87448aa6a1d5b231daa07b09439401ad9b40a Binary files /dev/null and b/datasets/combined/images/train/shahbagh_003_mp4-0210_jpg.rf.9ed7d62716230a05fa6009a7b49b8464.jpg differ diff --git a/datasets/combined/images/train/shahbagh_003_mp4-0210_jpg.rf.a28e32a56db8f792f2a909767b7ea3b5.jpg b/datasets/combined/images/train/shahbagh_003_mp4-0210_jpg.rf.a28e32a56db8f792f2a909767b7ea3b5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d5874e163ca760c438622b533ace43ed71fd2ecf Binary files /dev/null and b/datasets/combined/images/train/shahbagh_003_mp4-0210_jpg.rf.a28e32a56db8f792f2a909767b7ea3b5.jpg differ diff --git a/datasets/combined/images/train/shahbagh_003_mp4-0210_jpg.rf.b6b3d3151d8eb5ef18add1a151ae8e6c.jpg b/datasets/combined/images/train/shahbagh_003_mp4-0210_jpg.rf.b6b3d3151d8eb5ef18add1a151ae8e6c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..073f6ef17ebb0ce7268c51c3de3824bd05b3a8fb Binary files /dev/null and b/datasets/combined/images/train/shahbagh_003_mp4-0210_jpg.rf.b6b3d3151d8eb5ef18add1a151ae8e6c.jpg differ diff --git a/datasets/combined/images/train/shahbagh_006_mp4-0202_jpg.rf.6310117c8f4acd4f3437634cb6aadfbe.jpg b/datasets/combined/images/train/shahbagh_006_mp4-0202_jpg.rf.6310117c8f4acd4f3437634cb6aadfbe.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9462201c089584271aee7ea53f626caaec6825a5 Binary files /dev/null and b/datasets/combined/images/train/shahbagh_006_mp4-0202_jpg.rf.6310117c8f4acd4f3437634cb6aadfbe.jpg differ diff --git a/datasets/combined/images/train/shahbagh_006_mp4-0202_jpg.rf.723439045f379c03b9dd1e1b5bbe55a6.jpg b/datasets/combined/images/train/shahbagh_006_mp4-0202_jpg.rf.723439045f379c03b9dd1e1b5bbe55a6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d3df3c314a9c54938d9c28b5f207db2c955012d Binary files /dev/null and b/datasets/combined/images/train/shahbagh_006_mp4-0202_jpg.rf.723439045f379c03b9dd1e1b5bbe55a6.jpg differ diff --git a/datasets/combined/images/train/shahbagh_006_mp4-0202_jpg.rf.77cddd9fe7d238e5eb0f19460af94bb9.jpg b/datasets/combined/images/train/shahbagh_006_mp4-0202_jpg.rf.77cddd9fe7d238e5eb0f19460af94bb9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e6496a96ab537141dab913b3b1072157c7a1e998 Binary files /dev/null and b/datasets/combined/images/train/shahbagh_006_mp4-0202_jpg.rf.77cddd9fe7d238e5eb0f19460af94bb9.jpg differ diff --git a/datasets/combined/images/train/shahbagh_006_mp4-0202_jpg.rf.add6f324323540f026a8c71bb9d165e6.jpg b/datasets/combined/images/train/shahbagh_006_mp4-0202_jpg.rf.add6f324323540f026a8c71bb9d165e6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c7ddd83032ffec5fa53d37eac98d516b8f2f2bb3 Binary files /dev/null and b/datasets/combined/images/train/shahbagh_006_mp4-0202_jpg.rf.add6f324323540f026a8c71bb9d165e6.jpg differ diff --git a/datasets/combined/images/train/shahbagh_006_mp4-0202_jpg.rf.c7687b6391f8b882499d6d0bbd5a4657.jpg b/datasets/combined/images/train/shahbagh_006_mp4-0202_jpg.rf.c7687b6391f8b882499d6d0bbd5a4657.jpg new file mode 100644 index 0000000000000000000000000000000000000000..74c9c977d06529efe08bb952c49dbabdaa09f276 Binary files /dev/null and b/datasets/combined/images/train/shahbagh_006_mp4-0202_jpg.rf.c7687b6391f8b882499d6d0bbd5a4657.jpg differ diff --git a/datasets/combined/images/train/shahbagh_006_mp4-0202_jpg.rf.c8837a2ef762d4b065f53d4cc04ec2f6.jpg b/datasets/combined/images/train/shahbagh_006_mp4-0202_jpg.rf.c8837a2ef762d4b065f53d4cc04ec2f6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d8648784cdacb5cd1e103b6e195fbd8e10397aa4 Binary files /dev/null and b/datasets/combined/images/train/shahbagh_006_mp4-0202_jpg.rf.c8837a2ef762d4b065f53d4cc04ec2f6.jpg differ diff --git a/datasets/combined/images/train/shahbagh_006_mp4-0202_jpg.rf.d2e008a57710feef893e1992e2a82897.jpg b/datasets/combined/images/train/shahbagh_006_mp4-0202_jpg.rf.d2e008a57710feef893e1992e2a82897.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a705652cb750de093cad3608aa99a6f0303b4412 Binary files /dev/null and b/datasets/combined/images/train/shahbagh_006_mp4-0202_jpg.rf.d2e008a57710feef893e1992e2a82897.jpg differ diff --git a/datasets/combined/images/train/shahbagh_008_mp4-0001_jpg.rf.0d3d2ebe5d3f185ad421f8a33f94f5bc.jpg b/datasets/combined/images/train/shahbagh_008_mp4-0001_jpg.rf.0d3d2ebe5d3f185ad421f8a33f94f5bc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1afeb90939f3e142e255e35a674e09213411128d Binary files /dev/null and b/datasets/combined/images/train/shahbagh_008_mp4-0001_jpg.rf.0d3d2ebe5d3f185ad421f8a33f94f5bc.jpg differ diff --git a/datasets/combined/images/train/shahbagh_008_mp4-0001_jpg.rf.3235576975b54718dedc95964adf7555.jpg b/datasets/combined/images/train/shahbagh_008_mp4-0001_jpg.rf.3235576975b54718dedc95964adf7555.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ff919216e8770efe05642d5a0bfcb2f399f42a6e Binary files /dev/null and b/datasets/combined/images/train/shahbagh_008_mp4-0001_jpg.rf.3235576975b54718dedc95964adf7555.jpg differ diff --git a/datasets/combined/images/train/shahbagh_008_mp4-0001_jpg.rf.4fc0e5b75e2eb5ca2b4480079313b7c3.jpg b/datasets/combined/images/train/shahbagh_008_mp4-0001_jpg.rf.4fc0e5b75e2eb5ca2b4480079313b7c3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2927bc39aabe94465c1971b9496ab18c57d76ed2 Binary files /dev/null and b/datasets/combined/images/train/shahbagh_008_mp4-0001_jpg.rf.4fc0e5b75e2eb5ca2b4480079313b7c3.jpg differ diff --git a/datasets/combined/images/train/shahbagh_008_mp4-0001_jpg.rf.8748678e41bddf22dabaf590240345a2.jpg b/datasets/combined/images/train/shahbagh_008_mp4-0001_jpg.rf.8748678e41bddf22dabaf590240345a2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ab21c99c870494e8278a27251296b421e3f54b9 Binary files /dev/null and b/datasets/combined/images/train/shahbagh_008_mp4-0001_jpg.rf.8748678e41bddf22dabaf590240345a2.jpg differ diff --git a/datasets/combined/images/train/shahbagh_008_mp4-0001_jpg.rf.b8913ef97f7057a5cc02a7b27d8b836f.jpg b/datasets/combined/images/train/shahbagh_008_mp4-0001_jpg.rf.b8913ef97f7057a5cc02a7b27d8b836f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e1be7fad5398e23edf2e4f2b116dc0b4f11a65ed Binary files /dev/null and b/datasets/combined/images/train/shahbagh_008_mp4-0001_jpg.rf.b8913ef97f7057a5cc02a7b27d8b836f.jpg differ diff --git a/datasets/combined/images/train/shahbagh_008_mp4-0001_jpg.rf.e548b1edc299602f14e1665c18a7ff6d.jpg b/datasets/combined/images/train/shahbagh_008_mp4-0001_jpg.rf.e548b1edc299602f14e1665c18a7ff6d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..657ac12dfa4ec319b31dd96011bce5733b57f23c Binary files /dev/null and b/datasets/combined/images/train/shahbagh_008_mp4-0001_jpg.rf.e548b1edc299602f14e1665c18a7ff6d.jpg differ diff --git a/datasets/combined/images/train/shahbagh_008_mp4-0001_jpg.rf.e5910d54844d699910dc5ebef5ddc9d3.jpg b/datasets/combined/images/train/shahbagh_008_mp4-0001_jpg.rf.e5910d54844d699910dc5ebef5ddc9d3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..755f0daceead351435c504f4e0a5128b1e937e1f Binary files /dev/null and b/datasets/combined/images/train/shahbagh_008_mp4-0001_jpg.rf.e5910d54844d699910dc5ebef5ddc9d3.jpg differ diff --git a/datasets/combined/images/train/shahbagh_008_mp4-0002_jpg.rf.9c0f463184481ef211d0fc18fc00c263.jpg b/datasets/combined/images/train/shahbagh_008_mp4-0002_jpg.rf.9c0f463184481ef211d0fc18fc00c263.jpg new file mode 100644 index 0000000000000000000000000000000000000000..babb89ee42f34d27778b55fbf5b48e91e5975533 Binary files /dev/null and b/datasets/combined/images/train/shahbagh_008_mp4-0002_jpg.rf.9c0f463184481ef211d0fc18fc00c263.jpg differ diff --git a/datasets/combined/images/train/shahbagh_008_mp4-0002_jpg.rf.a68baae62e0333cd1413c362a6d02e40.jpg b/datasets/combined/images/train/shahbagh_008_mp4-0002_jpg.rf.a68baae62e0333cd1413c362a6d02e40.jpg new file mode 100644 index 0000000000000000000000000000000000000000..603985102c9e0d1f965c33c3808aafee5dcc47cb Binary files /dev/null and b/datasets/combined/images/train/shahbagh_008_mp4-0002_jpg.rf.a68baae62e0333cd1413c362a6d02e40.jpg differ diff --git a/datasets/combined/images/train/shahbagh_008_mp4-0002_jpg.rf.c9c5eef70a65010e071aceae9cf7493f.jpg b/datasets/combined/images/train/shahbagh_008_mp4-0002_jpg.rf.c9c5eef70a65010e071aceae9cf7493f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5bfc10c8c762ef284b5d402665e2950c16537aaa Binary files /dev/null and b/datasets/combined/images/train/shahbagh_008_mp4-0002_jpg.rf.c9c5eef70a65010e071aceae9cf7493f.jpg differ diff --git a/datasets/combined/images/train/shahbagh_008_mp4-0002_jpg.rf.d5cd9aaabde0ad6271ed768aee2a7d53.jpg b/datasets/combined/images/train/shahbagh_008_mp4-0002_jpg.rf.d5cd9aaabde0ad6271ed768aee2a7d53.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1621fbf48085c7189b2068a2faf58d77c1bad92b Binary files /dev/null and b/datasets/combined/images/train/shahbagh_008_mp4-0002_jpg.rf.d5cd9aaabde0ad6271ed768aee2a7d53.jpg differ diff --git a/datasets/combined/images/train/shahbagh_008_mp4-0002_jpg.rf.eaa6b368430a8a886137f72c91843bc2.jpg b/datasets/combined/images/train/shahbagh_008_mp4-0002_jpg.rf.eaa6b368430a8a886137f72c91843bc2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c51e816369f562dab862f89ddf84b018aeef8844 Binary files /dev/null and b/datasets/combined/images/train/shahbagh_008_mp4-0002_jpg.rf.eaa6b368430a8a886137f72c91843bc2.jpg differ diff --git a/datasets/combined/images/train/shahbagh_008_mp4-0002_jpg.rf.eb16741036bea9ca7008f15df89fe9e7.jpg b/datasets/combined/images/train/shahbagh_008_mp4-0002_jpg.rf.eb16741036bea9ca7008f15df89fe9e7.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4718f2ffe6f4c516aa34bb4153740c38fc3257c7 Binary files /dev/null and b/datasets/combined/images/train/shahbagh_008_mp4-0002_jpg.rf.eb16741036bea9ca7008f15df89fe9e7.jpg differ diff --git a/datasets/combined/images/train/shahbagh_008_mp4-0003_jpg.rf.0bb33268a02c6b54f32bfc3e65c8ee3e.jpg b/datasets/combined/images/train/shahbagh_008_mp4-0003_jpg.rf.0bb33268a02c6b54f32bfc3e65c8ee3e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a657efc9389c01f3798a7faacbdc3b9e48f62429 Binary files /dev/null and b/datasets/combined/images/train/shahbagh_008_mp4-0003_jpg.rf.0bb33268a02c6b54f32bfc3e65c8ee3e.jpg differ diff --git a/datasets/combined/images/train/shahbagh_008_mp4-0003_jpg.rf.298792a88aad8c1397e83235ed94a017.jpg b/datasets/combined/images/train/shahbagh_008_mp4-0003_jpg.rf.298792a88aad8c1397e83235ed94a017.jpg new file mode 100644 index 0000000000000000000000000000000000000000..af72b4de802edcd0aa48a92d7fd080502552f17a Binary files /dev/null and b/datasets/combined/images/train/shahbagh_008_mp4-0003_jpg.rf.298792a88aad8c1397e83235ed94a017.jpg differ diff --git a/datasets/combined/images/train/shahbagh_008_mp4-0003_jpg.rf.5d7f9fccebcf193a15c71443b05f2273.jpg b/datasets/combined/images/train/shahbagh_008_mp4-0003_jpg.rf.5d7f9fccebcf193a15c71443b05f2273.jpg new file mode 100644 index 0000000000000000000000000000000000000000..53ccf5dd157eb566c8a7a73880fbf0f758da96ef Binary files /dev/null and b/datasets/combined/images/train/shahbagh_008_mp4-0003_jpg.rf.5d7f9fccebcf193a15c71443b05f2273.jpg differ diff --git a/datasets/combined/images/train/shahbagh_008_mp4-0003_jpg.rf.7b25c6417c42be0ae574317540a1080d.jpg b/datasets/combined/images/train/shahbagh_008_mp4-0003_jpg.rf.7b25c6417c42be0ae574317540a1080d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4a0953aaba9677b93abdeec6396706ee62d11541 Binary files /dev/null and b/datasets/combined/images/train/shahbagh_008_mp4-0003_jpg.rf.7b25c6417c42be0ae574317540a1080d.jpg differ diff --git a/datasets/combined/images/train/shahbagh_008_mp4-0003_jpg.rf.addeeabf0f06c571bd78954e8dc49c85.jpg b/datasets/combined/images/train/shahbagh_008_mp4-0003_jpg.rf.addeeabf0f06c571bd78954e8dc49c85.jpg new file mode 100644 index 0000000000000000000000000000000000000000..707712e7e79865260c2041217fa8450d4220c223 Binary files /dev/null and b/datasets/combined/images/train/shahbagh_008_mp4-0003_jpg.rf.addeeabf0f06c571bd78954e8dc49c85.jpg differ diff --git a/datasets/combined/images/train/shahbagh_008_mp4-0003_jpg.rf.b6a36d7ab7e6b81316c7fb2f0e58dcbb.jpg b/datasets/combined/images/train/shahbagh_008_mp4-0003_jpg.rf.b6a36d7ab7e6b81316c7fb2f0e58dcbb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b4d54cf269171628cee49f3dad2f897fa153bdf2 Binary files /dev/null and b/datasets/combined/images/train/shahbagh_008_mp4-0003_jpg.rf.b6a36d7ab7e6b81316c7fb2f0e58dcbb.jpg differ diff --git a/datasets/combined/images/train/shahbagh_008_mp4-0003_jpg.rf.eb250f82a25a049946be9e5f67a80bcd.jpg b/datasets/combined/images/train/shahbagh_008_mp4-0003_jpg.rf.eb250f82a25a049946be9e5f67a80bcd.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ba3b5caa0c6081d604d635ded9b508e28254c1f0 Binary files /dev/null and b/datasets/combined/images/train/shahbagh_008_mp4-0003_jpg.rf.eb250f82a25a049946be9e5f67a80bcd.jpg differ diff --git a/datasets/combined/images/train/shahbagh_008_mp4-0004_jpg.rf.1e1754bf252d7abda7f51a4ea7cf0bb9.jpg b/datasets/combined/images/train/shahbagh_008_mp4-0004_jpg.rf.1e1754bf252d7abda7f51a4ea7cf0bb9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6a7aa1e88c3771665967d4945308e0ba7d8cfac7 Binary files /dev/null and b/datasets/combined/images/train/shahbagh_008_mp4-0004_jpg.rf.1e1754bf252d7abda7f51a4ea7cf0bb9.jpg differ diff --git a/datasets/combined/images/train/shahbagh_008_mp4-0004_jpg.rf.24367db22d7ad88076d10a7fe48583e8.jpg b/datasets/combined/images/train/shahbagh_008_mp4-0004_jpg.rf.24367db22d7ad88076d10a7fe48583e8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7268d02174058ac26e609e040120211ab1b4105a Binary files /dev/null and b/datasets/combined/images/train/shahbagh_008_mp4-0004_jpg.rf.24367db22d7ad88076d10a7fe48583e8.jpg differ diff --git a/datasets/combined/images/train/shahbagh_008_mp4-0004_jpg.rf.27e5c7e227c4f68dcf9a3509e6638ddf.jpg b/datasets/combined/images/train/shahbagh_008_mp4-0004_jpg.rf.27e5c7e227c4f68dcf9a3509e6638ddf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0c09dd1ac8c0ca20696b1ae6699cf730c883159e Binary files /dev/null and b/datasets/combined/images/train/shahbagh_008_mp4-0004_jpg.rf.27e5c7e227c4f68dcf9a3509e6638ddf.jpg differ diff --git a/datasets/combined/images/train/shahbagh_008_mp4-0004_jpg.rf.566a7261c5dac3670ccb3099366f69f5.jpg b/datasets/combined/images/train/shahbagh_008_mp4-0004_jpg.rf.566a7261c5dac3670ccb3099366f69f5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..79d8ba234a9b73f0989de044c49116c3c172370b Binary files /dev/null and b/datasets/combined/images/train/shahbagh_008_mp4-0004_jpg.rf.566a7261c5dac3670ccb3099366f69f5.jpg differ diff --git a/datasets/combined/images/train/shahbagh_008_mp4-0004_jpg.rf.d1182d25eb0a131f8a79a9dd675e59ed.jpg b/datasets/combined/images/train/shahbagh_008_mp4-0004_jpg.rf.d1182d25eb0a131f8a79a9dd675e59ed.jpg new file mode 100644 index 0000000000000000000000000000000000000000..32a583997e358d3f993efc850414a0b8ae8e48c8 Binary files /dev/null and b/datasets/combined/images/train/shahbagh_008_mp4-0004_jpg.rf.d1182d25eb0a131f8a79a9dd675e59ed.jpg differ diff --git a/datasets/combined/images/train/shahbagh_008_mp4-0004_jpg.rf.e4b19406a73e20f22da7a501840cd766.jpg b/datasets/combined/images/train/shahbagh_008_mp4-0004_jpg.rf.e4b19406a73e20f22da7a501840cd766.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f6f2fe715315cd3b9dddb1557029f58c41859296 Binary files /dev/null and b/datasets/combined/images/train/shahbagh_008_mp4-0004_jpg.rf.e4b19406a73e20f22da7a501840cd766.jpg differ diff --git a/datasets/combined/images/train/shahbagh_008_mp4-0004_jpg.rf.fd1447d665aafc4954499cb3a2d379e6.jpg b/datasets/combined/images/train/shahbagh_008_mp4-0004_jpg.rf.fd1447d665aafc4954499cb3a2d379e6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..61407e8ad5f0082a2e5261db4565159880d8646e Binary files /dev/null and b/datasets/combined/images/train/shahbagh_008_mp4-0004_jpg.rf.fd1447d665aafc4954499cb3a2d379e6.jpg differ diff --git a/datasets/combined/images/train/shahbagh_008_mp4-0006_jpg.rf.47cf70af35aa07d4d239f5942fa6aa41.jpg b/datasets/combined/images/train/shahbagh_008_mp4-0006_jpg.rf.47cf70af35aa07d4d239f5942fa6aa41.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9e05d528e5c5472aefcb5dabcb6e20baea0a54be Binary files /dev/null and b/datasets/combined/images/train/shahbagh_008_mp4-0006_jpg.rf.47cf70af35aa07d4d239f5942fa6aa41.jpg differ diff --git a/datasets/combined/images/train/shahbagh_008_mp4-0006_jpg.rf.57ad61d62e068115f7ef8fb7c0dfd589.jpg b/datasets/combined/images/train/shahbagh_008_mp4-0006_jpg.rf.57ad61d62e068115f7ef8fb7c0dfd589.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8347b6328df424bd264502576045efc22fef96d2 Binary files /dev/null and b/datasets/combined/images/train/shahbagh_008_mp4-0006_jpg.rf.57ad61d62e068115f7ef8fb7c0dfd589.jpg differ diff --git a/datasets/combined/images/train/shahbagh_008_mp4-0006_jpg.rf.73b1e13436534c9a884a175b9c48d0fb.jpg b/datasets/combined/images/train/shahbagh_008_mp4-0006_jpg.rf.73b1e13436534c9a884a175b9c48d0fb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..894d7c8a0aa1a9cc1b5cf4b82ef22c1ccffe613c Binary files /dev/null and b/datasets/combined/images/train/shahbagh_008_mp4-0006_jpg.rf.73b1e13436534c9a884a175b9c48d0fb.jpg differ diff --git a/datasets/combined/images/train/shahbagh_008_mp4-0006_jpg.rf.8cfb9163a392e9c07b66c0be0e9205d4.jpg b/datasets/combined/images/train/shahbagh_008_mp4-0006_jpg.rf.8cfb9163a392e9c07b66c0be0e9205d4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8333f608ef7ac1ab9560a8788913124fb03ef60f Binary files /dev/null and b/datasets/combined/images/train/shahbagh_008_mp4-0006_jpg.rf.8cfb9163a392e9c07b66c0be0e9205d4.jpg differ diff --git a/datasets/combined/images/train/shahbagh_008_mp4-0006_jpg.rf.ae60c458a6c91eada772b389354acdae.jpg b/datasets/combined/images/train/shahbagh_008_mp4-0006_jpg.rf.ae60c458a6c91eada772b389354acdae.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8eb5d24759e0bd2cb3a152e066b0e9a81ca012ae Binary files /dev/null and b/datasets/combined/images/train/shahbagh_008_mp4-0006_jpg.rf.ae60c458a6c91eada772b389354acdae.jpg differ diff --git a/datasets/combined/images/train/shahbagh_008_mp4-0006_jpg.rf.ba9dda3e69bb3f00294c78b630f5b1b1.jpg b/datasets/combined/images/train/shahbagh_008_mp4-0006_jpg.rf.ba9dda3e69bb3f00294c78b630f5b1b1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8eb5d24759e0bd2cb3a152e066b0e9a81ca012ae Binary files /dev/null and b/datasets/combined/images/train/shahbagh_008_mp4-0006_jpg.rf.ba9dda3e69bb3f00294c78b630f5b1b1.jpg differ diff --git a/datasets/combined/images/train/shahbagh_008_mp4-0006_jpg.rf.ece3421500c71c8d9d8e57820e5de169.jpg b/datasets/combined/images/train/shahbagh_008_mp4-0006_jpg.rf.ece3421500c71c8d9d8e57820e5de169.jpg new file mode 100644 index 0000000000000000000000000000000000000000..47497e49bff04f88a10357143a9d6a592c5df1a9 Binary files /dev/null and b/datasets/combined/images/train/shahbagh_008_mp4-0006_jpg.rf.ece3421500c71c8d9d8e57820e5de169.jpg differ diff --git a/datasets/combined/images/train/shahbagh_009_mp4-0269_jpg.rf.0b892bbc0fb5d97185392ade13c863b3.jpg b/datasets/combined/images/train/shahbagh_009_mp4-0269_jpg.rf.0b892bbc0fb5d97185392ade13c863b3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..156ed9a66e5068933fea24d9d7261923f9ac07b5 Binary files /dev/null and b/datasets/combined/images/train/shahbagh_009_mp4-0269_jpg.rf.0b892bbc0fb5d97185392ade13c863b3.jpg differ diff --git a/datasets/combined/images/train/shahbagh_009_mp4-0269_jpg.rf.1ddf681cae041aac880d4e2b97667278.jpg b/datasets/combined/images/train/shahbagh_009_mp4-0269_jpg.rf.1ddf681cae041aac880d4e2b97667278.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2e54e574117d8eaa80518abd0492ae34ea0ebac0 Binary files /dev/null and b/datasets/combined/images/train/shahbagh_009_mp4-0269_jpg.rf.1ddf681cae041aac880d4e2b97667278.jpg differ diff --git a/datasets/combined/images/train/shahbagh_009_mp4-0269_jpg.rf.3f5017eeb0482395f3dd81286ec14ac2.jpg b/datasets/combined/images/train/shahbagh_009_mp4-0269_jpg.rf.3f5017eeb0482395f3dd81286ec14ac2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bf8b0cbc96119b9e759f24c36168e24890f170eb Binary files /dev/null and b/datasets/combined/images/train/shahbagh_009_mp4-0269_jpg.rf.3f5017eeb0482395f3dd81286ec14ac2.jpg differ diff --git a/datasets/combined/images/train/shahbagh_009_mp4-0269_jpg.rf.79858ef98e5e232b7f91ff3e19357259.jpg b/datasets/combined/images/train/shahbagh_009_mp4-0269_jpg.rf.79858ef98e5e232b7f91ff3e19357259.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d3dd1a8a431a44c977a8062428637d088269870d Binary files /dev/null and b/datasets/combined/images/train/shahbagh_009_mp4-0269_jpg.rf.79858ef98e5e232b7f91ff3e19357259.jpg differ diff --git a/datasets/combined/images/train/shahbagh_009_mp4-0269_jpg.rf.c1efcda7c1e2dfb872301e9bb212148a.jpg b/datasets/combined/images/train/shahbagh_009_mp4-0269_jpg.rf.c1efcda7c1e2dfb872301e9bb212148a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dc07a854c406cac8ecc3bdc9509a5e12a29cf818 Binary files /dev/null and b/datasets/combined/images/train/shahbagh_009_mp4-0269_jpg.rf.c1efcda7c1e2dfb872301e9bb212148a.jpg differ diff --git a/datasets/combined/images/train/shahbagh_009_mp4-0269_jpg.rf.ca875bf7fb7e17dcec2d347185b25ec1.jpg b/datasets/combined/images/train/shahbagh_009_mp4-0269_jpg.rf.ca875bf7fb7e17dcec2d347185b25ec1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f7b895ac4ef712b06ae4a81190a654da791ea9ea Binary files /dev/null and b/datasets/combined/images/train/shahbagh_009_mp4-0269_jpg.rf.ca875bf7fb7e17dcec2d347185b25ec1.jpg differ diff --git a/datasets/combined/images/train/shahbagh_009_mp4-0269_jpg.rf.dc294b3b97750bedbeecc4333dbb7f26.jpg b/datasets/combined/images/train/shahbagh_009_mp4-0269_jpg.rf.dc294b3b97750bedbeecc4333dbb7f26.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bf8b0cbc96119b9e759f24c36168e24890f170eb Binary files /dev/null and b/datasets/combined/images/train/shahbagh_009_mp4-0269_jpg.rf.dc294b3b97750bedbeecc4333dbb7f26.jpg differ diff --git a/datasets/combined/images/train/shahbagh_009_mp4-0270_jpg.rf.0effe066a37a02c0bb6f5d02c7052541.jpg b/datasets/combined/images/train/shahbagh_009_mp4-0270_jpg.rf.0effe066a37a02c0bb6f5d02c7052541.jpg new file mode 100644 index 0000000000000000000000000000000000000000..34e7fda1a5358066b27199ac3adef7c90706d83d Binary files /dev/null and b/datasets/combined/images/train/shahbagh_009_mp4-0270_jpg.rf.0effe066a37a02c0bb6f5d02c7052541.jpg differ diff --git a/datasets/combined/images/train/shahbagh_009_mp4-0270_jpg.rf.123e3ed46ff51f7322fd058c0f7bda48.jpg b/datasets/combined/images/train/shahbagh_009_mp4-0270_jpg.rf.123e3ed46ff51f7322fd058c0f7bda48.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1b3242b338eee81a89d5f8fae14b81bca0308f3d Binary files /dev/null and b/datasets/combined/images/train/shahbagh_009_mp4-0270_jpg.rf.123e3ed46ff51f7322fd058c0f7bda48.jpg differ diff --git a/datasets/combined/images/train/shahbagh_009_mp4-0270_jpg.rf.58b477cb7c58375c3f8fa03769e3fb0e.jpg b/datasets/combined/images/train/shahbagh_009_mp4-0270_jpg.rf.58b477cb7c58375c3f8fa03769e3fb0e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5e3c393b4a7a23bfbc07c45dbc5bf5bdb4b8d25b Binary files /dev/null and b/datasets/combined/images/train/shahbagh_009_mp4-0270_jpg.rf.58b477cb7c58375c3f8fa03769e3fb0e.jpg differ diff --git a/datasets/combined/images/train/shahbagh_009_mp4-0270_jpg.rf.7f377362ad3fb29127054170986cff13.jpg b/datasets/combined/images/train/shahbagh_009_mp4-0270_jpg.rf.7f377362ad3fb29127054170986cff13.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a08779643fc7f5efedde7c020edba2be04ebf794 Binary files /dev/null and b/datasets/combined/images/train/shahbagh_009_mp4-0270_jpg.rf.7f377362ad3fb29127054170986cff13.jpg differ diff --git a/datasets/combined/images/train/shahbagh_009_mp4-0270_jpg.rf.8845fb580a57800840054bb30f391d46.jpg b/datasets/combined/images/train/shahbagh_009_mp4-0270_jpg.rf.8845fb580a57800840054bb30f391d46.jpg new file mode 100644 index 0000000000000000000000000000000000000000..abd8643188f8b050e3ede41d310881712819f71b Binary files /dev/null and b/datasets/combined/images/train/shahbagh_009_mp4-0270_jpg.rf.8845fb580a57800840054bb30f391d46.jpg differ diff --git a/datasets/combined/images/train/shahbagh_009_mp4-0270_jpg.rf.e605b24765b338bf2e58fa20f51bf3e9.jpg b/datasets/combined/images/train/shahbagh_009_mp4-0270_jpg.rf.e605b24765b338bf2e58fa20f51bf3e9.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f6db3f6875c3372e019d5ffbbc93d86af854b351 Binary files /dev/null and b/datasets/combined/images/train/shahbagh_009_mp4-0270_jpg.rf.e605b24765b338bf2e58fa20f51bf3e9.jpg differ diff --git a/datasets/combined/images/train/shahbagh_009_mp4-0270_jpg.rf.f8baf9c0473be9b9d6de3bffc2149ad8.jpg b/datasets/combined/images/train/shahbagh_009_mp4-0270_jpg.rf.f8baf9c0473be9b9d6de3bffc2149ad8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4dfba662fdd65c9ba83cc6f56a076496320c6c46 Binary files /dev/null and b/datasets/combined/images/train/shahbagh_009_mp4-0270_jpg.rf.f8baf9c0473be9b9d6de3bffc2149ad8.jpg differ diff --git a/datasets/combined/images/train/ssc0y5drl1ja1_jpg.rf.3279db96a0bad7fc16e9dc7eb3acfc9a.jpg b/datasets/combined/images/train/ssc0y5drl1ja1_jpg.rf.3279db96a0bad7fc16e9dc7eb3acfc9a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..486acf09a3f17ee1aae8f8a30c46b31ba7908d91 Binary files /dev/null and b/datasets/combined/images/train/ssc0y5drl1ja1_jpg.rf.3279db96a0bad7fc16e9dc7eb3acfc9a.jpg differ diff --git a/datasets/combined/images/train/ssc0y5drl1ja1_jpg.rf.7009884a76e7531ce0ad31e2cd433f64.jpg b/datasets/combined/images/train/ssc0y5drl1ja1_jpg.rf.7009884a76e7531ce0ad31e2cd433f64.jpg new file mode 100644 index 0000000000000000000000000000000000000000..456242ff435fbbd9f29d61e04e24bf62764a5857 Binary files /dev/null and b/datasets/combined/images/train/ssc0y5drl1ja1_jpg.rf.7009884a76e7531ce0ad31e2cd433f64.jpg differ diff --git a/datasets/combined/images/train/ssc0y5drl1ja1_jpg.rf.98ef3d528d6f1a79e13a1082bae84175.jpg b/datasets/combined/images/train/ssc0y5drl1ja1_jpg.rf.98ef3d528d6f1a79e13a1082bae84175.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7ef023f7436251d6e08798631f344205093b8f19 Binary files /dev/null and b/datasets/combined/images/train/ssc0y5drl1ja1_jpg.rf.98ef3d528d6f1a79e13a1082bae84175.jpg differ diff --git a/datasets/combined/images/train/sxj13v9gunea1_jpg.rf.4e622838917da4ef47d0bf224ff0f596.jpg b/datasets/combined/images/train/sxj13v9gunea1_jpg.rf.4e622838917da4ef47d0bf224ff0f596.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5562144981d01a61f1a5104ce937eb3b236b0641 Binary files /dev/null and b/datasets/combined/images/train/sxj13v9gunea1_jpg.rf.4e622838917da4ef47d0bf224ff0f596.jpg differ diff --git a/datasets/combined/images/train/sxj13v9gunea1_jpg.rf.b04eabc8ba4b3214e8ee4b43ec32e594.jpg b/datasets/combined/images/train/sxj13v9gunea1_jpg.rf.b04eabc8ba4b3214e8ee4b43ec32e594.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3883ce321e17e10f34ac7d418ee665c42cf23cc0 Binary files /dev/null and b/datasets/combined/images/train/sxj13v9gunea1_jpg.rf.b04eabc8ba4b3214e8ee4b43ec32e594.jpg differ diff --git a/datasets/combined/images/train/sxj13v9gunea1_jpg.rf.b57fcf61afe77f25fd589bfe3fd536f1.jpg b/datasets/combined/images/train/sxj13v9gunea1_jpg.rf.b57fcf61afe77f25fd589bfe3fd536f1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7e09307be810c5082c191b33d9e8ae7a3f4fd7f8 Binary files /dev/null and b/datasets/combined/images/train/sxj13v9gunea1_jpg.rf.b57fcf61afe77f25fd589bfe3fd536f1.jpg differ diff --git a/datasets/combined/images/train/u0f044lfh5da1_jpg.rf.5c99f63cc25d68d6fe176e4d78117cca.jpg b/datasets/combined/images/train/u0f044lfh5da1_jpg.rf.5c99f63cc25d68d6fe176e4d78117cca.jpg new file mode 100644 index 0000000000000000000000000000000000000000..000d29b350947f518feebff95c7759218769b698 Binary files /dev/null and b/datasets/combined/images/train/u0f044lfh5da1_jpg.rf.5c99f63cc25d68d6fe176e4d78117cca.jpg differ diff --git a/datasets/combined/images/train/u0f044lfh5da1_jpg.rf.b4bbc67cb2c7637201e80f8008ae0228.jpg b/datasets/combined/images/train/u0f044lfh5da1_jpg.rf.b4bbc67cb2c7637201e80f8008ae0228.jpg new file mode 100644 index 0000000000000000000000000000000000000000..37c569e1f3fc9448d114c98f1b1b21dc053554f6 Binary files /dev/null and b/datasets/combined/images/train/u0f044lfh5da1_jpg.rf.b4bbc67cb2c7637201e80f8008ae0228.jpg differ diff --git a/datasets/combined/images/train/u0f044lfh5da1_jpg.rf.e822fd0a97e1634cff6cfa7d32306069.jpg b/datasets/combined/images/train/u0f044lfh5da1_jpg.rf.e822fd0a97e1634cff6cfa7d32306069.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9951fbe9a74c3eaec58f3a0a93978df3312eba20 Binary files /dev/null and b/datasets/combined/images/train/u0f044lfh5da1_jpg.rf.e822fd0a97e1634cff6cfa7d32306069.jpg differ diff --git a/datasets/combined/images/train/unx8gr3itzka1_jpg.rf.467a0d9b116b4c1e4585db838a923761.jpg b/datasets/combined/images/train/unx8gr3itzka1_jpg.rf.467a0d9b116b4c1e4585db838a923761.jpg new file mode 100644 index 0000000000000000000000000000000000000000..38965a53f0e0ccdbf99e17317bff16c582160a6b Binary files /dev/null and b/datasets/combined/images/train/unx8gr3itzka1_jpg.rf.467a0d9b116b4c1e4585db838a923761.jpg differ diff --git a/datasets/combined/images/train/unx8gr3itzka1_jpg.rf.9ccf84560d784a77610e9874e2cc3e04.jpg b/datasets/combined/images/train/unx8gr3itzka1_jpg.rf.9ccf84560d784a77610e9874e2cc3e04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..67fa81a151f203acb47e5767586470e72061be21 Binary files /dev/null and b/datasets/combined/images/train/unx8gr3itzka1_jpg.rf.9ccf84560d784a77610e9874e2cc3e04.jpg differ diff --git a/datasets/combined/images/train/unx8gr3itzka1_jpg.rf.ef52d503f276db621081f2d4f5cdc39f.jpg b/datasets/combined/images/train/unx8gr3itzka1_jpg.rf.ef52d503f276db621081f2d4f5cdc39f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..20e2d14698f2bddd42e4a2b21529bd6dda280202 Binary files /dev/null and b/datasets/combined/images/train/unx8gr3itzka1_jpg.rf.ef52d503f276db621081f2d4f5cdc39f.jpg differ diff --git a/datasets/combined/images/train/ve3k2giaenna1_jpg.rf.00841aa883c0d0bded4e8abc840f60e2.jpg b/datasets/combined/images/train/ve3k2giaenna1_jpg.rf.00841aa883c0d0bded4e8abc840f60e2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0f92f9f6bc51a8d6d3268cebe5c4f209113120dc Binary files /dev/null and b/datasets/combined/images/train/ve3k2giaenna1_jpg.rf.00841aa883c0d0bded4e8abc840f60e2.jpg differ diff --git a/datasets/combined/images/train/ve3k2giaenna1_jpg.rf.533f584793bf2fc852a512fe546b706e.jpg b/datasets/combined/images/train/ve3k2giaenna1_jpg.rf.533f584793bf2fc852a512fe546b706e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a0d418a61d97d6317d1f9e7d74931d7447d4db0b Binary files /dev/null and b/datasets/combined/images/train/ve3k2giaenna1_jpg.rf.533f584793bf2fc852a512fe546b706e.jpg differ diff --git a/datasets/combined/images/train/ve3k2giaenna1_jpg.rf.825210eda779d30ec10085936d5e5907.jpg b/datasets/combined/images/train/ve3k2giaenna1_jpg.rf.825210eda779d30ec10085936d5e5907.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1036f72ce13e54954e1e694e6c5ebe906b0572e4 Binary files /dev/null and b/datasets/combined/images/train/ve3k2giaenna1_jpg.rf.825210eda779d30ec10085936d5e5907.jpg differ diff --git a/datasets/combined/images/train/wWQCsmStWRTD4UklG0SYirJjXQ_cKUKE8osAv3s4nyE_jpg.rf.1439cc620ef2022422dae2ea5e2ab08c.jpg b/datasets/combined/images/train/wWQCsmStWRTD4UklG0SYirJjXQ_cKUKE8osAv3s4nyE_jpg.rf.1439cc620ef2022422dae2ea5e2ab08c.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f6a475ffac2b39b8a7c87a58256db47620513ab6 Binary files /dev/null and b/datasets/combined/images/train/wWQCsmStWRTD4UklG0SYirJjXQ_cKUKE8osAv3s4nyE_jpg.rf.1439cc620ef2022422dae2ea5e2ab08c.jpg differ diff --git a/datasets/combined/images/train/wWQCsmStWRTD4UklG0SYirJjXQ_cKUKE8osAv3s4nyE_jpg.rf.40392fb057d68848df58d3124c13348b.jpg b/datasets/combined/images/train/wWQCsmStWRTD4UklG0SYirJjXQ_cKUKE8osAv3s4nyE_jpg.rf.40392fb057d68848df58d3124c13348b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..58e05a0d5f6e3898aea9ca080b2a45f490f1c469 Binary files /dev/null and b/datasets/combined/images/train/wWQCsmStWRTD4UklG0SYirJjXQ_cKUKE8osAv3s4nyE_jpg.rf.40392fb057d68848df58d3124c13348b.jpg differ diff --git a/datasets/combined/images/train/wWQCsmStWRTD4UklG0SYirJjXQ_cKUKE8osAv3s4nyE_jpg.rf.ba76e2fc6efaa59a2841b875fe9c6283.jpg b/datasets/combined/images/train/wWQCsmStWRTD4UklG0SYirJjXQ_cKUKE8osAv3s4nyE_jpg.rf.ba76e2fc6efaa59a2841b875fe9c6283.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8e968eadc67bf0ebfc50f7b08d12887366816cf3 Binary files /dev/null and b/datasets/combined/images/train/wWQCsmStWRTD4UklG0SYirJjXQ_cKUKE8osAv3s4nyE_jpg.rf.ba76e2fc6efaa59a2841b875fe9c6283.jpg differ diff --git a/datasets/combined/images/train/wqbii1d0wiha1_jpg.rf.0fe4ef1b16666706002732715bafecfa.jpg b/datasets/combined/images/train/wqbii1d0wiha1_jpg.rf.0fe4ef1b16666706002732715bafecfa.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e99a09d5e1a518eb7922a49c302b2bfb1fb1c019 Binary files /dev/null and b/datasets/combined/images/train/wqbii1d0wiha1_jpg.rf.0fe4ef1b16666706002732715bafecfa.jpg differ diff --git a/datasets/combined/images/train/wqbii1d0wiha1_jpg.rf.481d5a1b6898dda600eef07b5ae16241.jpg b/datasets/combined/images/train/wqbii1d0wiha1_jpg.rf.481d5a1b6898dda600eef07b5ae16241.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d1eca4cd0ce82b560985135a2accf9e4611adbd1 Binary files /dev/null and b/datasets/combined/images/train/wqbii1d0wiha1_jpg.rf.481d5a1b6898dda600eef07b5ae16241.jpg differ diff --git a/datasets/combined/images/train/wqbii1d0wiha1_jpg.rf.d8ba48d705159c5af5ea56dbb274f596.jpg b/datasets/combined/images/train/wqbii1d0wiha1_jpg.rf.d8ba48d705159c5af5ea56dbb274f596.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ebb013f3f5982be470f500f7a0d9bdc1cac5f5a6 Binary files /dev/null and b/datasets/combined/images/train/wqbii1d0wiha1_jpg.rf.d8ba48d705159c5af5ea56dbb274f596.jpg differ diff --git a/datasets/combined/images/train/x95jva8vsfha1_jpg.rf.0c645a200ce5b25ca5e90be44cb335f6.jpg b/datasets/combined/images/train/x95jva8vsfha1_jpg.rf.0c645a200ce5b25ca5e90be44cb335f6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..28a5a5b97b0fce6825dcdcce9ddd623b4a3ec3be Binary files /dev/null and b/datasets/combined/images/train/x95jva8vsfha1_jpg.rf.0c645a200ce5b25ca5e90be44cb335f6.jpg differ diff --git a/datasets/combined/images/train/x95jva8vsfha1_jpg.rf.369451404d6a887c910c01254cbb9d26.jpg b/datasets/combined/images/train/x95jva8vsfha1_jpg.rf.369451404d6a887c910c01254cbb9d26.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f41546a42c2b20b284b259107c25d29483f3642f Binary files /dev/null and b/datasets/combined/images/train/x95jva8vsfha1_jpg.rf.369451404d6a887c910c01254cbb9d26.jpg differ diff --git a/datasets/combined/images/train/x95jva8vsfha1_jpg.rf.b0f29e37cb40794682a954722b0039b2.jpg b/datasets/combined/images/train/x95jva8vsfha1_jpg.rf.b0f29e37cb40794682a954722b0039b2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6f9b309e43181ff5872c39903cf99f3a9cfb2c3c Binary files /dev/null and b/datasets/combined/images/train/x95jva8vsfha1_jpg.rf.b0f29e37cb40794682a954722b0039b2.jpg differ diff --git a/datasets/combined/images/train/xeeej1a7mvla1_jpg.rf.144e7e37016bb70365d56d4bcc999a46.jpg b/datasets/combined/images/train/xeeej1a7mvla1_jpg.rf.144e7e37016bb70365d56d4bcc999a46.jpg new file mode 100644 index 0000000000000000000000000000000000000000..df005a03531dd77f32099227031afd725372ced4 Binary files /dev/null and b/datasets/combined/images/train/xeeej1a7mvla1_jpg.rf.144e7e37016bb70365d56d4bcc999a46.jpg differ diff --git a/datasets/combined/images/train/xeeej1a7mvla1_jpg.rf.a259f7a4c0cadcea2486e1d36851068e.jpg b/datasets/combined/images/train/xeeej1a7mvla1_jpg.rf.a259f7a4c0cadcea2486e1d36851068e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c7b3c0c96f1932479ccf509119f21ace53398694 Binary files /dev/null and b/datasets/combined/images/train/xeeej1a7mvla1_jpg.rf.a259f7a4c0cadcea2486e1d36851068e.jpg differ diff --git a/datasets/combined/images/train/xeeej1a7mvla1_jpg.rf.e64131ae6d7ba0d02aed55692677cbef.jpg b/datasets/combined/images/train/xeeej1a7mvla1_jpg.rf.e64131ae6d7ba0d02aed55692677cbef.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bc622b0819b816fe7d65ba991a3672faac0adb2a Binary files /dev/null and b/datasets/combined/images/train/xeeej1a7mvla1_jpg.rf.e64131ae6d7ba0d02aed55692677cbef.jpg differ diff --git a/datasets/combined/images/train/xyiyazotn9ga1_jpg.rf.257804a7be1defc4b913828a39d186c1.jpg b/datasets/combined/images/train/xyiyazotn9ga1_jpg.rf.257804a7be1defc4b913828a39d186c1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..18aad0e26c40e9a896cb40044d266de72cbda85f Binary files /dev/null and b/datasets/combined/images/train/xyiyazotn9ga1_jpg.rf.257804a7be1defc4b913828a39d186c1.jpg differ diff --git a/datasets/combined/images/train/xyiyazotn9ga1_jpg.rf.4375cffd0a965d3df7a480d31c19dc48.jpg b/datasets/combined/images/train/xyiyazotn9ga1_jpg.rf.4375cffd0a965d3df7a480d31c19dc48.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b3d615bcf806b584f0957cab43c146352bd4dccd Binary files /dev/null and b/datasets/combined/images/train/xyiyazotn9ga1_jpg.rf.4375cffd0a965d3df7a480d31c19dc48.jpg differ diff --git a/datasets/combined/images/train/xyiyazotn9ga1_jpg.rf.8ef2e24441ef15adf6dcf2f458d41327.jpg b/datasets/combined/images/train/xyiyazotn9ga1_jpg.rf.8ef2e24441ef15adf6dcf2f458d41327.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dc6a0284cc5b10f54b241b59aeed8b534be7d784 Binary files /dev/null and b/datasets/combined/images/train/xyiyazotn9ga1_jpg.rf.8ef2e24441ef15adf6dcf2f458d41327.jpg differ diff --git a/datasets/combined/images/train/y6ng4evbboba1_jpg.rf.593f32a5fdaa02c8caef0b5d4c92afb5.jpg b/datasets/combined/images/train/y6ng4evbboba1_jpg.rf.593f32a5fdaa02c8caef0b5d4c92afb5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ffc257361af3f92a1e3fb764b279bb25ab6cb18a Binary files /dev/null and b/datasets/combined/images/train/y6ng4evbboba1_jpg.rf.593f32a5fdaa02c8caef0b5d4c92afb5.jpg differ diff --git a/datasets/combined/images/train/y6ng4evbboba1_jpg.rf.5dfcb08d5fd61934158dcd0bb9dd2565.jpg b/datasets/combined/images/train/y6ng4evbboba1_jpg.rf.5dfcb08d5fd61934158dcd0bb9dd2565.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0da6faee898d13f93f32994782fcf6f5ec55f26f Binary files /dev/null and b/datasets/combined/images/train/y6ng4evbboba1_jpg.rf.5dfcb08d5fd61934158dcd0bb9dd2565.jpg differ diff --git a/datasets/combined/images/train/y6ng4evbboba1_jpg.rf.b9f7672c165f0ba640c8ef82f4d1a69f.jpg b/datasets/combined/images/train/y6ng4evbboba1_jpg.rf.b9f7672c165f0ba640c8ef82f4d1a69f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..30930bff1e2196b424e3fd25f41f19876f04ba8b Binary files /dev/null and b/datasets/combined/images/train/y6ng4evbboba1_jpg.rf.b9f7672c165f0ba640c8ef82f4d1a69f.jpg differ diff --git a/datasets/combined/images/train/z9bype9vpuga1_jpg.rf.0685fe94fef68f5836174af227760903.jpg b/datasets/combined/images/train/z9bype9vpuga1_jpg.rf.0685fe94fef68f5836174af227760903.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a0a771921e60fd3f23366e8d3de940e1a05d9ac1 Binary files /dev/null and b/datasets/combined/images/train/z9bype9vpuga1_jpg.rf.0685fe94fef68f5836174af227760903.jpg differ diff --git a/datasets/combined/images/train/z9bype9vpuga1_jpg.rf.2691e71e3a7625a7c42315f96a4bfe6a.jpg b/datasets/combined/images/train/z9bype9vpuga1_jpg.rf.2691e71e3a7625a7c42315f96a4bfe6a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8285d2dfb74467ff1aae8a4ebdc233c6f0062941 Binary files /dev/null and b/datasets/combined/images/train/z9bype9vpuga1_jpg.rf.2691e71e3a7625a7c42315f96a4bfe6a.jpg differ diff --git a/datasets/combined/images/train/z9bype9vpuga1_jpg.rf.385453e64ec20cf58c30af7e698f8d21.jpg b/datasets/combined/images/train/z9bype9vpuga1_jpg.rf.385453e64ec20cf58c30af7e698f8d21.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5adf6f24417fbc5e284b0e788b6aec5f04380a33 Binary files /dev/null and b/datasets/combined/images/train/z9bype9vpuga1_jpg.rf.385453e64ec20cf58c30af7e698f8d21.jpg differ diff --git a/datasets/combined/images/train/zr2m1dok9tja1_jpg.rf.1cd3e299fc2a6ae9d25680fe1ebc9edb.jpg b/datasets/combined/images/train/zr2m1dok9tja1_jpg.rf.1cd3e299fc2a6ae9d25680fe1ebc9edb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7d121d6edda8f6dcf7fe37f65e16d717d6a7e57b Binary files /dev/null and b/datasets/combined/images/train/zr2m1dok9tja1_jpg.rf.1cd3e299fc2a6ae9d25680fe1ebc9edb.jpg differ diff --git a/datasets/combined/images/train/zr2m1dok9tja1_jpg.rf.22b0d9a7c8e3bfa994cb7b72d6036af3.jpg b/datasets/combined/images/train/zr2m1dok9tja1_jpg.rf.22b0d9a7c8e3bfa994cb7b72d6036af3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ef1d0ff1fe74a9945441baab076dc54e324f4ab1 Binary files /dev/null and b/datasets/combined/images/train/zr2m1dok9tja1_jpg.rf.22b0d9a7c8e3bfa994cb7b72d6036af3.jpg differ diff --git a/datasets/combined/images/train/zr2m1dok9tja1_jpg.rf.e071d1777710fae539eba28ada3dc2a8.jpg b/datasets/combined/images/train/zr2m1dok9tja1_jpg.rf.e071d1777710fae539eba28ada3dc2a8.jpg new file mode 100644 index 0000000000000000000000000000000000000000..377bd822a3296a9378231716705fa572b8f82ba2 Binary files /dev/null and b/datasets/combined/images/train/zr2m1dok9tja1_jpg.rf.e071d1777710fae539eba28ada3dc2a8.jpg differ diff --git a/datasets/combined/images/val/000000000036.jpg b/datasets/combined/images/val/000000000036.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c5f19aa3574fd2d79cc7fd5c8ec218b7e7fbf337 Binary files /dev/null and b/datasets/combined/images/val/000000000036.jpg differ diff --git a/datasets/combined/images/val/000000000042.jpg b/datasets/combined/images/val/000000000042.jpg new file mode 100644 index 0000000000000000000000000000000000000000..208ea3e4030bc04dc39a58c16fffbe4b3b923716 Binary files /dev/null and b/datasets/combined/images/val/000000000042.jpg differ diff --git a/datasets/combined/images/val/000000000049.jpg b/datasets/combined/images/val/000000000049.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3b4e181c5b19113ee1812651f22ecd7d4570a33e Binary files /dev/null and b/datasets/combined/images/val/000000000049.jpg differ diff --git a/datasets/combined/images/val/000000000061.jpg b/datasets/combined/images/val/000000000061.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5644414ba9a1611dd0e6c81f127b75c6558625e6 Binary files /dev/null and b/datasets/combined/images/val/000000000061.jpg differ diff --git a/datasets/combined/images/val/f3qb1vrj1yoa1_jpg.rf.0c929697cda80c88e6e949bf199fab47.jpg b/datasets/combined/images/val/f3qb1vrj1yoa1_jpg.rf.0c929697cda80c88e6e949bf199fab47.jpg new file mode 100644 index 0000000000000000000000000000000000000000..28786d4fa1483e6f18259cd6755d3c2d55f53fc6 Binary files /dev/null and b/datasets/combined/images/val/f3qb1vrj1yoa1_jpg.rf.0c929697cda80c88e6e949bf199fab47.jpg differ diff --git a/datasets/combined/images/val/jpqfy8q88ida1_jpg.rf.81dd382d960329398229cd48642dacdf.jpg b/datasets/combined/images/val/jpqfy8q88ida1_jpg.rf.81dd382d960329398229cd48642dacdf.jpg new file mode 100644 index 0000000000000000000000000000000000000000..973856e5b3f52b083f29de73eb2db3168e95246a Binary files /dev/null and b/datasets/combined/images/val/jpqfy8q88ida1_jpg.rf.81dd382d960329398229cd48642dacdf.jpg differ diff --git a/datasets/combined/images/val/m2knm1yzssoa1_jpg.rf.d8375bce3063f03a83db6944b97bcf95.jpg b/datasets/combined/images/val/m2knm1yzssoa1_jpg.rf.d8375bce3063f03a83db6944b97bcf95.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c346f8367730746acaf1a72d6f1cb9aced88a85f Binary files /dev/null and b/datasets/combined/images/val/m2knm1yzssoa1_jpg.rf.d8375bce3063f03a83db6944b97bcf95.jpg differ diff --git a/datasets/combined/images/val/mcen7bieo4aa1_jpg.rf.7bd62b96bec150000610278371b0eaa6.jpg b/datasets/combined/images/val/mcen7bieo4aa1_jpg.rf.7bd62b96bec150000610278371b0eaa6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f6983f56cafc169efdf03ee72785f92bf75164de Binary files /dev/null and b/datasets/combined/images/val/mcen7bieo4aa1_jpg.rf.7bd62b96bec150000610278371b0eaa6.jpg differ diff --git a/datasets/combined/images/val/mwhmvhum2fna1_jpg.rf.96049f2b9661d3baafa8285470183146.jpg b/datasets/combined/images/val/mwhmvhum2fna1_jpg.rf.96049f2b9661d3baafa8285470183146.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9240d649f0054e27d2c6936c54feaa383690a6e2 Binary files /dev/null and b/datasets/combined/images/val/mwhmvhum2fna1_jpg.rf.96049f2b9661d3baafa8285470183146.jpg differ diff --git a/datasets/combined/images/val/mzrzg7i213ha1_jpg.rf.e27ad7230076c0bacbedb8a5522c8186.jpg b/datasets/combined/images/val/mzrzg7i213ha1_jpg.rf.e27ad7230076c0bacbedb8a5522c8186.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1e5f2374563ad2b784e633b762e1b9e29fa8fbc9 Binary files /dev/null and b/datasets/combined/images/val/mzrzg7i213ha1_jpg.rf.e27ad7230076c0bacbedb8a5522c8186.jpg differ diff --git a/datasets/combined/images/val/n3wwf4c9nuga1_jpg.rf.1bc50f6844e3de5eab67e2f674a45684.jpg b/datasets/combined/images/val/n3wwf4c9nuga1_jpg.rf.1bc50f6844e3de5eab67e2f674a45684.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b51bd1a59778215ea7a0bd8763ae3f82d19a84f9 Binary files /dev/null and b/datasets/combined/images/val/n3wwf4c9nuga1_jpg.rf.1bc50f6844e3de5eab67e2f674a45684.jpg differ diff --git a/datasets/combined/images/val/ojlckqv73hma1_jpg.rf.4b45f58ff1192fa99d33aefb768b514b.jpg b/datasets/combined/images/val/ojlckqv73hma1_jpg.rf.4b45f58ff1192fa99d33aefb768b514b.jpg new file mode 100644 index 0000000000000000000000000000000000000000..29846022a9b923cd3d3741e71f64f95cc5be5b81 Binary files /dev/null and b/datasets/combined/images/val/ojlckqv73hma1_jpg.rf.4b45f58ff1192fa99d33aefb768b514b.jpg differ diff --git a/datasets/combined/images/val/os57kt6qfyga1_jpg.rf.8bee6bedfeddb1e4a1cb7bb731a24fbb.jpg b/datasets/combined/images/val/os57kt6qfyga1_jpg.rf.8bee6bedfeddb1e4a1cb7bb731a24fbb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a5a8d5ad46b2eafd24c1e0498b53d3e58c24bf66 Binary files /dev/null and b/datasets/combined/images/val/os57kt6qfyga1_jpg.rf.8bee6bedfeddb1e4a1cb7bb731a24fbb.jpg differ diff --git a/datasets/combined/images/val/qCnRlWJtDgPcBF2yEfAd3JwYOT9c6H180N_CQ4g3nxE_jpg.rf.da5a3c95bb7fa2f3ecb4de76fb84688e.jpg b/datasets/combined/images/val/qCnRlWJtDgPcBF2yEfAd3JwYOT9c6H180N_CQ4g3nxE_jpg.rf.da5a3c95bb7fa2f3ecb4de76fb84688e.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4fa0cc876c0816f20a3c5c51a868fb8406361174 Binary files /dev/null and b/datasets/combined/images/val/qCnRlWJtDgPcBF2yEfAd3JwYOT9c6H180N_CQ4g3nxE_jpg.rf.da5a3c95bb7fa2f3ecb4de76fb84688e.jpg differ diff --git a/datasets/combined/images/val/qp478jqt0zha1_jpg.rf.544abdaa9c9275c65e5a6f080a204a6d.jpg b/datasets/combined/images/val/qp478jqt0zha1_jpg.rf.544abdaa9c9275c65e5a6f080a204a6d.jpg new file mode 100644 index 0000000000000000000000000000000000000000..189c1fe134dd70a9c7a540b887b49cd0180cd030 Binary files /dev/null and b/datasets/combined/images/val/qp478jqt0zha1_jpg.rf.544abdaa9c9275c65e5a6f080a204a6d.jpg differ diff --git a/datasets/combined/images/val/rj794aeqtrba1_jpg.rf.e3113ea667fa45a7b1e801cc3c366b1a.jpg b/datasets/combined/images/val/rj794aeqtrba1_jpg.rf.e3113ea667fa45a7b1e801cc3c366b1a.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0f423d22b3ed5707abb3f4ff3cd73ce3f7a1fbe4 Binary files /dev/null and b/datasets/combined/images/val/rj794aeqtrba1_jpg.rf.e3113ea667fa45a7b1e801cc3c366b1a.jpg differ diff --git a/datasets/combined/images/val/shahbagh_005_mp4-0237_jpg.rf.7f0ba48bdb294fcce22857e04294590f.jpg b/datasets/combined/images/val/shahbagh_005_mp4-0237_jpg.rf.7f0ba48bdb294fcce22857e04294590f.jpg new file mode 100644 index 0000000000000000000000000000000000000000..01d0482de59de6a7e38d3687e66824406f8e9333 Binary files /dev/null and b/datasets/combined/images/val/shahbagh_005_mp4-0237_jpg.rf.7f0ba48bdb294fcce22857e04294590f.jpg differ diff --git a/datasets/combined/images/val/shahbagh_008_mp4-0005_jpg.rf.3539cc6a758afde218fa67c9af66dd67.jpg b/datasets/combined/images/val/shahbagh_008_mp4-0005_jpg.rf.3539cc6a758afde218fa67c9af66dd67.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d99f9f4203bb05d8f65d69770d0f89a13492f075 Binary files /dev/null and b/datasets/combined/images/val/shahbagh_008_mp4-0005_jpg.rf.3539cc6a758afde218fa67c9af66dd67.jpg differ diff --git a/datasets/combined/labels/train.cache b/datasets/combined/labels/train.cache new file mode 100644 index 0000000000000000000000000000000000000000..96d1f64ec632dbb59cff155dd5a826f2310c3261 Binary files /dev/null and b/datasets/combined/labels/train.cache differ diff --git a/datasets/combined/labels/train/000000000009.txt b/datasets/combined/labels/train/000000000009.txt new file mode 100644 index 0000000000000000000000000000000000000000..246934f54252ece28774476ae22d4356877979b9 --- /dev/null +++ b/datasets/combined/labels/train/000000000009.txt @@ -0,0 +1,8 @@ +45 0.479492 0.688771 0.955609 0.5955 +45 0.736516 0.247188 0.498875 0.476417 +50 0.637063 0.732938 0.494125 0.510583 +45 0.339438 0.418896 0.678875 0.7815 +49 0.646836 0.132552 0.118047 0.0969375 +49 0.773148 0.129802 0.0907344 0.0972292 +49 0.668297 0.226906 0.131281 0.146896 +49 0.642859 0.0792187 0.148063 0.148062 diff --git a/datasets/combined/labels/train/000000000025.txt b/datasets/combined/labels/train/000000000025.txt new file mode 100644 index 0000000000000000000000000000000000000000..ef1c2a7001f08d6d0d1560a0688f17d86fee5836 --- /dev/null +++ b/datasets/combined/labels/train/000000000025.txt @@ -0,0 +1,2 @@ +23 0.770336 0.489695 0.335891 0.697559 +23 0.185977 0.901608 0.206297 0.129554 diff --git a/datasets/combined/labels/train/000000000030.txt b/datasets/combined/labels/train/000000000030.txt new file mode 100644 index 0000000000000000000000000000000000000000..9bc202ade75a4a4ae69d2eec69e8ae91cb69e5b9 --- /dev/null +++ b/datasets/combined/labels/train/000000000030.txt @@ -0,0 +1,2 @@ +58 0.519219 0.451121 0.39825 0.75729 +75 0.501188 0.592138 0.26 0.456192 diff --git a/datasets/combined/labels/train/000000000034.txt b/datasets/combined/labels/train/000000000034.txt new file mode 100644 index 0000000000000000000000000000000000000000..6e29cf7a7367af666d2cff261df3d2cb916d978a --- /dev/null +++ b/datasets/combined/labels/train/000000000034.txt @@ -0,0 +1 @@ +22 0.346211 0.493259 0.689422 0.892118 diff --git a/datasets/combined/labels/train/ITbrHXGkkzaOSsNJwFxm0Lk-OAiTUxsq1LdRgbnpPJE_jpg.rf.145f78b92eb93f5827bcf17ec42b154d.txt b/datasets/combined/labels/train/ITbrHXGkkzaOSsNJwFxm0Lk-OAiTUxsq1LdRgbnpPJE_jpg.rf.145f78b92eb93f5827bcf17ec42b154d.txt new file mode 100644 index 0000000000000000000000000000000000000000..37d4c4f70b2ecb60e414670c48c2bf23e8528f14 --- /dev/null +++ b/datasets/combined/labels/train/ITbrHXGkkzaOSsNJwFxm0Lk-OAiTUxsq1LdRgbnpPJE_jpg.rf.145f78b92eb93f5827bcf17ec42b154d.txt @@ -0,0 +1 @@ +0 0.5526749671875 0.4126124203125 0.683828278125 0.3293566921875 0.6519608328125 0.20263516093749998 0.5139164468749999 0.2685699171875 0.5526749671875 0.4126124203125 \ No newline at end of file diff --git a/datasets/combined/labels/train/ITbrHXGkkzaOSsNJwFxm0Lk-OAiTUxsq1LdRgbnpPJE_jpg.rf.35d0529cdf5c4167d3fa8ef46ed698a3.txt b/datasets/combined/labels/train/ITbrHXGkkzaOSsNJwFxm0Lk-OAiTUxsq1LdRgbnpPJE_jpg.rf.35d0529cdf5c4167d3fa8ef46ed698a3.txt new file mode 100644 index 0000000000000000000000000000000000000000..0c1ccdf0449c3cd893f34e9649b6a14c1a74425f --- /dev/null +++ b/datasets/combined/labels/train/ITbrHXGkkzaOSsNJwFxm0Lk-OAiTUxsq1LdRgbnpPJE_jpg.rf.35d0529cdf5c4167d3fa8ef46ed698a3.txt @@ -0,0 +1 @@ +0 0.634953125 0.27860416718750003 0.501234375 0.323375 0.520515625 0.459375 0.649875 0.398 0.634953125 0.27860416718750003 \ No newline at end of file diff --git a/datasets/combined/labels/train/ITbrHXGkkzaOSsNJwFxm0Lk-OAiTUxsq1LdRgbnpPJE_jpg.rf.e060591dcede681c72bfddd857e0c072.txt b/datasets/combined/labels/train/ITbrHXGkkzaOSsNJwFxm0Lk-OAiTUxsq1LdRgbnpPJE_jpg.rf.e060591dcede681c72bfddd857e0c072.txt new file mode 100644 index 0000000000000000000000000000000000000000..756c5289f0b8ed9455d6425ea0ee7cb892ea97b7 --- /dev/null +++ b/datasets/combined/labels/train/ITbrHXGkkzaOSsNJwFxm0Lk-OAiTUxsq1LdRgbnpPJE_jpg.rf.e060591dcede681c72bfddd857e0c072.txt @@ -0,0 +1 @@ +0 0.51950850625 0.4565837265625 0.6432910859375001 0.3810794046875 0.6156248640624999 0.262414078125 0.4856943328125 0.3216576125 0.51950850625 0.4565837265625 \ No newline at end of file diff --git a/datasets/combined/labels/train/dzmsrsx9vyna1_jpg.rf.0a88c189f2c123b7c2398b075fccd996.txt b/datasets/combined/labels/train/dzmsrsx9vyna1_jpg.rf.0a88c189f2c123b7c2398b075fccd996.txt new file mode 100644 index 0000000000000000000000000000000000000000..844cfa063a4b92a4701d31b307b21c9e4306e5a2 --- /dev/null +++ b/datasets/combined/labels/train/dzmsrsx9vyna1_jpg.rf.0a88c189f2c123b7c2398b075fccd996.txt @@ -0,0 +1 @@ +0 0.405540884375 0.698913365625 0.7416039734375001 0.6178226546875 0.7056119921875 0.4878038421875 0.37914244531249996 0.5692018421875 0.405540884375 0.698913365625 \ No newline at end of file diff --git a/datasets/combined/labels/train/dzmsrsx9vyna1_jpg.rf.9008d76553bbac9d4699bace6af6b7cb.txt b/datasets/combined/labels/train/dzmsrsx9vyna1_jpg.rf.9008d76553bbac9d4699bace6af6b7cb.txt new file mode 100644 index 0000000000000000000000000000000000000000..ef0adc6578d54bac8d77fb544388e30b99e0ce44 --- /dev/null +++ b/datasets/combined/labels/train/dzmsrsx9vyna1_jpg.rf.9008d76553bbac9d4699bace6af6b7cb.txt @@ -0,0 +1 @@ +0 0.6778755359375 0.5547649921875 0.3572961375 0.5547649921875 0.351802575 0.680794165625 0.6811802578124999 0.6832901140625001 0.6778755359375 0.5547649921875 \ No newline at end of file diff --git a/datasets/combined/labels/train/dzmsrsx9vyna1_jpg.rf.bfc88adda44ad3e9810221a6049d14fb.txt b/datasets/combined/labels/train/dzmsrsx9vyna1_jpg.rf.bfc88adda44ad3e9810221a6049d14fb.txt new file mode 100644 index 0000000000000000000000000000000000000000..0384c7eb626568be929fb870ce361a0dd816b95f --- /dev/null +++ b/datasets/combined/labels/train/dzmsrsx9vyna1_jpg.rf.bfc88adda44ad3e9810221a6049d14fb.txt @@ -0,0 +1 @@ +0 0.33385476875000003 0.6798297875 0.6735966437500001 0.72415690625 0.6864545296875 0.5912313984375 0.355480265625 0.55059286875 0.33385476875000003 0.6798297875 \ No newline at end of file diff --git a/datasets/combined/labels/train/e1hzdr4u5nja1_jpg.rf.12b1459df93a2e4671680d8d9c9cc76d.txt b/datasets/combined/labels/train/e1hzdr4u5nja1_jpg.rf.12b1459df93a2e4671680d8d9c9cc76d.txt new file mode 100644 index 0000000000000000000000000000000000000000..9817811a5bd016071cf22d4c7bf097a0285dab0a --- /dev/null +++ b/datasets/combined/labels/train/e1hzdr4u5nja1_jpg.rf.12b1459df93a2e4671680d8d9c9cc76d.txt @@ -0,0 +1 @@ +0 0.6210625000000001 0.5779375 0.435328125 0.57296875 0.43200000000000005 0.666671875 0.61525 0.668328125 0.6210625000000001 0.5779375 \ No newline at end of file diff --git a/datasets/combined/labels/train/e1hzdr4u5nja1_jpg.rf.b11c4eceb8413905c2a654c86569f41b.txt b/datasets/combined/labels/train/e1hzdr4u5nja1_jpg.rf.b11c4eceb8413905c2a654c86569f41b.txt new file mode 100644 index 0000000000000000000000000000000000000000..e654bd0b6b795b905ce55390aa95a1c87188b26a --- /dev/null +++ b/datasets/combined/labels/train/e1hzdr4u5nja1_jpg.rf.b11c4eceb8413905c2a654c86569f41b.txt @@ -0,0 +1 @@ +0 0.4682189375 0.6786386609374999 0.6495514734375 0.645089046875 0.6379372484375 0.55468505 0.4535146140625 0.5854395953125 0.4682189375 0.6786386609374999 \ No newline at end of file diff --git a/datasets/combined/labels/train/e1hzdr4u5nja1_jpg.rf.f8e3a16e1c7d7cc491dbf1e4f55d1ed7.txt b/datasets/combined/labels/train/e1hzdr4u5nja1_jpg.rf.f8e3a16e1c7d7cc491dbf1e4f55d1ed7.txt new file mode 100644 index 0000000000000000000000000000000000000000..e61693dd229b0b7d7b005ba467d13267fa056188 --- /dev/null +++ b/datasets/combined/labels/train/e1hzdr4u5nja1_jpg.rf.f8e3a16e1c7d7cc491dbf1e4f55d1ed7.txt @@ -0,0 +1 @@ +0 0.42343287656250006 0.6875364859374999 0.6202825296875 0.665170375 0.6146104515624999 0.5674133671875 0.41465858437499997 0.5865524062499999 0.42343287656250006 0.6875364859374999 \ No newline at end of file diff --git a/datasets/combined/labels/train/g1p35c8s49na1_jpg.rf.4e51381d24fab22cc0d0224dfd5e4110.txt b/datasets/combined/labels/train/g1p35c8s49na1_jpg.rf.4e51381d24fab22cc0d0224dfd5e4110.txt new file mode 100644 index 0000000000000000000000000000000000000000..e58e8004652289254d39e6cf0822d5fc94c06c03 --- /dev/null +++ b/datasets/combined/labels/train/g1p35c8s49na1_jpg.rf.4e51381d24fab22cc0d0224dfd5e4110.txt @@ -0,0 +1 @@ +0 0.3131118796875 0.682282459375 0.6107892703125 0.6825722265625 0.59386590625 0.4160090171875 0.293356915625 0.42218365 0.3131118796875 0.682282459375 \ No newline at end of file diff --git a/datasets/combined/labels/train/g1p35c8s49na1_jpg.rf.7263db6e66e0e6bec96e915816672dd1.txt b/datasets/combined/labels/train/g1p35c8s49na1_jpg.rf.7263db6e66e0e6bec96e915816672dd1.txt new file mode 100644 index 0000000000000000000000000000000000000000..a3122ffb00c9e181fc006df491cad53bdf163d28 --- /dev/null +++ b/datasets/combined/labels/train/g1p35c8s49na1_jpg.rf.7263db6e66e0e6bec96e915816672dd1.txt @@ -0,0 +1 @@ +0 0.3556194359375 0.7044074578124999 0.6494642984375 0.66335038125 0.5958887015625 0.40301468281249997 0.3001432640625 0.4508354 0.3556194359375 0.7044074578124999 \ No newline at end of file diff --git a/datasets/combined/labels/train/g1p35c8s49na1_jpg.rf.dc5c9452ecb31e6072cf3e75c6739e3c.txt b/datasets/combined/labels/train/g1p35c8s49na1_jpg.rf.dc5c9452ecb31e6072cf3e75c6739e3c.txt new file mode 100644 index 0000000000000000000000000000000000000000..e2c9918f9422f829484c2d57f932e28400614cf8 --- /dev/null +++ b/datasets/combined/labels/train/g1p35c8s49na1_jpg.rf.dc5c9452ecb31e6072cf3e75c6739e3c.txt @@ -0,0 +1 @@ +0 0.61453125 0.4427868859375 0.3290625 0.4187587828125 0.321875 0.6666744734375001 0.604015625 0.6965339578124999 0.61453125 0.4427868859375 \ No newline at end of file diff --git a/datasets/combined/labels/train/hto0sjzxrfja1_jpg.rf.40a85cd61996fd458761add96fcd58f5.txt b/datasets/combined/labels/train/hto0sjzxrfja1_jpg.rf.40a85cd61996fd458761add96fcd58f5.txt new file mode 100644 index 0000000000000000000000000000000000000000..d016ec31202686817d5b764b4921c5f1ba43cecf --- /dev/null +++ b/datasets/combined/labels/train/hto0sjzxrfja1_jpg.rf.40a85cd61996fd458761add96fcd58f5.txt @@ -0,0 +1 @@ +0 0.44508842968750006 0.6888262109375 0.678723540625 0.6539031171875 0.651164715625 0.4899308828125 0.41783445312499995 0.5265828625 0.44508842968750006 0.6888262109375 \ No newline at end of file diff --git a/datasets/combined/labels/train/hto0sjzxrfja1_jpg.rf.64fdd25ce2342ad2bec3221fdc423530.txt b/datasets/combined/labels/train/hto0sjzxrfja1_jpg.rf.64fdd25ce2342ad2bec3221fdc423530.txt new file mode 100644 index 0000000000000000000000000000000000000000..44fcf713723e3a941f9d86e551cd018b41cb3e58 --- /dev/null +++ b/datasets/combined/labels/train/hto0sjzxrfja1_jpg.rf.64fdd25ce2342ad2bec3221fdc423530.txt @@ -0,0 +1 @@ +0 0.4722364078125 0.674496053125 0.70764870625 0.6266018765625 0.670891065625 0.461359371875 0.43588082968749997 0.5109950703125 0.4722364078125 0.674496053125 \ No newline at end of file diff --git a/datasets/combined/labels/train/hto0sjzxrfja1_jpg.rf.ee460e4fdcf5883faa6850dfb06ca569.txt b/datasets/combined/labels/train/hto0sjzxrfja1_jpg.rf.ee460e4fdcf5883faa6850dfb06ca569.txt new file mode 100644 index 0000000000000000000000000000000000000000..8386dadd949eebe3aae3d53cb5ed2ffa1e18b8c2 --- /dev/null +++ b/datasets/combined/labels/train/hto0sjzxrfja1_jpg.rf.ee460e4fdcf5883faa6850dfb06ca569.txt @@ -0,0 +1 @@ +0 0.634953125 0.5215625 0.4135625 0.5174166671875 0.41231249999999997 0.6716458328125 0.633703125 0.6774375 0.634953125 0.5215625 \ No newline at end of file diff --git a/datasets/combined/labels/train/jZwxHv3L5WzAWzQNFENl5yU3rSDx1fZozL7bfoV36j8_jpg.rf.6b2541868d17e6bbcb24a0c306bb2c9f.txt b/datasets/combined/labels/train/jZwxHv3L5WzAWzQNFENl5yU3rSDx1fZozL7bfoV36j8_jpg.rf.6b2541868d17e6bbcb24a0c306bb2c9f.txt new file mode 100644 index 0000000000000000000000000000000000000000..1bd32877e17cfe9848f455f11429a7fb40505d48 --- /dev/null +++ b/datasets/combined/labels/train/jZwxHv3L5WzAWzQNFENl5yU3rSDx1fZozL7bfoV36j8_jpg.rf.6b2541868d17e6bbcb24a0c306bb2c9f.txt @@ -0,0 +1 @@ +0 0.47206371718750006 0.610276209375 0.6124208703125 0.580628665625 0.5962867109375 0.510743946875 0.4543863015625 0.5416665984375 0.47206371718750006 0.610276209375 \ No newline at end of file diff --git a/datasets/combined/labels/train/jZwxHv3L5WzAWzQNFENl5yU3rSDx1fZozL7bfoV36j8_jpg.rf.7db5548577c38bc229171e02436b3bb9.txt b/datasets/combined/labels/train/jZwxHv3L5WzAWzQNFENl5yU3rSDx1fZozL7bfoV36j8_jpg.rf.7db5548577c38bc229171e02436b3bb9.txt new file mode 100644 index 0000000000000000000000000000000000000000..b7dfb42657ffd48e3a4e263c2344ae8bfa97b50c --- /dev/null +++ b/datasets/combined/labels/train/jZwxHv3L5WzAWzQNFENl5yU3rSDx1fZozL7bfoV36j8_jpg.rf.7db5548577c38bc229171e02436b3bb9.txt @@ -0,0 +1 @@ +0 0.4189280796875 0.6095530140625 0.55855028125 0.5975163453125 0.5512263890625 0.5278341656250001 0.4099560140625 0.5409234703125 0.4189280796875 0.6095530140625 \ No newline at end of file diff --git a/datasets/combined/labels/train/jZwxHv3L5WzAWzQNFENl5yU3rSDx1fZozL7bfoV36j8_jpg.rf.fc0c5c773fd83f86cbcecff2d8ce86f3.txt b/datasets/combined/labels/train/jZwxHv3L5WzAWzQNFENl5yU3rSDx1fZozL7bfoV36j8_jpg.rf.fc0c5c773fd83f86cbcecff2d8ce86f3.txt new file mode 100644 index 0000000000000000000000000000000000000000..fc7b5b8be581ac5d9bba75eb9fc0a72cffa45d87 --- /dev/null +++ b/datasets/combined/labels/train/jZwxHv3L5WzAWzQNFENl5yU3rSDx1fZozL7bfoV36j8_jpg.rf.fc0c5c773fd83f86cbcecff2d8ce86f3.txt @@ -0,0 +1 @@ +0 0.570484375 0.5547187499999999 0.43615624999999997 0.5530625 0.4378125 0.618578125 0.570484375 0.6210625000000001 0.570484375 0.5547187499999999 \ No newline at end of file diff --git a/datasets/combined/labels/train/jdgdp12a7qea1_jpg.rf.4327446d1262e5ab3cd8b381cade13a2.txt b/datasets/combined/labels/train/jdgdp12a7qea1_jpg.rf.4327446d1262e5ab3cd8b381cade13a2.txt new file mode 100644 index 0000000000000000000000000000000000000000..2e96b12bce55a543564fa0b89030c5a6e23002a0 --- /dev/null +++ b/datasets/combined/labels/train/jdgdp12a7qea1_jpg.rf.4327446d1262e5ab3cd8b381cade13a2.txt @@ -0,0 +1 @@ +0 0.3109711953125 0.5059386078125 0.5542757453125 0.558555325 0.5921873078125001 0.3864655546875 0.346412428125 0.336025971875 0.3109711953125 0.5059386078125 \ No newline at end of file diff --git a/datasets/combined/labels/train/jdgdp12a7qea1_jpg.rf.df02827a904bd24f1230cfebce748ca9.txt b/datasets/combined/labels/train/jdgdp12a7qea1_jpg.rf.df02827a904bd24f1230cfebce748ca9.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f6c8f3632483c2cea1dbb4d594c1edb35f84fa8 --- /dev/null +++ b/datasets/combined/labels/train/jdgdp12a7qea1_jpg.rf.df02827a904bd24f1230cfebce748ca9.txt @@ -0,0 +1 @@ +0 0.3402497625 0.5425793015625 0.580233046875 0.5644294328125 0.596325246875 0.3949743671875 0.354225709375 0.3755020328125 0.3402497625 0.5425793015625 \ No newline at end of file diff --git a/datasets/combined/labels/train/jdgdp12a7qea1_jpg.rf.fce509aaeccd32683bddca8fd419aad0.txt b/datasets/combined/labels/train/jdgdp12a7qea1_jpg.rf.fce509aaeccd32683bddca8fd419aad0.txt new file mode 100644 index 0000000000000000000000000000000000000000..38d159bae87b589f3bb386760c5664e18e81e2d7 --- /dev/null +++ b/datasets/combined/labels/train/jdgdp12a7qea1_jpg.rf.fce509aaeccd32683bddca8fd419aad0.txt @@ -0,0 +1 @@ +0 0.58021875 0.3830833328125 0.34265625 0.38475000000000004 0.34328125 0.5489166671875 0.578984375 0.54975 0.58021875 0.3830833328125 \ No newline at end of file diff --git a/datasets/combined/labels/train/jxtpts0yzaea1_jpg.rf.6edddaee443db0bf62d10e742b6afcb0.txt b/datasets/combined/labels/train/jxtpts0yzaea1_jpg.rf.6edddaee443db0bf62d10e742b6afcb0.txt new file mode 100644 index 0000000000000000000000000000000000000000..757350d9845b8c0f1666bc862f69047b7a5ed024 --- /dev/null +++ b/datasets/combined/labels/train/jxtpts0yzaea1_jpg.rf.6edddaee443db0bf62d10e742b6afcb0.txt @@ -0,0 +1 @@ +0 0.570546875 0.649257884375 0.43715624999999997 0.649257884375 0.43715624999999997 0.7263636359375 0.56984375 0.7263636359375 0.570546875 0.649257884375 \ No newline at end of file diff --git a/datasets/combined/labels/train/jxtpts0yzaea1_jpg.rf.8f772cfa8b9514262a03037115cbc232.txt b/datasets/combined/labels/train/jxtpts0yzaea1_jpg.rf.8f772cfa8b9514262a03037115cbc232.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b676f294186d6d2a972d3c65a8a6da2a78daa47 --- /dev/null +++ b/datasets/combined/labels/train/jxtpts0yzaea1_jpg.rf.8f772cfa8b9514262a03037115cbc232.txt @@ -0,0 +1 @@ +0 0.46072880781250003 0.744969828125 0.596508228125 0.7306988359375 0.5889372749999999 0.6517447203125 0.4524383453125 0.6660913359375 0.46072880781250003 0.744969828125 \ No newline at end of file diff --git a/datasets/combined/labels/train/jxtpts0yzaea1_jpg.rf.ba83b782d59b763170bd8725c1f9871d.txt b/datasets/combined/labels/train/jxtpts0yzaea1_jpg.rf.ba83b782d59b763170bd8725c1f9871d.txt new file mode 100644 index 0000000000000000000000000000000000000000..4fd7f51276ca4c4f09c52ba3da6146a5913b16f6 --- /dev/null +++ b/datasets/combined/labels/train/jxtpts0yzaea1_jpg.rf.ba83b782d59b763170bd8725c1f9871d.txt @@ -0,0 +1 @@ +0 0.4031307234375 0.76602994375 0.5438597406250001 0.7883192296875 0.5575565078125 0.7066677671875 0.41608175156250005 0.6842603671874999 0.4031307234375 0.76602994375 \ No newline at end of file diff --git a/datasets/combined/labels/train/l8uqlisis0fa1_jpg.rf.29fc537b297f59862cc457aeecf83c13.txt b/datasets/combined/labels/train/l8uqlisis0fa1_jpg.rf.29fc537b297f59862cc457aeecf83c13.txt new file mode 100644 index 0000000000000000000000000000000000000000..2f7eb098b5e88f14e32aab5d592a8d0858533339 --- /dev/null +++ b/datasets/combined/labels/train/l8uqlisis0fa1_jpg.rf.29fc537b297f59862cc457aeecf83c13.txt @@ -0,0 +1 @@ +0 0.4830454421875 0.7610826562499999 0.5938787921875 0.7549708484375001 0.5875080859375 0.668040740625 0.4796180078125 0.6756735015625 0.4830454421875 0.7610826562499999 \ No newline at end of file diff --git a/datasets/combined/labels/train/l8uqlisis0fa1_jpg.rf.3cd7ce36db53e73ec7627d0b848ae36e.txt b/datasets/combined/labels/train/l8uqlisis0fa1_jpg.rf.3cd7ce36db53e73ec7627d0b848ae36e.txt new file mode 100644 index 0000000000000000000000000000000000000000..70d0262c94f064af613b527a6899d5f37fd2f6a4 --- /dev/null +++ b/datasets/combined/labels/train/l8uqlisis0fa1_jpg.rf.3cd7ce36db53e73ec7627d0b848ae36e.txt @@ -0,0 +1 @@ +0 0.514296875 0.6260416671875 0.416671875 0.6227083328125 0.41168750000000004 0.6998333328124999 0.5118125 0.7048125 0.514296875 0.6260416671875 \ No newline at end of file diff --git a/datasets/combined/labels/train/l8uqlisis0fa1_jpg.rf.70feecf6d1ec3a8bab8f16b6dd256210.txt b/datasets/combined/labels/train/l8uqlisis0fa1_jpg.rf.70feecf6d1ec3a8bab8f16b6dd256210.txt new file mode 100644 index 0000000000000000000000000000000000000000..ba27f90c24b1d7e384ba59350d68652fcbb7fc9f --- /dev/null +++ b/datasets/combined/labels/train/l8uqlisis0fa1_jpg.rf.70feecf6d1ec3a8bab8f16b6dd256210.txt @@ -0,0 +1 @@ +0 0.4278653515625 0.7228580828125 0.5326459640625 0.726225575 0.5338090953125 0.6439970984375 0.43167243749999995 0.642301109375 0.4278653515625 0.7228580828125 \ No newline at end of file diff --git a/datasets/combined/labels/train/lsibmb1um6ea1_jpg.rf.1d870f6d5141cf0876e2926d3666a35d.txt b/datasets/combined/labels/train/lsibmb1um6ea1_jpg.rf.1d870f6d5141cf0876e2926d3666a35d.txt new file mode 100644 index 0000000000000000000000000000000000000000..1a0908159781cf662ff46972768f8f6dad4bd7da --- /dev/null +++ b/datasets/combined/labels/train/lsibmb1um6ea1_jpg.rf.1d870f6d5141cf0876e2926d3666a35d.txt @@ -0,0 +1 @@ +0 0.46033786250000003 0.7225070375 0.6847094078125 0.6771813156250001 0.66001849375 0.53014860625 0.430804534375 0.57383629375 0.46033786250000003 0.7225070375 \ No newline at end of file diff --git a/datasets/combined/labels/train/lsibmb1um6ea1_jpg.rf.aa79dc86f24188a7fd29bd7d3198b69a.txt b/datasets/combined/labels/train/lsibmb1um6ea1_jpg.rf.aa79dc86f24188a7fd29bd7d3198b69a.txt new file mode 100644 index 0000000000000000000000000000000000000000..f264d90af8716fcd33eff830487bbda51f1648ec --- /dev/null +++ b/datasets/combined/labels/train/lsibmb1um6ea1_jpg.rf.aa79dc86f24188a7fd29bd7d3198b69a.txt @@ -0,0 +1 @@ +0 0.4198899375 0.7081932765625 0.6451886796874999 0.7065336140625 0.648946540625 0.5593697484375 0.4192767296875 0.5585294125 0.4198899375 0.7081932765625 \ No newline at end of file diff --git a/datasets/combined/labels/train/lsibmb1um6ea1_jpg.rf.af6c26fcfafb37f99e8138e22436aafa.txt b/datasets/combined/labels/train/lsibmb1um6ea1_jpg.rf.af6c26fcfafb37f99e8138e22436aafa.txt new file mode 100644 index 0000000000000000000000000000000000000000..354c1247f11857b3fe667278df80821138952dc4 --- /dev/null +++ b/datasets/combined/labels/train/lsibmb1um6ea1_jpg.rf.af6c26fcfafb37f99e8138e22436aafa.txt @@ -0,0 +1 @@ +0 0.648015625 0.558875 0.41978125000000005 0.5580416671874999 0.420390625 0.7064583328125 0.6442812499999999 0.7048125 0.648015625 0.558875 \ No newline at end of file diff --git a/datasets/combined/labels/train/mfm6fz0yvela1_jpg.rf.a2eb23cc48175b514f4284943091fb71.txt b/datasets/combined/labels/train/mfm6fz0yvela1_jpg.rf.a2eb23cc48175b514f4284943091fb71.txt new file mode 100644 index 0000000000000000000000000000000000000000..34bb435524260caa7cac02652b510b44cbf52d67 --- /dev/null +++ b/datasets/combined/labels/train/mfm6fz0yvela1_jpg.rf.a2eb23cc48175b514f4284943091fb71.txt @@ -0,0 +1 @@ +0 0.3809412453125 0.667698040625 0.5217445921875 0.6985081375 0.5371896609375 0.62753533125 0.3979756125 0.5970341640625 0.3809412453125 0.667698040625 \ No newline at end of file diff --git a/datasets/combined/labels/train/mfm6fz0yvela1_jpg.rf.ce10d91713b58b9799d9a769f4009dcb.txt b/datasets/combined/labels/train/mfm6fz0yvela1_jpg.rf.ce10d91713b58b9799d9a769f4009dcb.txt new file mode 100644 index 0000000000000000000000000000000000000000..047d99300d1bbb0b8ab906314d8fe5b7f86a78d6 --- /dev/null +++ b/datasets/combined/labels/train/mfm6fz0yvela1_jpg.rf.ce10d91713b58b9799d9a769f4009dcb.txt @@ -0,0 +1 @@ +0 0.566140625 0.6102926828124999 0.42589062499999997 0.606975609375 0.42270312499999996 0.6782926828125 0.564546875 0.6816097562500001 0.566140625 0.6102926828124999 \ No newline at end of file diff --git a/datasets/combined/labels/train/mfm6fz0yvela1_jpg.rf.f2238ca2591f907ad21e7c7828f5099f.txt b/datasets/combined/labels/train/mfm6fz0yvela1_jpg.rf.f2238ca2591f907ad21e7c7828f5099f.txt new file mode 100644 index 0000000000000000000000000000000000000000..1c12ff9ca8de8a398fa06a708ae509150812d63b --- /dev/null +++ b/datasets/combined/labels/train/mfm6fz0yvela1_jpg.rf.f2238ca2591f907ad21e7c7828f5099f.txt @@ -0,0 +1 @@ +0 0.4105144421875 0.691789053125 0.5591219640625 0.7004618921875 0.563405178125 0.625719428125 0.41646876875 0.61710494375 0.4105144421875 0.691789053125 \ No newline at end of file diff --git a/datasets/combined/labels/train/mtg6u7luzmga1_jpg.rf.1ef4194d995af19669958766d56be30b.txt b/datasets/combined/labels/train/mtg6u7luzmga1_jpg.rf.1ef4194d995af19669958766d56be30b.txt new file mode 100644 index 0000000000000000000000000000000000000000..1b6fc2691179a85091049e4ad0c6df74645c38f7 --- /dev/null +++ b/datasets/combined/labels/train/mtg6u7luzmga1_jpg.rf.1ef4194d995af19669958766d56be30b.txt @@ -0,0 +1 @@ +0 0.4631722765625 0.6875606953125 0.6768038875 0.6913357046875 0.68087284375 0.5371398734375 0.4673232140625 0.531512940625 0.4631722765625 0.6875606953125 \ No newline at end of file diff --git a/datasets/combined/labels/train/mtg6u7luzmga1_jpg.rf.625d001ba3d9a926d287f06433dca9bd.txt b/datasets/combined/labels/train/mtg6u7luzmga1_jpg.rf.625d001ba3d9a926d287f06433dca9bd.txt new file mode 100644 index 0000000000000000000000000000000000000000..1981a29bae81acf4c0bb662892948c4f7dfbcb7a --- /dev/null +++ b/datasets/combined/labels/train/mtg6u7luzmga1_jpg.rf.625d001ba3d9a926d287f06433dca9bd.txt @@ -0,0 +1 @@ +0 0.639421875 0.5057929515625 0.4465 0.5074449343749999 0.447671875 0.6484140968750001 0.640609375 0.64508810625 0.639421875 0.5057929515625 \ No newline at end of file diff --git a/datasets/combined/labels/train/mtg6u7luzmga1_jpg.rf.bb9febcb6100e700d551d34707b9a322.txt b/datasets/combined/labels/train/mtg6u7luzmga1_jpg.rf.bb9febcb6100e700d551d34707b9a322.txt new file mode 100644 index 0000000000000000000000000000000000000000..e59cb50131be930a695681c12d87b83d7f75e764 --- /dev/null +++ b/datasets/combined/labels/train/mtg6u7luzmga1_jpg.rf.bb9febcb6100e700d551d34707b9a322.txt @@ -0,0 +1 @@ +0 0.5022649890625 0.6659086140625 0.698075815625 0.6171313406250001 0.66408723125 0.475431053125 0.4678984046875 0.5224983812499999 0.5022649890625 0.6659086140625 \ No newline at end of file diff --git a/datasets/combined/labels/train/nf94pwed89ma1_jpg.rf.0ba1ad62a209508ff5990724f4cd4f8e.txt b/datasets/combined/labels/train/nf94pwed89ma1_jpg.rf.0ba1ad62a209508ff5990724f4cd4f8e.txt new file mode 100644 index 0000000000000000000000000000000000000000..552b91c76d9430ddcbcaae17fcdb3bfe131ff5df --- /dev/null +++ b/datasets/combined/labels/train/nf94pwed89ma1_jpg.rf.0ba1ad62a209508ff5990724f4cd4f8e.txt @@ -0,0 +1 @@ +0 0.43149331875 0.8342010515625 0.5706331984374999 0.8317723562499999 0.569278653125 0.7541705421875 0.4309955890625 0.75569399375 0.43149331875 0.8342010515625 \ No newline at end of file diff --git a/datasets/combined/labels/train/nf94pwed89ma1_jpg.rf.10272e8e7c0f6ca5f9fae59922164c23.txt b/datasets/combined/labels/train/nf94pwed89ma1_jpg.rf.10272e8e7c0f6ca5f9fae59922164c23.txt new file mode 100644 index 0000000000000000000000000000000000000000..ce228254b6b74ba38f33c205a60123ef871b3ad9 --- /dev/null +++ b/datasets/combined/labels/train/nf94pwed89ma1_jpg.rf.10272e8e7c0f6ca5f9fae59922164c23.txt @@ -0,0 +1 @@ +0 0.547875 0.7620070421875 0.41909375000000004 0.7611795781249999 0.41828125 0.8341549296874999 0.547875 0.8341549296874999 0.547875 0.7620070421875 \ No newline at end of file diff --git a/datasets/combined/labels/train/nf94pwed89ma1_jpg.rf.1c7ad6e600f6cde5c1fe643e2619be72.txt b/datasets/combined/labels/train/nf94pwed89ma1_jpg.rf.1c7ad6e600f6cde5c1fe643e2619be72.txt new file mode 100644 index 0000000000000000000000000000000000000000..fe0c040fb2785cdb7ecab64950098b44f911ff33 --- /dev/null +++ b/datasets/combined/labels/train/nf94pwed89ma1_jpg.rf.1c7ad6e600f6cde5c1fe643e2619be72.txt @@ -0,0 +1 @@ +0 0.46666703906249996 0.9024707015625 0.6075254453125 0.8750906015625001 0.592312696875 0.7968277968749999 0.45216294062499995 0.8231386374999999 0.46666703906249996 0.9024707015625 \ No newline at end of file diff --git a/datasets/combined/labels/train/oakiqj6oa0ha1_jpg.rf.408ddd52e32de6884d2122b2ece228f5.txt b/datasets/combined/labels/train/oakiqj6oa0ha1_jpg.rf.408ddd52e32de6884d2122b2ece228f5.txt new file mode 100644 index 0000000000000000000000000000000000000000..88b3b102e0df1ce3c57a50a167a7c18dc9452381 --- /dev/null +++ b/datasets/combined/labels/train/oakiqj6oa0ha1_jpg.rf.408ddd52e32de6884d2122b2ece228f5.txt @@ -0,0 +1 @@ +0 0.4715485109375 0.7893754375 0.5910140015625001 0.8146985953125 0.5971600687499999 0.7320661953125 0.4787978796875 0.7086617093750001 0.4715485109375 0.7893754375 \ No newline at end of file diff --git a/datasets/combined/labels/train/oakiqj6oa0ha1_jpg.rf.4a3a47709fc8783770fc7f48966bf84c.txt b/datasets/combined/labels/train/oakiqj6oa0ha1_jpg.rf.4a3a47709fc8783770fc7f48966bf84c.txt new file mode 100644 index 0000000000000000000000000000000000000000..eae59045e1dbc0ae2db24aa38554ceb14be9e7fd --- /dev/null +++ b/datasets/combined/labels/train/oakiqj6oa0ha1_jpg.rf.4a3a47709fc8783770fc7f48966bf84c.txt @@ -0,0 +1 @@ +0 0.600125 0.6849166671875 0.48693749999999997 0.676625 0.489421875 0.7528958328125 0.6038593750000001 0.7628541671875 0.600125 0.6849166671875 \ No newline at end of file diff --git a/datasets/combined/labels/train/oakiqj6oa0ha1_jpg.rf.c731cc70cc13860a8e05890ff2cd3a1a.txt b/datasets/combined/labels/train/oakiqj6oa0ha1_jpg.rf.c731cc70cc13860a8e05890ff2cd3a1a.txt new file mode 100644 index 0000000000000000000000000000000000000000..d0096cec94fcfbc113152237754e825158dfd749 --- /dev/null +++ b/datasets/combined/labels/train/oakiqj6oa0ha1_jpg.rf.c731cc70cc13860a8e05890ff2cd3a1a.txt @@ -0,0 +1 @@ +0 0.47052784687500004 0.807753153125 0.59144336875 0.8378535734374999 0.6006826953125 0.75362390625 0.48082327343750003 0.7255232703125001 0.47052784687500004 0.807753153125 \ No newline at end of file diff --git a/datasets/combined/labels/train/ocrpvqiej7fa1_jpg.rf.66ac2a619664f13b3fee4bbd8302b432.txt b/datasets/combined/labels/train/ocrpvqiej7fa1_jpg.rf.66ac2a619664f13b3fee4bbd8302b432.txt new file mode 100644 index 0000000000000000000000000000000000000000..fcf1bd31649771ade40286a072e48df7a973f014 --- /dev/null +++ b/datasets/combined/labels/train/ocrpvqiej7fa1_jpg.rf.66ac2a619664f13b3fee4bbd8302b432.txt @@ -0,0 +1 @@ +0 0.4869652453125 0.6554671937500001 0.6425025468750001 0.623505946875 0.6250172078125 0.5375960546874999 0.470075615625 0.568577578125 0.4869652453125 0.6554671937500001 \ No newline at end of file diff --git a/datasets/combined/labels/train/ocrpvqiej7fa1_jpg.rf.7484434fa228f4ffcfadf5f83547b642.txt b/datasets/combined/labels/train/ocrpvqiej7fa1_jpg.rf.7484434fa228f4ffcfadf5f83547b642.txt new file mode 100644 index 0000000000000000000000000000000000000000..496848f2efcf7896e79825b6ff1dc8336955acd7 --- /dev/null +++ b/datasets/combined/labels/train/ocrpvqiej7fa1_jpg.rf.7484434fa228f4ffcfadf5f83547b642.txt @@ -0,0 +1 @@ +0 0.44694432187500005 0.6385727218749999 0.6081583078125 0.631215334375 0.6042598796875 0.5420524671875 0.4437996 0.5485196984375 0.44694432187500005 0.6385727218749999 \ No newline at end of file diff --git a/datasets/combined/labels/train/ocrpvqiej7fa1_jpg.rf.c279753d0ab3f8ef47a225ba1da3a80b.txt b/datasets/combined/labels/train/ocrpvqiej7fa1_jpg.rf.c279753d0ab3f8ef47a225ba1da3a80b.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c7c55747f22cd109ea307ac414b337f253f83a3 --- /dev/null +++ b/datasets/combined/labels/train/ocrpvqiej7fa1_jpg.rf.c279753d0ab3f8ef47a225ba1da3a80b.txt @@ -0,0 +1 @@ +0 0.609171875 0.5497246125 0.455609375 0.5505507749999999 0.455609375 0.6367814109375 0.6099218750000001 0.6351290875 0.609171875 0.5497246125 \ No newline at end of file diff --git a/datasets/combined/labels/train/og0495u1j0ca1_jpg.rf.59b2c048809df6966d0fa766a075f3bc.txt b/datasets/combined/labels/train/og0495u1j0ca1_jpg.rf.59b2c048809df6966d0fa766a075f3bc.txt new file mode 100644 index 0000000000000000000000000000000000000000..1f054c1ad7aa5d5c2d49852477a88da02f055782 --- /dev/null +++ b/datasets/combined/labels/train/og0495u1j0ca1_jpg.rf.59b2c048809df6966d0fa766a075f3bc.txt @@ -0,0 +1 @@ +0 0.523549890625 0.78522830625 0.6543529546875 0.81932390625 0.6754331484375 0.7349812703125 0.54391023125 0.7006711250000001 0.523549890625 0.78522830625 \ No newline at end of file diff --git a/datasets/combined/labels/train/og0495u1j0ca1_jpg.rf.c2ef1863e52c987a2ede41add2e206d4.txt b/datasets/combined/labels/train/og0495u1j0ca1_jpg.rf.c2ef1863e52c987a2ede41add2e206d4.txt new file mode 100644 index 0000000000000000000000000000000000000000..1ab69cac55d0bf878ac0ef863a86fd36d4f484ff --- /dev/null +++ b/datasets/combined/labels/train/og0495u1j0ca1_jpg.rf.c2ef1863e52c987a2ede41add2e206d4.txt @@ -0,0 +1 @@ +0 0.69209375 0.6509386968750001 0.567640625 0.6517624515625 0.5696718749999999 0.7313793109375 0.6934375 0.7305363984375 0.69209375 0.6509386968750001 \ No newline at end of file diff --git a/datasets/combined/labels/train/og0495u1j0ca1_jpg.rf.f56e32ccb2e261e56ea5ec824ad82ae8.txt b/datasets/combined/labels/train/og0495u1j0ca1_jpg.rf.f56e32ccb2e261e56ea5ec824ad82ae8.txt new file mode 100644 index 0000000000000000000000000000000000000000..98595b120d653d930c9c1ea8390f4c56efb2a1e5 --- /dev/null +++ b/datasets/combined/labels/train/og0495u1j0ca1_jpg.rf.f56e32ccb2e261e56ea5ec824ad82ae8.txt @@ -0,0 +1 @@ +0 0.6167867265625 0.7335658875 0.7466871546875 0.719017209375 0.73648396875 0.6355169968750001 0.60585933125 0.6501214390625 0.6167867265625 0.7335658875 \ No newline at end of file diff --git a/datasets/combined/labels/train/p4smg0eq3gna1_jpg.rf.47144855eb02fd9bd9200258ce3c3c98.txt b/datasets/combined/labels/train/p4smg0eq3gna1_jpg.rf.47144855eb02fd9bd9200258ce3c3c98.txt new file mode 100644 index 0000000000000000000000000000000000000000..76eb0dd17d5ffd41b65c2bf46ccffe4de1447942 --- /dev/null +++ b/datasets/combined/labels/train/p4smg0eq3gna1_jpg.rf.47144855eb02fd9bd9200258ce3c3c98.txt @@ -0,0 +1 @@ +0 0.610078125 0.3018125 0.35696875 0.30597916718749996 0.358828125 0.4759583328125 0.610078125 0.4701458328125 0.610078125 0.3018125 \ No newline at end of file diff --git a/datasets/combined/labels/train/p4smg0eq3gna1_jpg.rf.9b6dd867b2c0e0405348ade308a74688.txt b/datasets/combined/labels/train/p4smg0eq3gna1_jpg.rf.9b6dd867b2c0e0405348ade308a74688.txt new file mode 100644 index 0000000000000000000000000000000000000000..382b88458e1e0dbbd704c8f2b43a2567c9a61493 --- /dev/null +++ b/datasets/combined/labels/train/p4smg0eq3gna1_jpg.rf.9b6dd867b2c0e0405348ade308a74688.txt @@ -0,0 +1 @@ +0 0.3427617953125 0.488647628125 0.60197219375 0.478109246875 0.59893306875 0.3039978390625 0.33777389375 0.3128673890625 0.3427617953125 0.488647628125 \ No newline at end of file diff --git a/datasets/combined/labels/train/p4smg0eq3gna1_jpg.rf.9b8823bb8660d029edc7762122c2a000.txt b/datasets/combined/labels/train/p4smg0eq3gna1_jpg.rf.9b8823bb8660d029edc7762122c2a000.txt new file mode 100644 index 0000000000000000000000000000000000000000..541addb9aecb7f5ee456184ac11b9c41b1102c41 --- /dev/null +++ b/datasets/combined/labels/train/p4smg0eq3gna1_jpg.rf.9b8823bb8660d029edc7762122c2a000.txt @@ -0,0 +1 @@ +0 0.3551177578125 0.5027049906250001 0.613992865625 0.43660403125 0.5737803765625 0.26242460312500004 0.312586021875 0.327267240625 0.3551177578125 0.5027049906250001 \ No newline at end of file diff --git a/datasets/combined/labels/train/pb23izcgs8na1_jpg.rf.32db6186741e17cd6aa808bd38edfd93.txt b/datasets/combined/labels/train/pb23izcgs8na1_jpg.rf.32db6186741e17cd6aa808bd38edfd93.txt new file mode 100644 index 0000000000000000000000000000000000000000..51fb5f8571af8dfad2c630b55f33e8175c4fb75f --- /dev/null +++ b/datasets/combined/labels/train/pb23izcgs8na1_jpg.rf.32db6186741e17cd6aa808bd38edfd93.txt @@ -0,0 +1 @@ +0 0.445128996875 0.6381773640625 0.636580121875 0.6146701218749999 0.6228992234375 0.517054234375 0.4348906203125 0.540986375 0.445128996875 0.6381773640625 \ No newline at end of file diff --git a/datasets/combined/labels/train/pb23izcgs8na1_jpg.rf.44e4e2cf484edfc08964856936ade25e.txt b/datasets/combined/labels/train/pb23izcgs8na1_jpg.rf.44e4e2cf484edfc08964856936ade25e.txt new file mode 100644 index 0000000000000000000000000000000000000000..58353dc2c15f5ed6c5a4760bf8425e848e001091 --- /dev/null +++ b/datasets/combined/labels/train/pb23izcgs8na1_jpg.rf.44e4e2cf484edfc08964856936ade25e.txt @@ -0,0 +1 @@ +0 0.62271875 0.5298437500000001 0.43615624999999997 0.530671875 0.4345 0.626859375 0.624375 0.626859375 0.62271875 0.5298437500000001 \ No newline at end of file diff --git a/datasets/combined/labels/train/pb23izcgs8na1_jpg.rf.e7f26360e2e7518ea75d3133b12e8ba7.txt b/datasets/combined/labels/train/pb23izcgs8na1_jpg.rf.e7f26360e2e7518ea75d3133b12e8ba7.txt new file mode 100644 index 0000000000000000000000000000000000000000..c1b5771787d5c254c721b4a014db09e575f562fc --- /dev/null +++ b/datasets/combined/labels/train/pb23izcgs8na1_jpg.rf.e7f26360e2e7518ea75d3133b12e8ba7.txt @@ -0,0 +1 @@ +0 0.45325806562500004 0.6343551046875 0.6429030484375 0.611069628125 0.6293512140625 0.5143746453125 0.44311627500000006 0.5380810125 0.45325806562500004 0.6343551046875 \ No newline at end of file diff --git a/datasets/combined/labels/train/pxuvds6zr5da1_jpg.rf.15728c884d548dcdedb1c9b75ec528c7.txt b/datasets/combined/labels/train/pxuvds6zr5da1_jpg.rf.15728c884d548dcdedb1c9b75ec528c7.txt new file mode 100644 index 0000000000000000000000000000000000000000..a273498a4bee1ec951fa682fa08461cb5e045295 --- /dev/null +++ b/datasets/combined/labels/train/pxuvds6zr5da1_jpg.rf.15728c884d548dcdedb1c9b75ec528c7.txt @@ -0,0 +1 @@ +0 0.4153736828125 0.581017728125 0.535037646875 0.554101021875 0.5196744015625 0.47125728125000005 0.3987264953125 0.502988765625 0.4153736828125 0.581017728125 \ No newline at end of file diff --git a/datasets/combined/labels/train/pxuvds6zr5da1_jpg.rf.54d775c0023ed2230729fba15f0f8e3a.txt b/datasets/combined/labels/train/pxuvds6zr5da1_jpg.rf.54d775c0023ed2230729fba15f0f8e3a.txt new file mode 100644 index 0000000000000000000000000000000000000000..8a17a4d8f96f107b5f2b8505bbb08914e8066921 --- /dev/null +++ b/datasets/combined/labels/train/pxuvds6zr5da1_jpg.rf.54d775c0023ed2230729fba15f0f8e3a.txt @@ -0,0 +1 @@ +0 0.38301275625 0.596323753125 0.502592140625 0.5672216859375 0.48571483281249994 0.48431479375 0.3649323875 0.5182731140625 0.38301275625 0.596323753125 \ No newline at end of file diff --git a/datasets/combined/labels/train/pxuvds6zr5da1_jpg.rf.a2563310e99f0cd8757755e53e77f02e.txt b/datasets/combined/labels/train/pxuvds6zr5da1_jpg.rf.a2563310e99f0cd8757755e53e77f02e.txt new file mode 100644 index 0000000000000000000000000000000000000000..0a103064ee786e61158c8b498c33955eae1c3b7e --- /dev/null +++ b/datasets/combined/labels/train/pxuvds6zr5da1_jpg.rf.a2563310e99f0cd8757755e53e77f02e.txt @@ -0,0 +1 @@ +0 0.49325 0.4610556625 0.377828125 0.4685220734375 0.379171875 0.54232245625 0.492578125 0.53900191875 0.49325 0.4610556625 \ No newline at end of file diff --git a/datasets/combined/labels/train/pyyw6nfbhbha1_jpg.rf.cba0e3c6232cad1399e416ddb5215543.txt b/datasets/combined/labels/train/pyyw6nfbhbha1_jpg.rf.cba0e3c6232cad1399e416ddb5215543.txt new file mode 100644 index 0000000000000000000000000000000000000000..c3b7b62f9c8652a965e03d46ba0a3daf3686b493 --- /dev/null +++ b/datasets/combined/labels/train/pyyw6nfbhbha1_jpg.rf.cba0e3c6232cad1399e416ddb5215543.txt @@ -0,0 +1 @@ +0 0.4583946140625 0.72334314375 0.7166573140625 0.6814362421875 0.686366265625 0.555440965625 0.43217475156249996 0.5978486234375 0.4583946140625 0.72334314375 \ No newline at end of file diff --git a/datasets/combined/labels/train/pyyw6nfbhbha1_jpg.rf.d4efca49d1b2ab367a595a2a852c6a26.txt b/datasets/combined/labels/train/pyyw6nfbhbha1_jpg.rf.d4efca49d1b2ab367a595a2a852c6a26.txt new file mode 100644 index 0000000000000000000000000000000000000000..b98250ad2a52ab84e51ac92eb9b9b1def68b6a64 --- /dev/null +++ b/datasets/combined/labels/train/pyyw6nfbhbha1_jpg.rf.d4efca49d1b2ab367a595a2a852c6a26.txt @@ -0,0 +1 @@ +0 0.64496875 0.5638273375 0.41265625000000006 0.5779280578125 0.424359375 0.69317985625 0.6602812499999999 0.67991366875 0.64496875 0.5638273375 \ No newline at end of file diff --git a/datasets/combined/labels/train/pyyw6nfbhbha1_jpg.rf.e304ce9e68fef5e3a5c1ea92b74a1072.txt b/datasets/combined/labels/train/pyyw6nfbhbha1_jpg.rf.e304ce9e68fef5e3a5c1ea92b74a1072.txt new file mode 100644 index 0000000000000000000000000000000000000000..2e42ca77c7b2110fea97e38443fe42a77c3611de --- /dev/null +++ b/datasets/combined/labels/train/pyyw6nfbhbha1_jpg.rf.e304ce9e68fef5e3a5c1ea92b74a1072.txt @@ -0,0 +1 @@ +0 0.419919025 0.698865240625 0.6590247484375 0.6896356421875 0.6455673796875 0.5721154375 0.41010145 0.5822517203124999 0.419919025 0.698865240625 \ No newline at end of file diff --git a/datasets/combined/labels/train/qp3ab0qrdbga1_jpg.rf.441c91fb958744398387022847f8535b.txt b/datasets/combined/labels/train/qp3ab0qrdbga1_jpg.rf.441c91fb958744398387022847f8535b.txt new file mode 100644 index 0000000000000000000000000000000000000000..0eb554ef19323b72a8ec911ee3dc2d377e53205f --- /dev/null +++ b/datasets/combined/labels/train/qp3ab0qrdbga1_jpg.rf.441c91fb958744398387022847f8535b.txt @@ -0,0 +1 @@ +0 0.401534459375 0.6460912515625 0.5415104734375 0.67647374375 0.5612258203125 0.581097459375 0.421890265625 0.5508746515625 0.401534459375 0.6460912515625 \ No newline at end of file diff --git a/datasets/combined/labels/train/qp3ab0qrdbga1_jpg.rf.a5d8b6226f948ad5938fa72a54e6b460.txt b/datasets/combined/labels/train/qp3ab0qrdbga1_jpg.rf.a5d8b6226f948ad5938fa72a54e6b460.txt new file mode 100644 index 0000000000000000000000000000000000000000..5427f4592a79b19dade5e4c15a141b6ecc40d74a --- /dev/null +++ b/datasets/combined/labels/train/qp3ab0qrdbga1_jpg.rf.a5d8b6226f948ad5938fa72a54e6b460.txt @@ -0,0 +1 @@ +0 0.45557047031250003 0.704417040625 0.6011409390625 0.6999551562499999 0.5971308718749999 0.6008968609374999 0.45223154374999996 0.60535874375 0.45557047031250003 0.704417040625 \ No newline at end of file diff --git a/datasets/combined/labels/train/qp3ab0qrdbga1_jpg.rf.a9c1d2e822b5997af89cb47232ebc2f3.txt b/datasets/combined/labels/train/qp3ab0qrdbga1_jpg.rf.a9c1d2e822b5997af89cb47232ebc2f3.txt new file mode 100644 index 0000000000000000000000000000000000000000..00f99eef676e21f620b54beb3e5a35233f66cb29 --- /dev/null +++ b/datasets/combined/labels/train/qp3ab0qrdbga1_jpg.rf.a9c1d2e822b5997af89cb47232ebc2f3.txt @@ -0,0 +1 @@ +0 0.595140625 0.58125 0.46020312499999994 0.5853958328125 0.46331249999999996 0.6774375 0.5988749999999999 0.6732916671875 0.595140625 0.58125 \ No newline at end of file diff --git a/datasets/combined/labels/train/qwmd0qj54tla1_jpg.rf.44de9668ef11d1501992bb2a1b18ec16.txt b/datasets/combined/labels/train/qwmd0qj54tla1_jpg.rf.44de9668ef11d1501992bb2a1b18ec16.txt new file mode 100644 index 0000000000000000000000000000000000000000..d020d308b233b6e84b92cd684d06e6671ca97db3 --- /dev/null +++ b/datasets/combined/labels/train/qwmd0qj54tla1_jpg.rf.44de9668ef11d1501992bb2a1b18ec16.txt @@ -0,0 +1 @@ +0 0.435109375 0.60195121875 0.30656249999999996 0.594501109375 0.3013125 0.689024390625 0.43395312500000005 0.6973170734374999 0.435109375 0.60195121875 \ No newline at end of file diff --git a/datasets/combined/labels/train/qwmd0qj54tla1_jpg.rf.c6d309d47e68c9f40e3207fb1ea30f97.txt b/datasets/combined/labels/train/qwmd0qj54tla1_jpg.rf.c6d309d47e68c9f40e3207fb1ea30f97.txt new file mode 100644 index 0000000000000000000000000000000000000000..eda6cd666268049036dd9d69f321b3f9c2ed9e82 --- /dev/null +++ b/datasets/combined/labels/train/qwmd0qj54tla1_jpg.rf.c6d309d47e68c9f40e3207fb1ea30f97.txt @@ -0,0 +1 @@ +0 0.33419711093750004 0.6923151921875 0.4759144796875 0.6888129421875 0.4682602546875 0.587173853125 0.33097141875 0.5911925703125 0.33419711093750004 0.6923151921875 \ No newline at end of file diff --git a/datasets/combined/labels/train/qwmd0qj54tla1_jpg.rf.f874de2051448e2c9f87a1ecd13fb762.txt b/datasets/combined/labels/train/qwmd0qj54tla1_jpg.rf.f874de2051448e2c9f87a1ecd13fb762.txt new file mode 100644 index 0000000000000000000000000000000000000000..43a238c9a9bec13c9f553ae9f432c6b19fb0b846 --- /dev/null +++ b/datasets/combined/labels/train/qwmd0qj54tla1_jpg.rf.f874de2051448e2c9f87a1ecd13fb762.txt @@ -0,0 +1 @@ +0 0.2897817984375 0.62957006875 0.428146128125 0.673423740625 0.4546264171875 0.5724369609375 0.3203771375 0.5305598515625001 0.2897817984375 0.62957006875 \ No newline at end of file diff --git a/datasets/combined/labels/train/r9ko4kqc3saa1_jpg.rf.14a51b6a663a3c7d249a6a2679c1bb3b.txt b/datasets/combined/labels/train/r9ko4kqc3saa1_jpg.rf.14a51b6a663a3c7d249a6a2679c1bb3b.txt new file mode 100644 index 0000000000000000000000000000000000000000..51af0f3236400d9e73130cbf47f02fa1e3941391 --- /dev/null +++ b/datasets/combined/labels/train/r9ko4kqc3saa1_jpg.rf.14a51b6a663a3c7d249a6a2679c1bb3b.txt @@ -0,0 +1 @@ +0 0.364982371875 0.7087130312500001 0.5913589015625 0.689300875 0.59700750625 0.53054485 0.3717212921875 0.541976225 0.364982371875 0.7087130312500001 \ No newline at end of file diff --git a/datasets/combined/labels/train/r9ko4kqc3saa1_jpg.rf.7075a56666168d8c3f0ddfc99131a4f8.txt b/datasets/combined/labels/train/r9ko4kqc3saa1_jpg.rf.7075a56666168d8c3f0ddfc99131a4f8.txt new file mode 100644 index 0000000000000000000000000000000000000000..8a1528e619ebe516d6b3fa77151af5f5e534bb0c --- /dev/null +++ b/datasets/combined/labels/train/r9ko4kqc3saa1_jpg.rf.7075a56666168d8c3f0ddfc99131a4f8.txt @@ -0,0 +1 @@ +0 0.596390625 0.5257083328125 0.3874375 0.5472708328125 0.389296875 0.7023125 0.5988749999999999 0.6732916671875 0.596390625 0.5257083328125 \ No newline at end of file diff --git a/datasets/combined/labels/train/r9ko4kqc3saa1_jpg.rf.91e960b6e86011918610e4a0d590d7d6.txt b/datasets/combined/labels/train/r9ko4kqc3saa1_jpg.rf.91e960b6e86011918610e4a0d590d7d6.txt new file mode 100644 index 0000000000000000000000000000000000000000..fc27363a3af3834ac09750099b3e06dda7727326 --- /dev/null +++ b/datasets/combined/labels/train/r9ko4kqc3saa1_jpg.rf.91e960b6e86011918610e4a0d590d7d6.txt @@ -0,0 +1 @@ +0 0.404600496875 0.7281962953125001 0.615937628125 0.67592650625 0.597505240625 0.525009309375 0.38600464218749997 0.5695715578125 0.404600496875 0.7281962953125001 \ No newline at end of file diff --git a/datasets/combined/labels/train/s63feb9suiha1_jpg.rf.049121b3242c5f00fa846007b1f4f293.txt b/datasets/combined/labels/train/s63feb9suiha1_jpg.rf.049121b3242c5f00fa846007b1f4f293.txt new file mode 100644 index 0000000000000000000000000000000000000000..07f362de1a604c0e6297622622cf493d1ed1308a --- /dev/null +++ b/datasets/combined/labels/train/s63feb9suiha1_jpg.rf.049121b3242c5f00fa846007b1f4f293.txt @@ -0,0 +1 @@ +0 0.439695646875 0.47646813593750004 0.6475101515625 0.46921109375 0.645894553125 0.32429440625 0.4345113828125 0.3280102421875 0.439695646875 0.47646813593750004 \ No newline at end of file diff --git a/datasets/combined/labels/train/s63feb9suiha1_jpg.rf.0fe00b5db75468bceab1490b08d8eeab.txt b/datasets/combined/labels/train/s63feb9suiha1_jpg.rf.0fe00b5db75468bceab1490b08d8eeab.txt new file mode 100644 index 0000000000000000000000000000000000000000..774be010932c2aa50056624a09988868d6f332d1 --- /dev/null +++ b/datasets/combined/labels/train/s63feb9suiha1_jpg.rf.0fe00b5db75468bceab1490b08d8eeab.txt @@ -0,0 +1 @@ +0 0.61690625 0.3333333328125 0.426 0.3300208328125 0.426 0.4643333328125 0.613796875 0.4643333328125 0.61690625 0.3333333328125 \ No newline at end of file diff --git a/datasets/combined/labels/train/s63feb9suiha1_jpg.rf.3db4ff692bd1d44da2290fa36530a5bf.txt b/datasets/combined/labels/train/s63feb9suiha1_jpg.rf.3db4ff692bd1d44da2290fa36530a5bf.txt new file mode 100644 index 0000000000000000000000000000000000000000..39915bf667471c5fd9fc775ad8339dc8e1eccc00 --- /dev/null +++ b/datasets/combined/labels/train/s63feb9suiha1_jpg.rf.3db4ff692bd1d44da2290fa36530a5bf.txt @@ -0,0 +1 @@ +0 0.4234116390625 0.4562477546875 0.6190532078125 0.43913133593750003 0.6103786578125 0.302672453125 0.41119657187499997 0.31662890312499997 0.4234116390625 0.4562477546875 \ No newline at end of file diff --git a/datasets/combined/labels/train/sf7dm6lymvja1_jpg.rf.bc1d5b5507efcb987854e3c7e525bacc.txt b/datasets/combined/labels/train/sf7dm6lymvja1_jpg.rf.bc1d5b5507efcb987854e3c7e525bacc.txt new file mode 100644 index 0000000000000000000000000000000000000000..4d6a4e0710fa9d8622b040975b1095de0131ff1f --- /dev/null +++ b/datasets/combined/labels/train/sf7dm6lymvja1_jpg.rf.bc1d5b5507efcb987854e3c7e525bacc.txt @@ -0,0 +1 @@ +0 0.2993836359375 0.646833125 0.6566057562500001 0.6343586546875 0.652399325 0.435621503125 0.29597675 0.4444060296875 0.2993836359375 0.646833125 \ No newline at end of file diff --git a/datasets/combined/labels/train/sf7dm6lymvja1_jpg.rf.d9574ae717c1e7f695ab04110305a5f9.txt b/datasets/combined/labels/train/sf7dm6lymvja1_jpg.rf.d9574ae717c1e7f695ab04110305a5f9.txt new file mode 100644 index 0000000000000000000000000000000000000000..ffbffde99995cabaf129369e3515b10c2f4b2970 --- /dev/null +++ b/datasets/combined/labels/train/sf7dm6lymvja1_jpg.rf.d9574ae717c1e7f695ab04110305a5f9.txt @@ -0,0 +1 @@ +0 0.660859375 0.42289062499999996 0.33665625 0.41956249999999995 0.33332812500000003 0.6036406249999999 0.658375 0.6036406249999999 0.660859375 0.42289062499999996 \ No newline at end of file diff --git a/datasets/combined/labels/train/sf7dm6lymvja1_jpg.rf.fab706d40874fabf1dd2e60703cf4698.txt b/datasets/combined/labels/train/sf7dm6lymvja1_jpg.rf.fab706d40874fabf1dd2e60703cf4698.txt new file mode 100644 index 0000000000000000000000000000000000000000..9084ff70d79d58f5cb7c45243716e05efbfa8e94 --- /dev/null +++ b/datasets/combined/labels/train/sf7dm6lymvja1_jpg.rf.fab706d40874fabf1dd2e60703cf4698.txt @@ -0,0 +1 @@ +0 0.276608146875 0.562005409375 0.626237090625 0.6363213359375 0.6702344765625 0.4424699 0.32227400624999997 0.3647670625 0.276608146875 0.562005409375 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_003_mp4-0049_jpg.rf.0004817b253e8a01cb87864ba09ec043.txt b/datasets/combined/labels/train/shahbagh_003_mp4-0049_jpg.rf.0004817b253e8a01cb87864ba09ec043.txt new file mode 100644 index 0000000000000000000000000000000000000000..78dc2a02d113510b48b04d1439bb98dcede807c1 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_003_mp4-0049_jpg.rf.0004817b253e8a01cb87864ba09ec043.txt @@ -0,0 +1,44 @@ +2 0.4328125 0.325 0.040625 0.09444444444444444 +2 0.4828125 0.8305555555555556 0.1421875 0.2638888888888889 +3 0.415625 0.19444444444444445 0.0203125 0.05 +4 0.3265625 0.37222222222222223 0.0234375 0.08611111111111111 +3 0.5890625 0.8361111111111111 0.0734375 0.18888888888888888 +4 0.5453125 0.36944444444444446 0.0234375 0.08055555555555556 +5 0.459375 0.41388888888888886 0.0375 0.08611111111111111 +4 0.4546875 0.6416666666666667 0.0203125 0.075 +5 0.6390625 0.5944444444444444 0.046875 0.11666666666666667 +4 0.528125 0.6305555555555555 0.028125 0.044444444444444446 +5 0.6890625 0.44166666666666665 0.040625 0.1 +5 0.5875 0.475 0.0453125 0.12222222222222222 +5 0.5984375 0.21666666666666667 0.0234375 0.05555555555555555 +0 0.446875 0.23333333333333334 0.028125 0.027777777777777776 +4 0.5484375 0.5611111111111111 0.0203125 0.12777777777777777 +5 0.684375 0.7166666666666667 0.0671875 0.12777777777777777 +4 0.66875 0.7666666666666667 0.040625 0.16666666666666666 +4 0.5859375 0.6 0.028125 0.09444444444444444 +5 0.5515625 0.6972222222222222 0.0859375 0.08055555555555556 +4 0.6125 0.6861111111111111 0.028125 0.13055555555555556 +4 0.7546875 0.75 0.0171875 0.16111111111111112 +4 0.7875 0.7361111111111112 0.0359375 0.17222222222222222 +4 0.6734375 0.4861111111111111 0.01875 0.041666666666666664 +4 0.634375 0.44722222222222224 0.0171875 0.10555555555555556 +4 0.43125 0.375 0.0109375 0.09166666666666666 +1 0.3640625 0.3277777777777778 0.0484375 0.08055555555555556 +4 0.353125 0.36666666666666664 0.0109375 0.08333333333333333 +4 0.4 0.3388888888888889 0.015625 0.07222222222222222 +5 0.384375 0.14444444444444443 0.015625 0.044444444444444446 +5 0.5671875 0.25833333333333336 0.025 0.03333333333333333 +5 0.434375 0.5333333333333333 0.0546875 0.11388888888888889 +1 0.378125 0.4527777777777778 0.0734375 0.1361111111111111 +1 0.3453125 0.6833333333333333 0.0953125 0.25277777777777777 +4 0.2921875 0.8638888888888889 0.0375 0.21944444444444444 +4 0.8265625 0.7444444444444445 0.0390625 0.17222222222222222 +4 0.5890625 0.2777777777777778 0.0125 0.06944444444444445 +4 0.5734375 0.3055555555555556 0.015625 0.06944444444444445 +1 0.5421875 0.19722222222222222 0.0734375 0.044444444444444446 +4 0.7515625 0.5638888888888889 0.0234375 0.09166666666666666 +4 0.775 0.6027777777777777 0.0234375 0.09722222222222222 +4 0.7109375 0.5777777777777777 0.021875 0.08055555555555556 +4 0.753125 0.6527777777777778 0.01875 0.06388888888888888 +4 0.7265625 0.5055555555555555 0.0203125 0.04722222222222222 +4 0.6875 0.5611111111111111 0.0203125 0.1 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_003_mp4-0049_jpg.rf.2b56cda3c85b36ba1f921d56b249f088.txt b/datasets/combined/labels/train/shahbagh_003_mp4-0049_jpg.rf.2b56cda3c85b36ba1f921d56b249f088.txt new file mode 100644 index 0000000000000000000000000000000000000000..b83e6f633b4071e5ccdec20dd2b5607e96d10618 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_003_mp4-0049_jpg.rf.2b56cda3c85b36ba1f921d56b249f088.txt @@ -0,0 +1,44 @@ +2 0.5671875 0.325 0.040625 0.09444444444444444 +2 0.5171875 0.8305555555555556 0.1421875 0.2638888888888889 +3 0.584375 0.19444444444444445 0.0203125 0.05 +4 0.6734375 0.37222222222222223 0.0234375 0.08611111111111111 +3 0.4109375 0.8361111111111111 0.0734375 0.18888888888888888 +4 0.4546875 0.36944444444444446 0.0234375 0.08055555555555556 +5 0.540625 0.41388888888888886 0.0375 0.08611111111111111 +4 0.5453125 0.6416666666666667 0.0203125 0.075 +5 0.3609375 0.5944444444444444 0.046875 0.11666666666666667 +4 0.471875 0.6305555555555555 0.028125 0.044444444444444446 +5 0.3109375 0.44166666666666665 0.040625 0.1 +5 0.4125 0.475 0.0453125 0.12222222222222222 +5 0.4015625 0.21666666666666667 0.0234375 0.05555555555555555 +0 0.553125 0.23333333333333334 0.028125 0.027777777777777776 +4 0.4515625 0.5611111111111111 0.0203125 0.12777777777777777 +5 0.315625 0.7166666666666667 0.0671875 0.12777777777777777 +4 0.33125 0.7666666666666667 0.040625 0.16666666666666666 +4 0.4140625 0.6 0.028125 0.09444444444444444 +5 0.4484375 0.6972222222222222 0.0859375 0.08055555555555556 +4 0.3875 0.6861111111111111 0.028125 0.13055555555555556 +4 0.2453125 0.75 0.0171875 0.16111111111111112 +4 0.2125 0.7361111111111112 0.0359375 0.17222222222222222 +4 0.3265625 0.4861111111111111 0.01875 0.041666666666666664 +4 0.365625 0.44722222222222224 0.0171875 0.10555555555555556 +4 0.56875 0.375 0.0109375 0.09166666666666666 +1 0.6359375 0.3277777777777778 0.0484375 0.08055555555555556 +4 0.646875 0.36666666666666664 0.0109375 0.08333333333333333 +4 0.6 0.3388888888888889 0.015625 0.07222222222222222 +5 0.615625 0.14444444444444443 0.015625 0.044444444444444446 +5 0.4328125 0.25833333333333336 0.025 0.03333333333333333 +5 0.565625 0.5333333333333333 0.0546875 0.11388888888888889 +1 0.621875 0.4527777777777778 0.0734375 0.1361111111111111 +1 0.6546875 0.6833333333333333 0.0953125 0.25277777777777777 +4 0.7078125 0.8638888888888889 0.0375 0.21944444444444444 +4 0.1734375 0.7444444444444445 0.0390625 0.17222222222222222 +4 0.4109375 0.2777777777777778 0.0125 0.06944444444444445 +4 0.4265625 0.3055555555555556 0.015625 0.06944444444444445 +1 0.4578125 0.19722222222222222 0.0734375 0.044444444444444446 +4 0.2484375 0.5638888888888889 0.0234375 0.09166666666666666 +4 0.225 0.6027777777777777 0.0234375 0.09722222222222222 +4 0.2890625 0.5777777777777777 0.021875 0.08055555555555556 +4 0.246875 0.6527777777777778 0.01875 0.06388888888888888 +4 0.2734375 0.5055555555555555 0.0203125 0.04722222222222222 +4 0.3125 0.5611111111111111 0.0203125 0.1 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_003_mp4-0049_jpg.rf.53df7c6b7e0d112298e97f20133ead81.txt b/datasets/combined/labels/train/shahbagh_003_mp4-0049_jpg.rf.53df7c6b7e0d112298e97f20133ead81.txt new file mode 100644 index 0000000000000000000000000000000000000000..78dc2a02d113510b48b04d1439bb98dcede807c1 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_003_mp4-0049_jpg.rf.53df7c6b7e0d112298e97f20133ead81.txt @@ -0,0 +1,44 @@ +2 0.4328125 0.325 0.040625 0.09444444444444444 +2 0.4828125 0.8305555555555556 0.1421875 0.2638888888888889 +3 0.415625 0.19444444444444445 0.0203125 0.05 +4 0.3265625 0.37222222222222223 0.0234375 0.08611111111111111 +3 0.5890625 0.8361111111111111 0.0734375 0.18888888888888888 +4 0.5453125 0.36944444444444446 0.0234375 0.08055555555555556 +5 0.459375 0.41388888888888886 0.0375 0.08611111111111111 +4 0.4546875 0.6416666666666667 0.0203125 0.075 +5 0.6390625 0.5944444444444444 0.046875 0.11666666666666667 +4 0.528125 0.6305555555555555 0.028125 0.044444444444444446 +5 0.6890625 0.44166666666666665 0.040625 0.1 +5 0.5875 0.475 0.0453125 0.12222222222222222 +5 0.5984375 0.21666666666666667 0.0234375 0.05555555555555555 +0 0.446875 0.23333333333333334 0.028125 0.027777777777777776 +4 0.5484375 0.5611111111111111 0.0203125 0.12777777777777777 +5 0.684375 0.7166666666666667 0.0671875 0.12777777777777777 +4 0.66875 0.7666666666666667 0.040625 0.16666666666666666 +4 0.5859375 0.6 0.028125 0.09444444444444444 +5 0.5515625 0.6972222222222222 0.0859375 0.08055555555555556 +4 0.6125 0.6861111111111111 0.028125 0.13055555555555556 +4 0.7546875 0.75 0.0171875 0.16111111111111112 +4 0.7875 0.7361111111111112 0.0359375 0.17222222222222222 +4 0.6734375 0.4861111111111111 0.01875 0.041666666666666664 +4 0.634375 0.44722222222222224 0.0171875 0.10555555555555556 +4 0.43125 0.375 0.0109375 0.09166666666666666 +1 0.3640625 0.3277777777777778 0.0484375 0.08055555555555556 +4 0.353125 0.36666666666666664 0.0109375 0.08333333333333333 +4 0.4 0.3388888888888889 0.015625 0.07222222222222222 +5 0.384375 0.14444444444444443 0.015625 0.044444444444444446 +5 0.5671875 0.25833333333333336 0.025 0.03333333333333333 +5 0.434375 0.5333333333333333 0.0546875 0.11388888888888889 +1 0.378125 0.4527777777777778 0.0734375 0.1361111111111111 +1 0.3453125 0.6833333333333333 0.0953125 0.25277777777777777 +4 0.2921875 0.8638888888888889 0.0375 0.21944444444444444 +4 0.8265625 0.7444444444444445 0.0390625 0.17222222222222222 +4 0.5890625 0.2777777777777778 0.0125 0.06944444444444445 +4 0.5734375 0.3055555555555556 0.015625 0.06944444444444445 +1 0.5421875 0.19722222222222222 0.0734375 0.044444444444444446 +4 0.7515625 0.5638888888888889 0.0234375 0.09166666666666666 +4 0.775 0.6027777777777777 0.0234375 0.09722222222222222 +4 0.7109375 0.5777777777777777 0.021875 0.08055555555555556 +4 0.753125 0.6527777777777778 0.01875 0.06388888888888888 +4 0.7265625 0.5055555555555555 0.0203125 0.04722222222222222 +4 0.6875 0.5611111111111111 0.0203125 0.1 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_003_mp4-0049_jpg.rf.6052d965344e77f7f49829f9cfe373d4.txt b/datasets/combined/labels/train/shahbagh_003_mp4-0049_jpg.rf.6052d965344e77f7f49829f9cfe373d4.txt new file mode 100644 index 0000000000000000000000000000000000000000..b83e6f633b4071e5ccdec20dd2b5607e96d10618 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_003_mp4-0049_jpg.rf.6052d965344e77f7f49829f9cfe373d4.txt @@ -0,0 +1,44 @@ +2 0.5671875 0.325 0.040625 0.09444444444444444 +2 0.5171875 0.8305555555555556 0.1421875 0.2638888888888889 +3 0.584375 0.19444444444444445 0.0203125 0.05 +4 0.6734375 0.37222222222222223 0.0234375 0.08611111111111111 +3 0.4109375 0.8361111111111111 0.0734375 0.18888888888888888 +4 0.4546875 0.36944444444444446 0.0234375 0.08055555555555556 +5 0.540625 0.41388888888888886 0.0375 0.08611111111111111 +4 0.5453125 0.6416666666666667 0.0203125 0.075 +5 0.3609375 0.5944444444444444 0.046875 0.11666666666666667 +4 0.471875 0.6305555555555555 0.028125 0.044444444444444446 +5 0.3109375 0.44166666666666665 0.040625 0.1 +5 0.4125 0.475 0.0453125 0.12222222222222222 +5 0.4015625 0.21666666666666667 0.0234375 0.05555555555555555 +0 0.553125 0.23333333333333334 0.028125 0.027777777777777776 +4 0.4515625 0.5611111111111111 0.0203125 0.12777777777777777 +5 0.315625 0.7166666666666667 0.0671875 0.12777777777777777 +4 0.33125 0.7666666666666667 0.040625 0.16666666666666666 +4 0.4140625 0.6 0.028125 0.09444444444444444 +5 0.4484375 0.6972222222222222 0.0859375 0.08055555555555556 +4 0.3875 0.6861111111111111 0.028125 0.13055555555555556 +4 0.2453125 0.75 0.0171875 0.16111111111111112 +4 0.2125 0.7361111111111112 0.0359375 0.17222222222222222 +4 0.3265625 0.4861111111111111 0.01875 0.041666666666666664 +4 0.365625 0.44722222222222224 0.0171875 0.10555555555555556 +4 0.56875 0.375 0.0109375 0.09166666666666666 +1 0.6359375 0.3277777777777778 0.0484375 0.08055555555555556 +4 0.646875 0.36666666666666664 0.0109375 0.08333333333333333 +4 0.6 0.3388888888888889 0.015625 0.07222222222222222 +5 0.615625 0.14444444444444443 0.015625 0.044444444444444446 +5 0.4328125 0.25833333333333336 0.025 0.03333333333333333 +5 0.565625 0.5333333333333333 0.0546875 0.11388888888888889 +1 0.621875 0.4527777777777778 0.0734375 0.1361111111111111 +1 0.6546875 0.6833333333333333 0.0953125 0.25277777777777777 +4 0.7078125 0.8638888888888889 0.0375 0.21944444444444444 +4 0.1734375 0.7444444444444445 0.0390625 0.17222222222222222 +4 0.4109375 0.2777777777777778 0.0125 0.06944444444444445 +4 0.4265625 0.3055555555555556 0.015625 0.06944444444444445 +1 0.4578125 0.19722222222222222 0.0734375 0.044444444444444446 +4 0.2484375 0.5638888888888889 0.0234375 0.09166666666666666 +4 0.225 0.6027777777777777 0.0234375 0.09722222222222222 +4 0.2890625 0.5777777777777777 0.021875 0.08055555555555556 +4 0.246875 0.6527777777777778 0.01875 0.06388888888888888 +4 0.2734375 0.5055555555555555 0.0203125 0.04722222222222222 +4 0.3125 0.5611111111111111 0.0203125 0.1 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_003_mp4-0049_jpg.rf.7b87317a79ddaf8103a85b6ce19ecfde.txt b/datasets/combined/labels/train/shahbagh_003_mp4-0049_jpg.rf.7b87317a79ddaf8103a85b6ce19ecfde.txt new file mode 100644 index 0000000000000000000000000000000000000000..78dc2a02d113510b48b04d1439bb98dcede807c1 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_003_mp4-0049_jpg.rf.7b87317a79ddaf8103a85b6ce19ecfde.txt @@ -0,0 +1,44 @@ +2 0.4328125 0.325 0.040625 0.09444444444444444 +2 0.4828125 0.8305555555555556 0.1421875 0.2638888888888889 +3 0.415625 0.19444444444444445 0.0203125 0.05 +4 0.3265625 0.37222222222222223 0.0234375 0.08611111111111111 +3 0.5890625 0.8361111111111111 0.0734375 0.18888888888888888 +4 0.5453125 0.36944444444444446 0.0234375 0.08055555555555556 +5 0.459375 0.41388888888888886 0.0375 0.08611111111111111 +4 0.4546875 0.6416666666666667 0.0203125 0.075 +5 0.6390625 0.5944444444444444 0.046875 0.11666666666666667 +4 0.528125 0.6305555555555555 0.028125 0.044444444444444446 +5 0.6890625 0.44166666666666665 0.040625 0.1 +5 0.5875 0.475 0.0453125 0.12222222222222222 +5 0.5984375 0.21666666666666667 0.0234375 0.05555555555555555 +0 0.446875 0.23333333333333334 0.028125 0.027777777777777776 +4 0.5484375 0.5611111111111111 0.0203125 0.12777777777777777 +5 0.684375 0.7166666666666667 0.0671875 0.12777777777777777 +4 0.66875 0.7666666666666667 0.040625 0.16666666666666666 +4 0.5859375 0.6 0.028125 0.09444444444444444 +5 0.5515625 0.6972222222222222 0.0859375 0.08055555555555556 +4 0.6125 0.6861111111111111 0.028125 0.13055555555555556 +4 0.7546875 0.75 0.0171875 0.16111111111111112 +4 0.7875 0.7361111111111112 0.0359375 0.17222222222222222 +4 0.6734375 0.4861111111111111 0.01875 0.041666666666666664 +4 0.634375 0.44722222222222224 0.0171875 0.10555555555555556 +4 0.43125 0.375 0.0109375 0.09166666666666666 +1 0.3640625 0.3277777777777778 0.0484375 0.08055555555555556 +4 0.353125 0.36666666666666664 0.0109375 0.08333333333333333 +4 0.4 0.3388888888888889 0.015625 0.07222222222222222 +5 0.384375 0.14444444444444443 0.015625 0.044444444444444446 +5 0.5671875 0.25833333333333336 0.025 0.03333333333333333 +5 0.434375 0.5333333333333333 0.0546875 0.11388888888888889 +1 0.378125 0.4527777777777778 0.0734375 0.1361111111111111 +1 0.3453125 0.6833333333333333 0.0953125 0.25277777777777777 +4 0.2921875 0.8638888888888889 0.0375 0.21944444444444444 +4 0.8265625 0.7444444444444445 0.0390625 0.17222222222222222 +4 0.5890625 0.2777777777777778 0.0125 0.06944444444444445 +4 0.5734375 0.3055555555555556 0.015625 0.06944444444444445 +1 0.5421875 0.19722222222222222 0.0734375 0.044444444444444446 +4 0.7515625 0.5638888888888889 0.0234375 0.09166666666666666 +4 0.775 0.6027777777777777 0.0234375 0.09722222222222222 +4 0.7109375 0.5777777777777777 0.021875 0.08055555555555556 +4 0.753125 0.6527777777777778 0.01875 0.06388888888888888 +4 0.7265625 0.5055555555555555 0.0203125 0.04722222222222222 +4 0.6875 0.5611111111111111 0.0203125 0.1 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_003_mp4-0049_jpg.rf.d93e5d09dd346136b7368e9e89a5d65a.txt b/datasets/combined/labels/train/shahbagh_003_mp4-0049_jpg.rf.d93e5d09dd346136b7368e9e89a5d65a.txt new file mode 100644 index 0000000000000000000000000000000000000000..78dc2a02d113510b48b04d1439bb98dcede807c1 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_003_mp4-0049_jpg.rf.d93e5d09dd346136b7368e9e89a5d65a.txt @@ -0,0 +1,44 @@ +2 0.4328125 0.325 0.040625 0.09444444444444444 +2 0.4828125 0.8305555555555556 0.1421875 0.2638888888888889 +3 0.415625 0.19444444444444445 0.0203125 0.05 +4 0.3265625 0.37222222222222223 0.0234375 0.08611111111111111 +3 0.5890625 0.8361111111111111 0.0734375 0.18888888888888888 +4 0.5453125 0.36944444444444446 0.0234375 0.08055555555555556 +5 0.459375 0.41388888888888886 0.0375 0.08611111111111111 +4 0.4546875 0.6416666666666667 0.0203125 0.075 +5 0.6390625 0.5944444444444444 0.046875 0.11666666666666667 +4 0.528125 0.6305555555555555 0.028125 0.044444444444444446 +5 0.6890625 0.44166666666666665 0.040625 0.1 +5 0.5875 0.475 0.0453125 0.12222222222222222 +5 0.5984375 0.21666666666666667 0.0234375 0.05555555555555555 +0 0.446875 0.23333333333333334 0.028125 0.027777777777777776 +4 0.5484375 0.5611111111111111 0.0203125 0.12777777777777777 +5 0.684375 0.7166666666666667 0.0671875 0.12777777777777777 +4 0.66875 0.7666666666666667 0.040625 0.16666666666666666 +4 0.5859375 0.6 0.028125 0.09444444444444444 +5 0.5515625 0.6972222222222222 0.0859375 0.08055555555555556 +4 0.6125 0.6861111111111111 0.028125 0.13055555555555556 +4 0.7546875 0.75 0.0171875 0.16111111111111112 +4 0.7875 0.7361111111111112 0.0359375 0.17222222222222222 +4 0.6734375 0.4861111111111111 0.01875 0.041666666666666664 +4 0.634375 0.44722222222222224 0.0171875 0.10555555555555556 +4 0.43125 0.375 0.0109375 0.09166666666666666 +1 0.3640625 0.3277777777777778 0.0484375 0.08055555555555556 +4 0.353125 0.36666666666666664 0.0109375 0.08333333333333333 +4 0.4 0.3388888888888889 0.015625 0.07222222222222222 +5 0.384375 0.14444444444444443 0.015625 0.044444444444444446 +5 0.5671875 0.25833333333333336 0.025 0.03333333333333333 +5 0.434375 0.5333333333333333 0.0546875 0.11388888888888889 +1 0.378125 0.4527777777777778 0.0734375 0.1361111111111111 +1 0.3453125 0.6833333333333333 0.0953125 0.25277777777777777 +4 0.2921875 0.8638888888888889 0.0375 0.21944444444444444 +4 0.8265625 0.7444444444444445 0.0390625 0.17222222222222222 +4 0.5890625 0.2777777777777778 0.0125 0.06944444444444445 +4 0.5734375 0.3055555555555556 0.015625 0.06944444444444445 +1 0.5421875 0.19722222222222222 0.0734375 0.044444444444444446 +4 0.7515625 0.5638888888888889 0.0234375 0.09166666666666666 +4 0.775 0.6027777777777777 0.0234375 0.09722222222222222 +4 0.7109375 0.5777777777777777 0.021875 0.08055555555555556 +4 0.753125 0.6527777777777778 0.01875 0.06388888888888888 +4 0.7265625 0.5055555555555555 0.0203125 0.04722222222222222 +4 0.6875 0.5611111111111111 0.0203125 0.1 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_003_mp4-0049_jpg.rf.e160b0d0c7c7ec7a82b3b83272746df3.txt b/datasets/combined/labels/train/shahbagh_003_mp4-0049_jpg.rf.e160b0d0c7c7ec7a82b3b83272746df3.txt new file mode 100644 index 0000000000000000000000000000000000000000..b83e6f633b4071e5ccdec20dd2b5607e96d10618 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_003_mp4-0049_jpg.rf.e160b0d0c7c7ec7a82b3b83272746df3.txt @@ -0,0 +1,44 @@ +2 0.5671875 0.325 0.040625 0.09444444444444444 +2 0.5171875 0.8305555555555556 0.1421875 0.2638888888888889 +3 0.584375 0.19444444444444445 0.0203125 0.05 +4 0.6734375 0.37222222222222223 0.0234375 0.08611111111111111 +3 0.4109375 0.8361111111111111 0.0734375 0.18888888888888888 +4 0.4546875 0.36944444444444446 0.0234375 0.08055555555555556 +5 0.540625 0.41388888888888886 0.0375 0.08611111111111111 +4 0.5453125 0.6416666666666667 0.0203125 0.075 +5 0.3609375 0.5944444444444444 0.046875 0.11666666666666667 +4 0.471875 0.6305555555555555 0.028125 0.044444444444444446 +5 0.3109375 0.44166666666666665 0.040625 0.1 +5 0.4125 0.475 0.0453125 0.12222222222222222 +5 0.4015625 0.21666666666666667 0.0234375 0.05555555555555555 +0 0.553125 0.23333333333333334 0.028125 0.027777777777777776 +4 0.4515625 0.5611111111111111 0.0203125 0.12777777777777777 +5 0.315625 0.7166666666666667 0.0671875 0.12777777777777777 +4 0.33125 0.7666666666666667 0.040625 0.16666666666666666 +4 0.4140625 0.6 0.028125 0.09444444444444444 +5 0.4484375 0.6972222222222222 0.0859375 0.08055555555555556 +4 0.3875 0.6861111111111111 0.028125 0.13055555555555556 +4 0.2453125 0.75 0.0171875 0.16111111111111112 +4 0.2125 0.7361111111111112 0.0359375 0.17222222222222222 +4 0.3265625 0.4861111111111111 0.01875 0.041666666666666664 +4 0.365625 0.44722222222222224 0.0171875 0.10555555555555556 +4 0.56875 0.375 0.0109375 0.09166666666666666 +1 0.6359375 0.3277777777777778 0.0484375 0.08055555555555556 +4 0.646875 0.36666666666666664 0.0109375 0.08333333333333333 +4 0.6 0.3388888888888889 0.015625 0.07222222222222222 +5 0.615625 0.14444444444444443 0.015625 0.044444444444444446 +5 0.4328125 0.25833333333333336 0.025 0.03333333333333333 +5 0.565625 0.5333333333333333 0.0546875 0.11388888888888889 +1 0.621875 0.4527777777777778 0.0734375 0.1361111111111111 +1 0.6546875 0.6833333333333333 0.0953125 0.25277777777777777 +4 0.7078125 0.8638888888888889 0.0375 0.21944444444444444 +4 0.1734375 0.7444444444444445 0.0390625 0.17222222222222222 +4 0.4109375 0.2777777777777778 0.0125 0.06944444444444445 +4 0.4265625 0.3055555555555556 0.015625 0.06944444444444445 +1 0.4578125 0.19722222222222222 0.0734375 0.044444444444444446 +4 0.2484375 0.5638888888888889 0.0234375 0.09166666666666666 +4 0.225 0.6027777777777777 0.0234375 0.09722222222222222 +4 0.2890625 0.5777777777777777 0.021875 0.08055555555555556 +4 0.246875 0.6527777777777778 0.01875 0.06388888888888888 +4 0.2734375 0.5055555555555555 0.0203125 0.04722222222222222 +4 0.3125 0.5611111111111111 0.0203125 0.1 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_003_mp4-0210_jpg.rf.47c3dd1cd0a03b80e49b4e49d256ef7d.txt b/datasets/combined/labels/train/shahbagh_003_mp4-0210_jpg.rf.47c3dd1cd0a03b80e49b4e49d256ef7d.txt new file mode 100644 index 0000000000000000000000000000000000000000..02124c1984afdd3dd5f5f7354a09461289ea5f55 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_003_mp4-0210_jpg.rf.47c3dd1cd0a03b80e49b4e49d256ef7d.txt @@ -0,0 +1,43 @@ +4 0.346875 0.46111111111111114 0.015625 0.05555555555555555 +4 0.4359375 0.3527777777777778 0.0234375 0.07222222222222222 +4 0.25625 0.45555555555555555 0.025 0.07222222222222222 +4 0.6171875 0.38055555555555554 0.015625 0.075 +4 0.6515625 0.30277777777777776 0.021875 0.06944444444444445 +4 0.6328125 0.11944444444444445 0.021875 0.03888888888888889 +4 0.4 0.41388888888888886 0.015625 0.08611111111111111 +4 0.6046875 0.24444444444444444 0.025 0.06111111111111111 +4 0.271875 0.6944444444444444 0.0296875 0.1388888888888889 +4 0.1125 0.9472222222222222 0.04375 0.10555555555555556 +1 0.64375 0.24166666666666667 0.0375 0.058333333333333334 +4 0.146875 0.8527777777777777 0.021875 0.16111111111111112 +4 0.390625 0.5833333333333334 0.03125 0.06388888888888888 +5 0.23125 0.5444444444444444 0.0421875 0.08888888888888889 +5 0.5453125 0.2777777777777778 0.0234375 0.08055555555555556 +3 0.296875 0.4166666666666667 0.0609375 0.07222222222222222 +4 0.503125 0.29444444444444445 0.0328125 0.06666666666666667 +4 0.10625 0.8777777777777778 0.0375 0.09722222222222222 +4 0.165625 0.7388888888888889 0.0203125 0.1638888888888889 +4 0.384375 0.425 0.0140625 0.09444444444444444 +4 0.4453125 0.675 0.0234375 0.14722222222222223 +4 0.0140625 0.975 0.028125 0.04722222222222222 +4 0.4671875 0.2638888888888889 0.0109375 0.06666666666666667 +5 0.3953125 0.6722222222222223 0.071875 0.13055555555555556 +2 0.578125 0.5722222222222222 0.0484375 0.175 +1 0.6421875 0.5 0.075 0.14722222222222223 +1 0.5078125 0.7861111111111111 0.103125 0.30277777777777776 +4 0.0453125 0.9388888888888889 0.040625 0.1111111111111111 +4 0.240625 0.8027777777777778 0.04375 0.18333333333333332 +4 0.296875 0.6277777777777778 0.0265625 0.15 +4 0.3125 0.575 0.0171875 0.1388888888888889 +4 0.3234375 0.5722222222222222 0.0125 0.1361111111111111 +4 0.3375 0.5277777777777778 0.0171875 0.13055555555555556 +4 0.20625 0.7305555555555555 0.0265625 0.15 +4 0.2375 0.6611111111111111 0.034375 0.13055555555555556 +4 0.4171875 0.4027777777777778 0.0171875 0.08611111111111111 +4 0.3640625 0.44722222222222224 0.015625 0.10555555555555556 +4 0.471875 0.37777777777777777 0.01875 0.09444444444444444 +4 0.4859375 0.37777777777777777 0.0125 0.1 +4 0.509375 0.3638888888888889 0.01875 0.1 +5 0.56875 0.3472222222222222 0.034375 0.10555555555555556 +3 0.6671875 0.18055555555555555 0.0265625 0.027777777777777776 +1 0.325 0.9222222222222223 0.2078125 0.1527777777777778 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_003_mp4-0210_jpg.rf.5e437b1051033ea8baaf9dc0c7674868.txt b/datasets/combined/labels/train/shahbagh_003_mp4-0210_jpg.rf.5e437b1051033ea8baaf9dc0c7674868.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd83a01db6c5fff1eb90bd38716fb30b8e7cf1f9 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_003_mp4-0210_jpg.rf.5e437b1051033ea8baaf9dc0c7674868.txt @@ -0,0 +1,43 @@ +4 0.653125 0.46111111111111114 0.015625 0.05555555555555555 +4 0.5640625 0.3527777777777778 0.0234375 0.07222222222222222 +4 0.74375 0.45555555555555555 0.025 0.07222222222222222 +4 0.3828125 0.38055555555555554 0.015625 0.075 +4 0.3484375 0.30277777777777776 0.021875 0.06944444444444445 +4 0.3671875 0.11944444444444445 0.021875 0.03888888888888889 +4 0.6 0.41388888888888886 0.015625 0.08611111111111111 +4 0.3953125 0.24444444444444444 0.025 0.06111111111111111 +4 0.728125 0.6944444444444444 0.0296875 0.1388888888888889 +4 0.8875 0.9472222222222222 0.04375 0.10555555555555556 +1 0.35625 0.24166666666666667 0.0375 0.058333333333333334 +4 0.853125 0.8527777777777777 0.021875 0.16111111111111112 +4 0.609375 0.5833333333333334 0.03125 0.06388888888888888 +5 0.76875 0.5444444444444444 0.0421875 0.08888888888888889 +5 0.4546875 0.2777777777777778 0.0234375 0.08055555555555556 +3 0.703125 0.4166666666666667 0.0609375 0.07222222222222222 +4 0.496875 0.29444444444444445 0.0328125 0.06666666666666667 +4 0.89375 0.8777777777777778 0.0375 0.09722222222222222 +4 0.834375 0.7388888888888889 0.0203125 0.1638888888888889 +4 0.615625 0.425 0.0140625 0.09444444444444444 +4 0.5546875 0.675 0.0234375 0.14722222222222223 +4 0.9859375 0.975 0.028125 0.04722222222222222 +4 0.5328125 0.2638888888888889 0.0109375 0.06666666666666667 +5 0.6046875 0.6722222222222223 0.071875 0.13055555555555556 +2 0.421875 0.5722222222222222 0.0484375 0.175 +1 0.3578125 0.5 0.075 0.14722222222222223 +1 0.4921875 0.7861111111111111 0.103125 0.30277777777777776 +4 0.9546875 0.9388888888888889 0.040625 0.1111111111111111 +4 0.759375 0.8027777777777778 0.04375 0.18333333333333332 +4 0.703125 0.6277777777777778 0.0265625 0.15 +4 0.6875 0.575 0.0171875 0.1388888888888889 +4 0.6765625 0.5722222222222222 0.0125 0.1361111111111111 +4 0.6625 0.5277777777777778 0.0171875 0.13055555555555556 +4 0.79375 0.7305555555555555 0.0265625 0.15 +4 0.7625 0.6611111111111111 0.034375 0.13055555555555556 +4 0.5828125 0.4027777777777778 0.0171875 0.08611111111111111 +4 0.6359375 0.44722222222222224 0.015625 0.10555555555555556 +4 0.528125 0.37777777777777777 0.01875 0.09444444444444444 +4 0.5140625 0.37777777777777777 0.0125 0.1 +4 0.490625 0.3638888888888889 0.01875 0.1 +5 0.43125 0.3472222222222222 0.034375 0.10555555555555556 +3 0.3328125 0.18055555555555555 0.0265625 0.027777777777777776 +1 0.675 0.9222222222222223 0.2078125 0.1527777777777778 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_003_mp4-0210_jpg.rf.65dacbd5ea1f93bcfb9e8d86359cdffe.txt b/datasets/combined/labels/train/shahbagh_003_mp4-0210_jpg.rf.65dacbd5ea1f93bcfb9e8d86359cdffe.txt new file mode 100644 index 0000000000000000000000000000000000000000..02124c1984afdd3dd5f5f7354a09461289ea5f55 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_003_mp4-0210_jpg.rf.65dacbd5ea1f93bcfb9e8d86359cdffe.txt @@ -0,0 +1,43 @@ +4 0.346875 0.46111111111111114 0.015625 0.05555555555555555 +4 0.4359375 0.3527777777777778 0.0234375 0.07222222222222222 +4 0.25625 0.45555555555555555 0.025 0.07222222222222222 +4 0.6171875 0.38055555555555554 0.015625 0.075 +4 0.6515625 0.30277777777777776 0.021875 0.06944444444444445 +4 0.6328125 0.11944444444444445 0.021875 0.03888888888888889 +4 0.4 0.41388888888888886 0.015625 0.08611111111111111 +4 0.6046875 0.24444444444444444 0.025 0.06111111111111111 +4 0.271875 0.6944444444444444 0.0296875 0.1388888888888889 +4 0.1125 0.9472222222222222 0.04375 0.10555555555555556 +1 0.64375 0.24166666666666667 0.0375 0.058333333333333334 +4 0.146875 0.8527777777777777 0.021875 0.16111111111111112 +4 0.390625 0.5833333333333334 0.03125 0.06388888888888888 +5 0.23125 0.5444444444444444 0.0421875 0.08888888888888889 +5 0.5453125 0.2777777777777778 0.0234375 0.08055555555555556 +3 0.296875 0.4166666666666667 0.0609375 0.07222222222222222 +4 0.503125 0.29444444444444445 0.0328125 0.06666666666666667 +4 0.10625 0.8777777777777778 0.0375 0.09722222222222222 +4 0.165625 0.7388888888888889 0.0203125 0.1638888888888889 +4 0.384375 0.425 0.0140625 0.09444444444444444 +4 0.4453125 0.675 0.0234375 0.14722222222222223 +4 0.0140625 0.975 0.028125 0.04722222222222222 +4 0.4671875 0.2638888888888889 0.0109375 0.06666666666666667 +5 0.3953125 0.6722222222222223 0.071875 0.13055555555555556 +2 0.578125 0.5722222222222222 0.0484375 0.175 +1 0.6421875 0.5 0.075 0.14722222222222223 +1 0.5078125 0.7861111111111111 0.103125 0.30277777777777776 +4 0.0453125 0.9388888888888889 0.040625 0.1111111111111111 +4 0.240625 0.8027777777777778 0.04375 0.18333333333333332 +4 0.296875 0.6277777777777778 0.0265625 0.15 +4 0.3125 0.575 0.0171875 0.1388888888888889 +4 0.3234375 0.5722222222222222 0.0125 0.1361111111111111 +4 0.3375 0.5277777777777778 0.0171875 0.13055555555555556 +4 0.20625 0.7305555555555555 0.0265625 0.15 +4 0.2375 0.6611111111111111 0.034375 0.13055555555555556 +4 0.4171875 0.4027777777777778 0.0171875 0.08611111111111111 +4 0.3640625 0.44722222222222224 0.015625 0.10555555555555556 +4 0.471875 0.37777777777777777 0.01875 0.09444444444444444 +4 0.4859375 0.37777777777777777 0.0125 0.1 +4 0.509375 0.3638888888888889 0.01875 0.1 +5 0.56875 0.3472222222222222 0.034375 0.10555555555555556 +3 0.6671875 0.18055555555555555 0.0265625 0.027777777777777776 +1 0.325 0.9222222222222223 0.2078125 0.1527777777777778 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_003_mp4-0210_jpg.rf.65dde1ff06997dc53bcc3e882317e126.txt b/datasets/combined/labels/train/shahbagh_003_mp4-0210_jpg.rf.65dde1ff06997dc53bcc3e882317e126.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd83a01db6c5fff1eb90bd38716fb30b8e7cf1f9 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_003_mp4-0210_jpg.rf.65dde1ff06997dc53bcc3e882317e126.txt @@ -0,0 +1,43 @@ +4 0.653125 0.46111111111111114 0.015625 0.05555555555555555 +4 0.5640625 0.3527777777777778 0.0234375 0.07222222222222222 +4 0.74375 0.45555555555555555 0.025 0.07222222222222222 +4 0.3828125 0.38055555555555554 0.015625 0.075 +4 0.3484375 0.30277777777777776 0.021875 0.06944444444444445 +4 0.3671875 0.11944444444444445 0.021875 0.03888888888888889 +4 0.6 0.41388888888888886 0.015625 0.08611111111111111 +4 0.3953125 0.24444444444444444 0.025 0.06111111111111111 +4 0.728125 0.6944444444444444 0.0296875 0.1388888888888889 +4 0.8875 0.9472222222222222 0.04375 0.10555555555555556 +1 0.35625 0.24166666666666667 0.0375 0.058333333333333334 +4 0.853125 0.8527777777777777 0.021875 0.16111111111111112 +4 0.609375 0.5833333333333334 0.03125 0.06388888888888888 +5 0.76875 0.5444444444444444 0.0421875 0.08888888888888889 +5 0.4546875 0.2777777777777778 0.0234375 0.08055555555555556 +3 0.703125 0.4166666666666667 0.0609375 0.07222222222222222 +4 0.496875 0.29444444444444445 0.0328125 0.06666666666666667 +4 0.89375 0.8777777777777778 0.0375 0.09722222222222222 +4 0.834375 0.7388888888888889 0.0203125 0.1638888888888889 +4 0.615625 0.425 0.0140625 0.09444444444444444 +4 0.5546875 0.675 0.0234375 0.14722222222222223 +4 0.9859375 0.975 0.028125 0.04722222222222222 +4 0.5328125 0.2638888888888889 0.0109375 0.06666666666666667 +5 0.6046875 0.6722222222222223 0.071875 0.13055555555555556 +2 0.421875 0.5722222222222222 0.0484375 0.175 +1 0.3578125 0.5 0.075 0.14722222222222223 +1 0.4921875 0.7861111111111111 0.103125 0.30277777777777776 +4 0.9546875 0.9388888888888889 0.040625 0.1111111111111111 +4 0.759375 0.8027777777777778 0.04375 0.18333333333333332 +4 0.703125 0.6277777777777778 0.0265625 0.15 +4 0.6875 0.575 0.0171875 0.1388888888888889 +4 0.6765625 0.5722222222222222 0.0125 0.1361111111111111 +4 0.6625 0.5277777777777778 0.0171875 0.13055555555555556 +4 0.79375 0.7305555555555555 0.0265625 0.15 +4 0.7625 0.6611111111111111 0.034375 0.13055555555555556 +4 0.5828125 0.4027777777777778 0.0171875 0.08611111111111111 +4 0.6359375 0.44722222222222224 0.015625 0.10555555555555556 +4 0.528125 0.37777777777777777 0.01875 0.09444444444444444 +4 0.5140625 0.37777777777777777 0.0125 0.1 +4 0.490625 0.3638888888888889 0.01875 0.1 +5 0.43125 0.3472222222222222 0.034375 0.10555555555555556 +3 0.3328125 0.18055555555555555 0.0265625 0.027777777777777776 +1 0.675 0.9222222222222223 0.2078125 0.1527777777777778 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_003_mp4-0210_jpg.rf.9ed7d62716230a05fa6009a7b49b8464.txt b/datasets/combined/labels/train/shahbagh_003_mp4-0210_jpg.rf.9ed7d62716230a05fa6009a7b49b8464.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd83a01db6c5fff1eb90bd38716fb30b8e7cf1f9 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_003_mp4-0210_jpg.rf.9ed7d62716230a05fa6009a7b49b8464.txt @@ -0,0 +1,43 @@ +4 0.653125 0.46111111111111114 0.015625 0.05555555555555555 +4 0.5640625 0.3527777777777778 0.0234375 0.07222222222222222 +4 0.74375 0.45555555555555555 0.025 0.07222222222222222 +4 0.3828125 0.38055555555555554 0.015625 0.075 +4 0.3484375 0.30277777777777776 0.021875 0.06944444444444445 +4 0.3671875 0.11944444444444445 0.021875 0.03888888888888889 +4 0.6 0.41388888888888886 0.015625 0.08611111111111111 +4 0.3953125 0.24444444444444444 0.025 0.06111111111111111 +4 0.728125 0.6944444444444444 0.0296875 0.1388888888888889 +4 0.8875 0.9472222222222222 0.04375 0.10555555555555556 +1 0.35625 0.24166666666666667 0.0375 0.058333333333333334 +4 0.853125 0.8527777777777777 0.021875 0.16111111111111112 +4 0.609375 0.5833333333333334 0.03125 0.06388888888888888 +5 0.76875 0.5444444444444444 0.0421875 0.08888888888888889 +5 0.4546875 0.2777777777777778 0.0234375 0.08055555555555556 +3 0.703125 0.4166666666666667 0.0609375 0.07222222222222222 +4 0.496875 0.29444444444444445 0.0328125 0.06666666666666667 +4 0.89375 0.8777777777777778 0.0375 0.09722222222222222 +4 0.834375 0.7388888888888889 0.0203125 0.1638888888888889 +4 0.615625 0.425 0.0140625 0.09444444444444444 +4 0.5546875 0.675 0.0234375 0.14722222222222223 +4 0.9859375 0.975 0.028125 0.04722222222222222 +4 0.5328125 0.2638888888888889 0.0109375 0.06666666666666667 +5 0.6046875 0.6722222222222223 0.071875 0.13055555555555556 +2 0.421875 0.5722222222222222 0.0484375 0.175 +1 0.3578125 0.5 0.075 0.14722222222222223 +1 0.4921875 0.7861111111111111 0.103125 0.30277777777777776 +4 0.9546875 0.9388888888888889 0.040625 0.1111111111111111 +4 0.759375 0.8027777777777778 0.04375 0.18333333333333332 +4 0.703125 0.6277777777777778 0.0265625 0.15 +4 0.6875 0.575 0.0171875 0.1388888888888889 +4 0.6765625 0.5722222222222222 0.0125 0.1361111111111111 +4 0.6625 0.5277777777777778 0.0171875 0.13055555555555556 +4 0.79375 0.7305555555555555 0.0265625 0.15 +4 0.7625 0.6611111111111111 0.034375 0.13055555555555556 +4 0.5828125 0.4027777777777778 0.0171875 0.08611111111111111 +4 0.6359375 0.44722222222222224 0.015625 0.10555555555555556 +4 0.528125 0.37777777777777777 0.01875 0.09444444444444444 +4 0.5140625 0.37777777777777777 0.0125 0.1 +4 0.490625 0.3638888888888889 0.01875 0.1 +5 0.43125 0.3472222222222222 0.034375 0.10555555555555556 +3 0.3328125 0.18055555555555555 0.0265625 0.027777777777777776 +1 0.675 0.9222222222222223 0.2078125 0.1527777777777778 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_003_mp4-0210_jpg.rf.a28e32a56db8f792f2a909767b7ea3b5.txt b/datasets/combined/labels/train/shahbagh_003_mp4-0210_jpg.rf.a28e32a56db8f792f2a909767b7ea3b5.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd83a01db6c5fff1eb90bd38716fb30b8e7cf1f9 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_003_mp4-0210_jpg.rf.a28e32a56db8f792f2a909767b7ea3b5.txt @@ -0,0 +1,43 @@ +4 0.653125 0.46111111111111114 0.015625 0.05555555555555555 +4 0.5640625 0.3527777777777778 0.0234375 0.07222222222222222 +4 0.74375 0.45555555555555555 0.025 0.07222222222222222 +4 0.3828125 0.38055555555555554 0.015625 0.075 +4 0.3484375 0.30277777777777776 0.021875 0.06944444444444445 +4 0.3671875 0.11944444444444445 0.021875 0.03888888888888889 +4 0.6 0.41388888888888886 0.015625 0.08611111111111111 +4 0.3953125 0.24444444444444444 0.025 0.06111111111111111 +4 0.728125 0.6944444444444444 0.0296875 0.1388888888888889 +4 0.8875 0.9472222222222222 0.04375 0.10555555555555556 +1 0.35625 0.24166666666666667 0.0375 0.058333333333333334 +4 0.853125 0.8527777777777777 0.021875 0.16111111111111112 +4 0.609375 0.5833333333333334 0.03125 0.06388888888888888 +5 0.76875 0.5444444444444444 0.0421875 0.08888888888888889 +5 0.4546875 0.2777777777777778 0.0234375 0.08055555555555556 +3 0.703125 0.4166666666666667 0.0609375 0.07222222222222222 +4 0.496875 0.29444444444444445 0.0328125 0.06666666666666667 +4 0.89375 0.8777777777777778 0.0375 0.09722222222222222 +4 0.834375 0.7388888888888889 0.0203125 0.1638888888888889 +4 0.615625 0.425 0.0140625 0.09444444444444444 +4 0.5546875 0.675 0.0234375 0.14722222222222223 +4 0.9859375 0.975 0.028125 0.04722222222222222 +4 0.5328125 0.2638888888888889 0.0109375 0.06666666666666667 +5 0.6046875 0.6722222222222223 0.071875 0.13055555555555556 +2 0.421875 0.5722222222222222 0.0484375 0.175 +1 0.3578125 0.5 0.075 0.14722222222222223 +1 0.4921875 0.7861111111111111 0.103125 0.30277777777777776 +4 0.9546875 0.9388888888888889 0.040625 0.1111111111111111 +4 0.759375 0.8027777777777778 0.04375 0.18333333333333332 +4 0.703125 0.6277777777777778 0.0265625 0.15 +4 0.6875 0.575 0.0171875 0.1388888888888889 +4 0.6765625 0.5722222222222222 0.0125 0.1361111111111111 +4 0.6625 0.5277777777777778 0.0171875 0.13055555555555556 +4 0.79375 0.7305555555555555 0.0265625 0.15 +4 0.7625 0.6611111111111111 0.034375 0.13055555555555556 +4 0.5828125 0.4027777777777778 0.0171875 0.08611111111111111 +4 0.6359375 0.44722222222222224 0.015625 0.10555555555555556 +4 0.528125 0.37777777777777777 0.01875 0.09444444444444444 +4 0.5140625 0.37777777777777777 0.0125 0.1 +4 0.490625 0.3638888888888889 0.01875 0.1 +5 0.43125 0.3472222222222222 0.034375 0.10555555555555556 +3 0.3328125 0.18055555555555555 0.0265625 0.027777777777777776 +1 0.675 0.9222222222222223 0.2078125 0.1527777777777778 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_003_mp4-0210_jpg.rf.b6b3d3151d8eb5ef18add1a151ae8e6c.txt b/datasets/combined/labels/train/shahbagh_003_mp4-0210_jpg.rf.b6b3d3151d8eb5ef18add1a151ae8e6c.txt new file mode 100644 index 0000000000000000000000000000000000000000..bd83a01db6c5fff1eb90bd38716fb30b8e7cf1f9 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_003_mp4-0210_jpg.rf.b6b3d3151d8eb5ef18add1a151ae8e6c.txt @@ -0,0 +1,43 @@ +4 0.653125 0.46111111111111114 0.015625 0.05555555555555555 +4 0.5640625 0.3527777777777778 0.0234375 0.07222222222222222 +4 0.74375 0.45555555555555555 0.025 0.07222222222222222 +4 0.3828125 0.38055555555555554 0.015625 0.075 +4 0.3484375 0.30277777777777776 0.021875 0.06944444444444445 +4 0.3671875 0.11944444444444445 0.021875 0.03888888888888889 +4 0.6 0.41388888888888886 0.015625 0.08611111111111111 +4 0.3953125 0.24444444444444444 0.025 0.06111111111111111 +4 0.728125 0.6944444444444444 0.0296875 0.1388888888888889 +4 0.8875 0.9472222222222222 0.04375 0.10555555555555556 +1 0.35625 0.24166666666666667 0.0375 0.058333333333333334 +4 0.853125 0.8527777777777777 0.021875 0.16111111111111112 +4 0.609375 0.5833333333333334 0.03125 0.06388888888888888 +5 0.76875 0.5444444444444444 0.0421875 0.08888888888888889 +5 0.4546875 0.2777777777777778 0.0234375 0.08055555555555556 +3 0.703125 0.4166666666666667 0.0609375 0.07222222222222222 +4 0.496875 0.29444444444444445 0.0328125 0.06666666666666667 +4 0.89375 0.8777777777777778 0.0375 0.09722222222222222 +4 0.834375 0.7388888888888889 0.0203125 0.1638888888888889 +4 0.615625 0.425 0.0140625 0.09444444444444444 +4 0.5546875 0.675 0.0234375 0.14722222222222223 +4 0.9859375 0.975 0.028125 0.04722222222222222 +4 0.5328125 0.2638888888888889 0.0109375 0.06666666666666667 +5 0.6046875 0.6722222222222223 0.071875 0.13055555555555556 +2 0.421875 0.5722222222222222 0.0484375 0.175 +1 0.3578125 0.5 0.075 0.14722222222222223 +1 0.4921875 0.7861111111111111 0.103125 0.30277777777777776 +4 0.9546875 0.9388888888888889 0.040625 0.1111111111111111 +4 0.759375 0.8027777777777778 0.04375 0.18333333333333332 +4 0.703125 0.6277777777777778 0.0265625 0.15 +4 0.6875 0.575 0.0171875 0.1388888888888889 +4 0.6765625 0.5722222222222222 0.0125 0.1361111111111111 +4 0.6625 0.5277777777777778 0.0171875 0.13055555555555556 +4 0.79375 0.7305555555555555 0.0265625 0.15 +4 0.7625 0.6611111111111111 0.034375 0.13055555555555556 +4 0.5828125 0.4027777777777778 0.0171875 0.08611111111111111 +4 0.6359375 0.44722222222222224 0.015625 0.10555555555555556 +4 0.528125 0.37777777777777777 0.01875 0.09444444444444444 +4 0.5140625 0.37777777777777777 0.0125 0.1 +4 0.490625 0.3638888888888889 0.01875 0.1 +5 0.43125 0.3472222222222222 0.034375 0.10555555555555556 +3 0.3328125 0.18055555555555555 0.0265625 0.027777777777777776 +1 0.675 0.9222222222222223 0.2078125 0.1527777777777778 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_006_mp4-0202_jpg.rf.6310117c8f4acd4f3437634cb6aadfbe.txt b/datasets/combined/labels/train/shahbagh_006_mp4-0202_jpg.rf.6310117c8f4acd4f3437634cb6aadfbe.txt new file mode 100644 index 0000000000000000000000000000000000000000..fc023a5a1f7908e98c6c13d666f56c246f9c5ac9 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_006_mp4-0202_jpg.rf.6310117c8f4acd4f3437634cb6aadfbe.txt @@ -0,0 +1,32 @@ +2 0.3453125 0.33055555555555555 0.059375 0.041666666666666664 +2 0.41875 0.31666666666666665 0.0546875 0.04722222222222222 +1 0.4734375 0.325 0.0890625 0.03888888888888889 +1 0.48125 0.35555555555555557 0.084375 0.05 +1 0.378125 0.4 0.1359375 0.1 +2 0.5546875 0.39166666666666666 0.0625 0.09166666666666666 +2 0.5078125 0.8916666666666667 0.0921875 0.21388888888888888 +5 0.9375 0.9055555555555556 0.0796875 0.18611111111111112 +0 0.59375 0.6777777777777778 0.0875 0.11666666666666667 +5 0.815625 0.8916666666666667 0.1296875 0.15 +4 0.6890625 0.6361111111111111 0.0375 0.16111111111111112 +5 0.721875 0.5555555555555556 0.0390625 0.1 +4 0.61875 0.41388888888888886 0.0171875 0.10555555555555556 +5 0.346875 0.49444444444444446 0.103125 0.14166666666666666 +2 0.49375 0.42777777777777776 0.0953125 0.11944444444444445 +4 0.575 0.44166666666666665 0.0171875 0.10833333333333334 +5 0.753125 0.8222222222222222 0.071875 0.2222222222222222 +4 0.740625 0.6416666666666667 0.0234375 0.12222222222222222 +4 0.78125 0.6083333333333333 0.028125 0.15833333333333333 +4 0.653125 0.4888888888888889 0.0265625 0.13333333333333333 +4 0.68125 0.4361111111111111 0.015625 0.06944444444444445 +4 0.6390625 0.46111111111111114 0.0140625 0.12222222222222222 +1 0.3203125 0.2861111111111111 0.1078125 0.058333333333333334 +1 0.3625 0.9111111111111111 0.1671875 0.175 +1 0.6375 0.9055555555555556 0.15 0.18611111111111112 +4 0.6890625 0.5361111111111111 0.0234375 0.03888888888888889 +5 0.778125 0.4861111111111111 0.071875 0.09166666666666666 +5 0.7125 0.39444444444444443 0.034375 0.08333333333333333 +5 0.7125 0.4638888888888889 0.0390625 0.058333333333333334 +4 0.26875 0.6666666666666666 0.0328125 0.17777777777777778 +4 0.821875 0.6138888888888889 0.021875 0.09722222222222222 +4 0.8421875 0.6027777777777777 0.021875 0.1111111111111111 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_006_mp4-0202_jpg.rf.723439045f379c03b9dd1e1b5bbe55a6.txt b/datasets/combined/labels/train/shahbagh_006_mp4-0202_jpg.rf.723439045f379c03b9dd1e1b5bbe55a6.txt new file mode 100644 index 0000000000000000000000000000000000000000..ca2bdb3dd79de6e23c1a004614aa763a41421638 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_006_mp4-0202_jpg.rf.723439045f379c03b9dd1e1b5bbe55a6.txt @@ -0,0 +1,32 @@ +2 0.6546875 0.33055555555555555 0.059375 0.041666666666666664 +2 0.58125 0.31666666666666665 0.0546875 0.04722222222222222 +1 0.5265625 0.325 0.0890625 0.03888888888888889 +1 0.51875 0.35555555555555557 0.084375 0.05 +1 0.621875 0.4 0.1359375 0.1 +2 0.4453125 0.39166666666666666 0.0625 0.09166666666666666 +2 0.4921875 0.8916666666666667 0.0921875 0.21388888888888888 +5 0.0625 0.9055555555555556 0.0796875 0.18611111111111112 +0 0.40625 0.6777777777777778 0.0875 0.11666666666666667 +5 0.184375 0.8916666666666667 0.1296875 0.15 +4 0.3109375 0.6361111111111111 0.0375 0.16111111111111112 +5 0.278125 0.5555555555555556 0.0390625 0.1 +4 0.38125 0.41388888888888886 0.0171875 0.10555555555555556 +5 0.653125 0.49444444444444446 0.103125 0.14166666666666666 +2 0.50625 0.42777777777777776 0.0953125 0.11944444444444445 +4 0.425 0.44166666666666665 0.0171875 0.10833333333333334 +5 0.246875 0.8222222222222222 0.071875 0.2222222222222222 +4 0.259375 0.6416666666666667 0.0234375 0.12222222222222222 +4 0.21875 0.6083333333333333 0.028125 0.15833333333333333 +4 0.346875 0.4888888888888889 0.0265625 0.13333333333333333 +4 0.31875 0.4361111111111111 0.015625 0.06944444444444445 +4 0.3609375 0.46111111111111114 0.0140625 0.12222222222222222 +1 0.6796875 0.2861111111111111 0.1078125 0.058333333333333334 +1 0.6375 0.9111111111111111 0.1671875 0.175 +1 0.3625 0.9055555555555556 0.15 0.18611111111111112 +4 0.3109375 0.5361111111111111 0.0234375 0.03888888888888889 +5 0.221875 0.4861111111111111 0.071875 0.09166666666666666 +5 0.2875 0.39444444444444443 0.034375 0.08333333333333333 +5 0.2875 0.4638888888888889 0.0390625 0.058333333333333334 +4 0.73125 0.6666666666666666 0.0328125 0.17777777777777778 +4 0.178125 0.6138888888888889 0.021875 0.09722222222222222 +4 0.1578125 0.6027777777777777 0.021875 0.1111111111111111 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_006_mp4-0202_jpg.rf.77cddd9fe7d238e5eb0f19460af94bb9.txt b/datasets/combined/labels/train/shahbagh_006_mp4-0202_jpg.rf.77cddd9fe7d238e5eb0f19460af94bb9.txt new file mode 100644 index 0000000000000000000000000000000000000000..fc023a5a1f7908e98c6c13d666f56c246f9c5ac9 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_006_mp4-0202_jpg.rf.77cddd9fe7d238e5eb0f19460af94bb9.txt @@ -0,0 +1,32 @@ +2 0.3453125 0.33055555555555555 0.059375 0.041666666666666664 +2 0.41875 0.31666666666666665 0.0546875 0.04722222222222222 +1 0.4734375 0.325 0.0890625 0.03888888888888889 +1 0.48125 0.35555555555555557 0.084375 0.05 +1 0.378125 0.4 0.1359375 0.1 +2 0.5546875 0.39166666666666666 0.0625 0.09166666666666666 +2 0.5078125 0.8916666666666667 0.0921875 0.21388888888888888 +5 0.9375 0.9055555555555556 0.0796875 0.18611111111111112 +0 0.59375 0.6777777777777778 0.0875 0.11666666666666667 +5 0.815625 0.8916666666666667 0.1296875 0.15 +4 0.6890625 0.6361111111111111 0.0375 0.16111111111111112 +5 0.721875 0.5555555555555556 0.0390625 0.1 +4 0.61875 0.41388888888888886 0.0171875 0.10555555555555556 +5 0.346875 0.49444444444444446 0.103125 0.14166666666666666 +2 0.49375 0.42777777777777776 0.0953125 0.11944444444444445 +4 0.575 0.44166666666666665 0.0171875 0.10833333333333334 +5 0.753125 0.8222222222222222 0.071875 0.2222222222222222 +4 0.740625 0.6416666666666667 0.0234375 0.12222222222222222 +4 0.78125 0.6083333333333333 0.028125 0.15833333333333333 +4 0.653125 0.4888888888888889 0.0265625 0.13333333333333333 +4 0.68125 0.4361111111111111 0.015625 0.06944444444444445 +4 0.6390625 0.46111111111111114 0.0140625 0.12222222222222222 +1 0.3203125 0.2861111111111111 0.1078125 0.058333333333333334 +1 0.3625 0.9111111111111111 0.1671875 0.175 +1 0.6375 0.9055555555555556 0.15 0.18611111111111112 +4 0.6890625 0.5361111111111111 0.0234375 0.03888888888888889 +5 0.778125 0.4861111111111111 0.071875 0.09166666666666666 +5 0.7125 0.39444444444444443 0.034375 0.08333333333333333 +5 0.7125 0.4638888888888889 0.0390625 0.058333333333333334 +4 0.26875 0.6666666666666666 0.0328125 0.17777777777777778 +4 0.821875 0.6138888888888889 0.021875 0.09722222222222222 +4 0.8421875 0.6027777777777777 0.021875 0.1111111111111111 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_006_mp4-0202_jpg.rf.add6f324323540f026a8c71bb9d165e6.txt b/datasets/combined/labels/train/shahbagh_006_mp4-0202_jpg.rf.add6f324323540f026a8c71bb9d165e6.txt new file mode 100644 index 0000000000000000000000000000000000000000..ca2bdb3dd79de6e23c1a004614aa763a41421638 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_006_mp4-0202_jpg.rf.add6f324323540f026a8c71bb9d165e6.txt @@ -0,0 +1,32 @@ +2 0.6546875 0.33055555555555555 0.059375 0.041666666666666664 +2 0.58125 0.31666666666666665 0.0546875 0.04722222222222222 +1 0.5265625 0.325 0.0890625 0.03888888888888889 +1 0.51875 0.35555555555555557 0.084375 0.05 +1 0.621875 0.4 0.1359375 0.1 +2 0.4453125 0.39166666666666666 0.0625 0.09166666666666666 +2 0.4921875 0.8916666666666667 0.0921875 0.21388888888888888 +5 0.0625 0.9055555555555556 0.0796875 0.18611111111111112 +0 0.40625 0.6777777777777778 0.0875 0.11666666666666667 +5 0.184375 0.8916666666666667 0.1296875 0.15 +4 0.3109375 0.6361111111111111 0.0375 0.16111111111111112 +5 0.278125 0.5555555555555556 0.0390625 0.1 +4 0.38125 0.41388888888888886 0.0171875 0.10555555555555556 +5 0.653125 0.49444444444444446 0.103125 0.14166666666666666 +2 0.50625 0.42777777777777776 0.0953125 0.11944444444444445 +4 0.425 0.44166666666666665 0.0171875 0.10833333333333334 +5 0.246875 0.8222222222222222 0.071875 0.2222222222222222 +4 0.259375 0.6416666666666667 0.0234375 0.12222222222222222 +4 0.21875 0.6083333333333333 0.028125 0.15833333333333333 +4 0.346875 0.4888888888888889 0.0265625 0.13333333333333333 +4 0.31875 0.4361111111111111 0.015625 0.06944444444444445 +4 0.3609375 0.46111111111111114 0.0140625 0.12222222222222222 +1 0.6796875 0.2861111111111111 0.1078125 0.058333333333333334 +1 0.6375 0.9111111111111111 0.1671875 0.175 +1 0.3625 0.9055555555555556 0.15 0.18611111111111112 +4 0.3109375 0.5361111111111111 0.0234375 0.03888888888888889 +5 0.221875 0.4861111111111111 0.071875 0.09166666666666666 +5 0.2875 0.39444444444444443 0.034375 0.08333333333333333 +5 0.2875 0.4638888888888889 0.0390625 0.058333333333333334 +4 0.73125 0.6666666666666666 0.0328125 0.17777777777777778 +4 0.178125 0.6138888888888889 0.021875 0.09722222222222222 +4 0.1578125 0.6027777777777777 0.021875 0.1111111111111111 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_006_mp4-0202_jpg.rf.c7687b6391f8b882499d6d0bbd5a4657.txt b/datasets/combined/labels/train/shahbagh_006_mp4-0202_jpg.rf.c7687b6391f8b882499d6d0bbd5a4657.txt new file mode 100644 index 0000000000000000000000000000000000000000..ca2bdb3dd79de6e23c1a004614aa763a41421638 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_006_mp4-0202_jpg.rf.c7687b6391f8b882499d6d0bbd5a4657.txt @@ -0,0 +1,32 @@ +2 0.6546875 0.33055555555555555 0.059375 0.041666666666666664 +2 0.58125 0.31666666666666665 0.0546875 0.04722222222222222 +1 0.5265625 0.325 0.0890625 0.03888888888888889 +1 0.51875 0.35555555555555557 0.084375 0.05 +1 0.621875 0.4 0.1359375 0.1 +2 0.4453125 0.39166666666666666 0.0625 0.09166666666666666 +2 0.4921875 0.8916666666666667 0.0921875 0.21388888888888888 +5 0.0625 0.9055555555555556 0.0796875 0.18611111111111112 +0 0.40625 0.6777777777777778 0.0875 0.11666666666666667 +5 0.184375 0.8916666666666667 0.1296875 0.15 +4 0.3109375 0.6361111111111111 0.0375 0.16111111111111112 +5 0.278125 0.5555555555555556 0.0390625 0.1 +4 0.38125 0.41388888888888886 0.0171875 0.10555555555555556 +5 0.653125 0.49444444444444446 0.103125 0.14166666666666666 +2 0.50625 0.42777777777777776 0.0953125 0.11944444444444445 +4 0.425 0.44166666666666665 0.0171875 0.10833333333333334 +5 0.246875 0.8222222222222222 0.071875 0.2222222222222222 +4 0.259375 0.6416666666666667 0.0234375 0.12222222222222222 +4 0.21875 0.6083333333333333 0.028125 0.15833333333333333 +4 0.346875 0.4888888888888889 0.0265625 0.13333333333333333 +4 0.31875 0.4361111111111111 0.015625 0.06944444444444445 +4 0.3609375 0.46111111111111114 0.0140625 0.12222222222222222 +1 0.6796875 0.2861111111111111 0.1078125 0.058333333333333334 +1 0.6375 0.9111111111111111 0.1671875 0.175 +1 0.3625 0.9055555555555556 0.15 0.18611111111111112 +4 0.3109375 0.5361111111111111 0.0234375 0.03888888888888889 +5 0.221875 0.4861111111111111 0.071875 0.09166666666666666 +5 0.2875 0.39444444444444443 0.034375 0.08333333333333333 +5 0.2875 0.4638888888888889 0.0390625 0.058333333333333334 +4 0.73125 0.6666666666666666 0.0328125 0.17777777777777778 +4 0.178125 0.6138888888888889 0.021875 0.09722222222222222 +4 0.1578125 0.6027777777777777 0.021875 0.1111111111111111 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_006_mp4-0202_jpg.rf.c8837a2ef762d4b065f53d4cc04ec2f6.txt b/datasets/combined/labels/train/shahbagh_006_mp4-0202_jpg.rf.c8837a2ef762d4b065f53d4cc04ec2f6.txt new file mode 100644 index 0000000000000000000000000000000000000000..ca2bdb3dd79de6e23c1a004614aa763a41421638 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_006_mp4-0202_jpg.rf.c8837a2ef762d4b065f53d4cc04ec2f6.txt @@ -0,0 +1,32 @@ +2 0.6546875 0.33055555555555555 0.059375 0.041666666666666664 +2 0.58125 0.31666666666666665 0.0546875 0.04722222222222222 +1 0.5265625 0.325 0.0890625 0.03888888888888889 +1 0.51875 0.35555555555555557 0.084375 0.05 +1 0.621875 0.4 0.1359375 0.1 +2 0.4453125 0.39166666666666666 0.0625 0.09166666666666666 +2 0.4921875 0.8916666666666667 0.0921875 0.21388888888888888 +5 0.0625 0.9055555555555556 0.0796875 0.18611111111111112 +0 0.40625 0.6777777777777778 0.0875 0.11666666666666667 +5 0.184375 0.8916666666666667 0.1296875 0.15 +4 0.3109375 0.6361111111111111 0.0375 0.16111111111111112 +5 0.278125 0.5555555555555556 0.0390625 0.1 +4 0.38125 0.41388888888888886 0.0171875 0.10555555555555556 +5 0.653125 0.49444444444444446 0.103125 0.14166666666666666 +2 0.50625 0.42777777777777776 0.0953125 0.11944444444444445 +4 0.425 0.44166666666666665 0.0171875 0.10833333333333334 +5 0.246875 0.8222222222222222 0.071875 0.2222222222222222 +4 0.259375 0.6416666666666667 0.0234375 0.12222222222222222 +4 0.21875 0.6083333333333333 0.028125 0.15833333333333333 +4 0.346875 0.4888888888888889 0.0265625 0.13333333333333333 +4 0.31875 0.4361111111111111 0.015625 0.06944444444444445 +4 0.3609375 0.46111111111111114 0.0140625 0.12222222222222222 +1 0.6796875 0.2861111111111111 0.1078125 0.058333333333333334 +1 0.6375 0.9111111111111111 0.1671875 0.175 +1 0.3625 0.9055555555555556 0.15 0.18611111111111112 +4 0.3109375 0.5361111111111111 0.0234375 0.03888888888888889 +5 0.221875 0.4861111111111111 0.071875 0.09166666666666666 +5 0.2875 0.39444444444444443 0.034375 0.08333333333333333 +5 0.2875 0.4638888888888889 0.0390625 0.058333333333333334 +4 0.73125 0.6666666666666666 0.0328125 0.17777777777777778 +4 0.178125 0.6138888888888889 0.021875 0.09722222222222222 +4 0.1578125 0.6027777777777777 0.021875 0.1111111111111111 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_006_mp4-0202_jpg.rf.d2e008a57710feef893e1992e2a82897.txt b/datasets/combined/labels/train/shahbagh_006_mp4-0202_jpg.rf.d2e008a57710feef893e1992e2a82897.txt new file mode 100644 index 0000000000000000000000000000000000000000..ca2bdb3dd79de6e23c1a004614aa763a41421638 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_006_mp4-0202_jpg.rf.d2e008a57710feef893e1992e2a82897.txt @@ -0,0 +1,32 @@ +2 0.6546875 0.33055555555555555 0.059375 0.041666666666666664 +2 0.58125 0.31666666666666665 0.0546875 0.04722222222222222 +1 0.5265625 0.325 0.0890625 0.03888888888888889 +1 0.51875 0.35555555555555557 0.084375 0.05 +1 0.621875 0.4 0.1359375 0.1 +2 0.4453125 0.39166666666666666 0.0625 0.09166666666666666 +2 0.4921875 0.8916666666666667 0.0921875 0.21388888888888888 +5 0.0625 0.9055555555555556 0.0796875 0.18611111111111112 +0 0.40625 0.6777777777777778 0.0875 0.11666666666666667 +5 0.184375 0.8916666666666667 0.1296875 0.15 +4 0.3109375 0.6361111111111111 0.0375 0.16111111111111112 +5 0.278125 0.5555555555555556 0.0390625 0.1 +4 0.38125 0.41388888888888886 0.0171875 0.10555555555555556 +5 0.653125 0.49444444444444446 0.103125 0.14166666666666666 +2 0.50625 0.42777777777777776 0.0953125 0.11944444444444445 +4 0.425 0.44166666666666665 0.0171875 0.10833333333333334 +5 0.246875 0.8222222222222222 0.071875 0.2222222222222222 +4 0.259375 0.6416666666666667 0.0234375 0.12222222222222222 +4 0.21875 0.6083333333333333 0.028125 0.15833333333333333 +4 0.346875 0.4888888888888889 0.0265625 0.13333333333333333 +4 0.31875 0.4361111111111111 0.015625 0.06944444444444445 +4 0.3609375 0.46111111111111114 0.0140625 0.12222222222222222 +1 0.6796875 0.2861111111111111 0.1078125 0.058333333333333334 +1 0.6375 0.9111111111111111 0.1671875 0.175 +1 0.3625 0.9055555555555556 0.15 0.18611111111111112 +4 0.3109375 0.5361111111111111 0.0234375 0.03888888888888889 +5 0.221875 0.4861111111111111 0.071875 0.09166666666666666 +5 0.2875 0.39444444444444443 0.034375 0.08333333333333333 +5 0.2875 0.4638888888888889 0.0390625 0.058333333333333334 +4 0.73125 0.6666666666666666 0.0328125 0.17777777777777778 +4 0.178125 0.6138888888888889 0.021875 0.09722222222222222 +4 0.1578125 0.6027777777777777 0.021875 0.1111111111111111 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_008_mp4-0001_jpg.rf.0d3d2ebe5d3f185ad421f8a33f94f5bc.txt b/datasets/combined/labels/train/shahbagh_008_mp4-0001_jpg.rf.0d3d2ebe5d3f185ad421f8a33f94f5bc.txt new file mode 100644 index 0000000000000000000000000000000000000000..55cfc0e10aad62cde776a7ea16a67c58db726d16 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_008_mp4-0001_jpg.rf.0d3d2ebe5d3f185ad421f8a33f94f5bc.txt @@ -0,0 +1,35 @@ +4 0.3703125 0.8861111111111111 0.05625 0.22777777777777777 +4 0.875 0.9 0.053125 0.2 +1 0.7828125 0.23055555555555557 0.125 0.08611111111111111 +4 0.4640625 0.8444444444444444 0.046875 0.20277777777777778 +1 0.553125 0.24166666666666667 0.1328125 0.075 +1 0.8515625 0.30277777777777776 0.0875 0.1 +4 0.9296875 0.6222222222222222 0.046875 0.16111111111111112 +4 0.5046875 0.325 0.0265625 0.10555555555555556 +4 0.534375 0.3277777777777778 0.0265625 0.10555555555555556 +1 0.6140625 0.14166666666666666 0.05 0.06111111111111111 +4 0.7171875 0.3472222222222222 0.021875 0.1111111111111111 +4 0.6984375 0.5972222222222222 0.03125 0.10833333333333334 +4 0.4140625 0.5527777777777778 0.0328125 0.1361111111111111 +4 0.1953125 0.6277777777777778 0.0359375 0.16944444444444445 +1 0.6953125 0.13055555555555556 0.0328125 0.05 +4 0.2953125 0.675 0.0421875 0.18055555555555555 +4 0.94375 0.5305555555555556 0.0375 0.08333333333333333 +4 0.690625 0.19444444444444445 0.0203125 0.07222222222222222 +5 0.2703125 0.7944444444444444 0.1703125 0.25 +1 0.5921875 0.21944444444444444 0.0890625 0.06388888888888888 +4 0.571875 0.30833333333333335 0.0203125 0.08611111111111111 +4 0.2921875 0.8416666666666667 0.0578125 0.175 +4 0.2609375 0.7694444444444445 0.0546875 0.17222222222222222 +4 0.4609375 0.4083333333333333 0.0234375 0.1111111111111111 +1 0.6609375 0.1388888888888889 0.0453125 0.06666666666666667 +5 0.121875 0.6888888888888889 0.13125 0.2222222222222222 +5 0.375 0.5027777777777778 0.0453125 0.14444444444444443 +5 0.325 0.3638888888888889 0.034375 0.125 +5 0.384375 0.33611111111111114 0.0375 0.1111111111111111 +4 0.4796875 0.3 0.01875 0.1 +4 0.5015625 0.2638888888888889 0.0171875 0.05 +4 0.7359375 0.36666666666666664 0.01875 0.075 +4 0.9015625 0.4027777777777778 0.0375 0.125 +5 0.66875 0.7166666666666667 0.1046875 0.15555555555555556 +5 0.3609375 0.6722222222222223 0.0578125 0.2222222222222222 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_008_mp4-0001_jpg.rf.3235576975b54718dedc95964adf7555.txt b/datasets/combined/labels/train/shahbagh_008_mp4-0001_jpg.rf.3235576975b54718dedc95964adf7555.txt new file mode 100644 index 0000000000000000000000000000000000000000..55cfc0e10aad62cde776a7ea16a67c58db726d16 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_008_mp4-0001_jpg.rf.3235576975b54718dedc95964adf7555.txt @@ -0,0 +1,35 @@ +4 0.3703125 0.8861111111111111 0.05625 0.22777777777777777 +4 0.875 0.9 0.053125 0.2 +1 0.7828125 0.23055555555555557 0.125 0.08611111111111111 +4 0.4640625 0.8444444444444444 0.046875 0.20277777777777778 +1 0.553125 0.24166666666666667 0.1328125 0.075 +1 0.8515625 0.30277777777777776 0.0875 0.1 +4 0.9296875 0.6222222222222222 0.046875 0.16111111111111112 +4 0.5046875 0.325 0.0265625 0.10555555555555556 +4 0.534375 0.3277777777777778 0.0265625 0.10555555555555556 +1 0.6140625 0.14166666666666666 0.05 0.06111111111111111 +4 0.7171875 0.3472222222222222 0.021875 0.1111111111111111 +4 0.6984375 0.5972222222222222 0.03125 0.10833333333333334 +4 0.4140625 0.5527777777777778 0.0328125 0.1361111111111111 +4 0.1953125 0.6277777777777778 0.0359375 0.16944444444444445 +1 0.6953125 0.13055555555555556 0.0328125 0.05 +4 0.2953125 0.675 0.0421875 0.18055555555555555 +4 0.94375 0.5305555555555556 0.0375 0.08333333333333333 +4 0.690625 0.19444444444444445 0.0203125 0.07222222222222222 +5 0.2703125 0.7944444444444444 0.1703125 0.25 +1 0.5921875 0.21944444444444444 0.0890625 0.06388888888888888 +4 0.571875 0.30833333333333335 0.0203125 0.08611111111111111 +4 0.2921875 0.8416666666666667 0.0578125 0.175 +4 0.2609375 0.7694444444444445 0.0546875 0.17222222222222222 +4 0.4609375 0.4083333333333333 0.0234375 0.1111111111111111 +1 0.6609375 0.1388888888888889 0.0453125 0.06666666666666667 +5 0.121875 0.6888888888888889 0.13125 0.2222222222222222 +5 0.375 0.5027777777777778 0.0453125 0.14444444444444443 +5 0.325 0.3638888888888889 0.034375 0.125 +5 0.384375 0.33611111111111114 0.0375 0.1111111111111111 +4 0.4796875 0.3 0.01875 0.1 +4 0.5015625 0.2638888888888889 0.0171875 0.05 +4 0.7359375 0.36666666666666664 0.01875 0.075 +4 0.9015625 0.4027777777777778 0.0375 0.125 +5 0.66875 0.7166666666666667 0.1046875 0.15555555555555556 +5 0.3609375 0.6722222222222223 0.0578125 0.2222222222222222 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_008_mp4-0001_jpg.rf.4fc0e5b75e2eb5ca2b4480079313b7c3.txt b/datasets/combined/labels/train/shahbagh_008_mp4-0001_jpg.rf.4fc0e5b75e2eb5ca2b4480079313b7c3.txt new file mode 100644 index 0000000000000000000000000000000000000000..af8975b4d06c712e3e9260fb3acb10f2f441e679 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_008_mp4-0001_jpg.rf.4fc0e5b75e2eb5ca2b4480079313b7c3.txt @@ -0,0 +1,35 @@ +4 0.6296875 0.8861111111111111 0.05625 0.22777777777777777 +4 0.125 0.9 0.053125 0.2 +1 0.2171875 0.23055555555555557 0.125 0.08611111111111111 +4 0.5359375 0.8444444444444444 0.046875 0.20277777777777778 +1 0.446875 0.24166666666666667 0.1328125 0.075 +1 0.1484375 0.30277777777777776 0.0875 0.1 +4 0.0703125 0.6222222222222222 0.046875 0.16111111111111112 +4 0.4953125 0.325 0.0265625 0.10555555555555556 +4 0.465625 0.3277777777777778 0.0265625 0.10555555555555556 +1 0.3859375 0.14166666666666666 0.05 0.06111111111111111 +4 0.2828125 0.3472222222222222 0.021875 0.1111111111111111 +4 0.3015625 0.5972222222222222 0.03125 0.10833333333333334 +4 0.5859375 0.5527777777777778 0.0328125 0.1361111111111111 +4 0.8046875 0.6277777777777778 0.0359375 0.16944444444444445 +1 0.3046875 0.13055555555555556 0.0328125 0.05 +4 0.7046875 0.675 0.0421875 0.18055555555555555 +4 0.05625 0.5305555555555556 0.0375 0.08333333333333333 +4 0.309375 0.19444444444444445 0.0203125 0.07222222222222222 +5 0.7296875 0.7944444444444444 0.1703125 0.25 +1 0.4078125 0.21944444444444444 0.0890625 0.06388888888888888 +4 0.428125 0.30833333333333335 0.0203125 0.08611111111111111 +4 0.7078125 0.8416666666666667 0.0578125 0.175 +4 0.7390625 0.7694444444444445 0.0546875 0.17222222222222222 +4 0.5390625 0.4083333333333333 0.0234375 0.1111111111111111 +1 0.3390625 0.1388888888888889 0.0453125 0.06666666666666667 +5 0.878125 0.6888888888888889 0.13125 0.2222222222222222 +5 0.625 0.5027777777777778 0.0453125 0.14444444444444443 +5 0.675 0.3638888888888889 0.034375 0.125 +5 0.615625 0.33611111111111114 0.0375 0.1111111111111111 +4 0.5203125 0.3 0.01875 0.1 +4 0.4984375 0.2638888888888889 0.0171875 0.05 +4 0.2640625 0.36666666666666664 0.01875 0.075 +4 0.0984375 0.4027777777777778 0.0375 0.125 +5 0.33125 0.7166666666666667 0.1046875 0.15555555555555556 +5 0.6390625 0.6722222222222223 0.0578125 0.2222222222222222 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_008_mp4-0001_jpg.rf.8748678e41bddf22dabaf590240345a2.txt b/datasets/combined/labels/train/shahbagh_008_mp4-0001_jpg.rf.8748678e41bddf22dabaf590240345a2.txt new file mode 100644 index 0000000000000000000000000000000000000000..55cfc0e10aad62cde776a7ea16a67c58db726d16 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_008_mp4-0001_jpg.rf.8748678e41bddf22dabaf590240345a2.txt @@ -0,0 +1,35 @@ +4 0.3703125 0.8861111111111111 0.05625 0.22777777777777777 +4 0.875 0.9 0.053125 0.2 +1 0.7828125 0.23055555555555557 0.125 0.08611111111111111 +4 0.4640625 0.8444444444444444 0.046875 0.20277777777777778 +1 0.553125 0.24166666666666667 0.1328125 0.075 +1 0.8515625 0.30277777777777776 0.0875 0.1 +4 0.9296875 0.6222222222222222 0.046875 0.16111111111111112 +4 0.5046875 0.325 0.0265625 0.10555555555555556 +4 0.534375 0.3277777777777778 0.0265625 0.10555555555555556 +1 0.6140625 0.14166666666666666 0.05 0.06111111111111111 +4 0.7171875 0.3472222222222222 0.021875 0.1111111111111111 +4 0.6984375 0.5972222222222222 0.03125 0.10833333333333334 +4 0.4140625 0.5527777777777778 0.0328125 0.1361111111111111 +4 0.1953125 0.6277777777777778 0.0359375 0.16944444444444445 +1 0.6953125 0.13055555555555556 0.0328125 0.05 +4 0.2953125 0.675 0.0421875 0.18055555555555555 +4 0.94375 0.5305555555555556 0.0375 0.08333333333333333 +4 0.690625 0.19444444444444445 0.0203125 0.07222222222222222 +5 0.2703125 0.7944444444444444 0.1703125 0.25 +1 0.5921875 0.21944444444444444 0.0890625 0.06388888888888888 +4 0.571875 0.30833333333333335 0.0203125 0.08611111111111111 +4 0.2921875 0.8416666666666667 0.0578125 0.175 +4 0.2609375 0.7694444444444445 0.0546875 0.17222222222222222 +4 0.4609375 0.4083333333333333 0.0234375 0.1111111111111111 +1 0.6609375 0.1388888888888889 0.0453125 0.06666666666666667 +5 0.121875 0.6888888888888889 0.13125 0.2222222222222222 +5 0.375 0.5027777777777778 0.0453125 0.14444444444444443 +5 0.325 0.3638888888888889 0.034375 0.125 +5 0.384375 0.33611111111111114 0.0375 0.1111111111111111 +4 0.4796875 0.3 0.01875 0.1 +4 0.5015625 0.2638888888888889 0.0171875 0.05 +4 0.7359375 0.36666666666666664 0.01875 0.075 +4 0.9015625 0.4027777777777778 0.0375 0.125 +5 0.66875 0.7166666666666667 0.1046875 0.15555555555555556 +5 0.3609375 0.6722222222222223 0.0578125 0.2222222222222222 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_008_mp4-0001_jpg.rf.b8913ef97f7057a5cc02a7b27d8b836f.txt b/datasets/combined/labels/train/shahbagh_008_mp4-0001_jpg.rf.b8913ef97f7057a5cc02a7b27d8b836f.txt new file mode 100644 index 0000000000000000000000000000000000000000..af8975b4d06c712e3e9260fb3acb10f2f441e679 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_008_mp4-0001_jpg.rf.b8913ef97f7057a5cc02a7b27d8b836f.txt @@ -0,0 +1,35 @@ +4 0.6296875 0.8861111111111111 0.05625 0.22777777777777777 +4 0.125 0.9 0.053125 0.2 +1 0.2171875 0.23055555555555557 0.125 0.08611111111111111 +4 0.5359375 0.8444444444444444 0.046875 0.20277777777777778 +1 0.446875 0.24166666666666667 0.1328125 0.075 +1 0.1484375 0.30277777777777776 0.0875 0.1 +4 0.0703125 0.6222222222222222 0.046875 0.16111111111111112 +4 0.4953125 0.325 0.0265625 0.10555555555555556 +4 0.465625 0.3277777777777778 0.0265625 0.10555555555555556 +1 0.3859375 0.14166666666666666 0.05 0.06111111111111111 +4 0.2828125 0.3472222222222222 0.021875 0.1111111111111111 +4 0.3015625 0.5972222222222222 0.03125 0.10833333333333334 +4 0.5859375 0.5527777777777778 0.0328125 0.1361111111111111 +4 0.8046875 0.6277777777777778 0.0359375 0.16944444444444445 +1 0.3046875 0.13055555555555556 0.0328125 0.05 +4 0.7046875 0.675 0.0421875 0.18055555555555555 +4 0.05625 0.5305555555555556 0.0375 0.08333333333333333 +4 0.309375 0.19444444444444445 0.0203125 0.07222222222222222 +5 0.7296875 0.7944444444444444 0.1703125 0.25 +1 0.4078125 0.21944444444444444 0.0890625 0.06388888888888888 +4 0.428125 0.30833333333333335 0.0203125 0.08611111111111111 +4 0.7078125 0.8416666666666667 0.0578125 0.175 +4 0.7390625 0.7694444444444445 0.0546875 0.17222222222222222 +4 0.5390625 0.4083333333333333 0.0234375 0.1111111111111111 +1 0.3390625 0.1388888888888889 0.0453125 0.06666666666666667 +5 0.878125 0.6888888888888889 0.13125 0.2222222222222222 +5 0.625 0.5027777777777778 0.0453125 0.14444444444444443 +5 0.675 0.3638888888888889 0.034375 0.125 +5 0.615625 0.33611111111111114 0.0375 0.1111111111111111 +4 0.5203125 0.3 0.01875 0.1 +4 0.4984375 0.2638888888888889 0.0171875 0.05 +4 0.2640625 0.36666666666666664 0.01875 0.075 +4 0.0984375 0.4027777777777778 0.0375 0.125 +5 0.33125 0.7166666666666667 0.1046875 0.15555555555555556 +5 0.6390625 0.6722222222222223 0.0578125 0.2222222222222222 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_008_mp4-0001_jpg.rf.e548b1edc299602f14e1665c18a7ff6d.txt b/datasets/combined/labels/train/shahbagh_008_mp4-0001_jpg.rf.e548b1edc299602f14e1665c18a7ff6d.txt new file mode 100644 index 0000000000000000000000000000000000000000..af8975b4d06c712e3e9260fb3acb10f2f441e679 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_008_mp4-0001_jpg.rf.e548b1edc299602f14e1665c18a7ff6d.txt @@ -0,0 +1,35 @@ +4 0.6296875 0.8861111111111111 0.05625 0.22777777777777777 +4 0.125 0.9 0.053125 0.2 +1 0.2171875 0.23055555555555557 0.125 0.08611111111111111 +4 0.5359375 0.8444444444444444 0.046875 0.20277777777777778 +1 0.446875 0.24166666666666667 0.1328125 0.075 +1 0.1484375 0.30277777777777776 0.0875 0.1 +4 0.0703125 0.6222222222222222 0.046875 0.16111111111111112 +4 0.4953125 0.325 0.0265625 0.10555555555555556 +4 0.465625 0.3277777777777778 0.0265625 0.10555555555555556 +1 0.3859375 0.14166666666666666 0.05 0.06111111111111111 +4 0.2828125 0.3472222222222222 0.021875 0.1111111111111111 +4 0.3015625 0.5972222222222222 0.03125 0.10833333333333334 +4 0.5859375 0.5527777777777778 0.0328125 0.1361111111111111 +4 0.8046875 0.6277777777777778 0.0359375 0.16944444444444445 +1 0.3046875 0.13055555555555556 0.0328125 0.05 +4 0.7046875 0.675 0.0421875 0.18055555555555555 +4 0.05625 0.5305555555555556 0.0375 0.08333333333333333 +4 0.309375 0.19444444444444445 0.0203125 0.07222222222222222 +5 0.7296875 0.7944444444444444 0.1703125 0.25 +1 0.4078125 0.21944444444444444 0.0890625 0.06388888888888888 +4 0.428125 0.30833333333333335 0.0203125 0.08611111111111111 +4 0.7078125 0.8416666666666667 0.0578125 0.175 +4 0.7390625 0.7694444444444445 0.0546875 0.17222222222222222 +4 0.5390625 0.4083333333333333 0.0234375 0.1111111111111111 +1 0.3390625 0.1388888888888889 0.0453125 0.06666666666666667 +5 0.878125 0.6888888888888889 0.13125 0.2222222222222222 +5 0.625 0.5027777777777778 0.0453125 0.14444444444444443 +5 0.675 0.3638888888888889 0.034375 0.125 +5 0.615625 0.33611111111111114 0.0375 0.1111111111111111 +4 0.5203125 0.3 0.01875 0.1 +4 0.4984375 0.2638888888888889 0.0171875 0.05 +4 0.2640625 0.36666666666666664 0.01875 0.075 +4 0.0984375 0.4027777777777778 0.0375 0.125 +5 0.33125 0.7166666666666667 0.1046875 0.15555555555555556 +5 0.6390625 0.6722222222222223 0.0578125 0.2222222222222222 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_008_mp4-0001_jpg.rf.e5910d54844d699910dc5ebef5ddc9d3.txt b/datasets/combined/labels/train/shahbagh_008_mp4-0001_jpg.rf.e5910d54844d699910dc5ebef5ddc9d3.txt new file mode 100644 index 0000000000000000000000000000000000000000..55cfc0e10aad62cde776a7ea16a67c58db726d16 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_008_mp4-0001_jpg.rf.e5910d54844d699910dc5ebef5ddc9d3.txt @@ -0,0 +1,35 @@ +4 0.3703125 0.8861111111111111 0.05625 0.22777777777777777 +4 0.875 0.9 0.053125 0.2 +1 0.7828125 0.23055555555555557 0.125 0.08611111111111111 +4 0.4640625 0.8444444444444444 0.046875 0.20277777777777778 +1 0.553125 0.24166666666666667 0.1328125 0.075 +1 0.8515625 0.30277777777777776 0.0875 0.1 +4 0.9296875 0.6222222222222222 0.046875 0.16111111111111112 +4 0.5046875 0.325 0.0265625 0.10555555555555556 +4 0.534375 0.3277777777777778 0.0265625 0.10555555555555556 +1 0.6140625 0.14166666666666666 0.05 0.06111111111111111 +4 0.7171875 0.3472222222222222 0.021875 0.1111111111111111 +4 0.6984375 0.5972222222222222 0.03125 0.10833333333333334 +4 0.4140625 0.5527777777777778 0.0328125 0.1361111111111111 +4 0.1953125 0.6277777777777778 0.0359375 0.16944444444444445 +1 0.6953125 0.13055555555555556 0.0328125 0.05 +4 0.2953125 0.675 0.0421875 0.18055555555555555 +4 0.94375 0.5305555555555556 0.0375 0.08333333333333333 +4 0.690625 0.19444444444444445 0.0203125 0.07222222222222222 +5 0.2703125 0.7944444444444444 0.1703125 0.25 +1 0.5921875 0.21944444444444444 0.0890625 0.06388888888888888 +4 0.571875 0.30833333333333335 0.0203125 0.08611111111111111 +4 0.2921875 0.8416666666666667 0.0578125 0.175 +4 0.2609375 0.7694444444444445 0.0546875 0.17222222222222222 +4 0.4609375 0.4083333333333333 0.0234375 0.1111111111111111 +1 0.6609375 0.1388888888888889 0.0453125 0.06666666666666667 +5 0.121875 0.6888888888888889 0.13125 0.2222222222222222 +5 0.375 0.5027777777777778 0.0453125 0.14444444444444443 +5 0.325 0.3638888888888889 0.034375 0.125 +5 0.384375 0.33611111111111114 0.0375 0.1111111111111111 +4 0.4796875 0.3 0.01875 0.1 +4 0.5015625 0.2638888888888889 0.0171875 0.05 +4 0.7359375 0.36666666666666664 0.01875 0.075 +4 0.9015625 0.4027777777777778 0.0375 0.125 +5 0.66875 0.7166666666666667 0.1046875 0.15555555555555556 +5 0.3609375 0.6722222222222223 0.0578125 0.2222222222222222 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_008_mp4-0002_jpg.rf.9c0f463184481ef211d0fc18fc00c263.txt b/datasets/combined/labels/train/shahbagh_008_mp4-0002_jpg.rf.9c0f463184481ef211d0fc18fc00c263.txt new file mode 100644 index 0000000000000000000000000000000000000000..d07af324509720f9741c05f501d98f9d18dc9aee --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_008_mp4-0002_jpg.rf.9c0f463184481ef211d0fc18fc00c263.txt @@ -0,0 +1,34 @@ +5 0.359375 0.6666666666666666 0.065625 0.2222222222222222 +4 0.3703125 0.875 0.053125 0.2222222222222222 +1 0.7765625 0.23333333333333334 0.1296875 0.08611111111111111 +4 0.8796875 0.8972222222222223 0.05625 0.20277777777777778 +1 0.846875 0.3055555555555556 0.0859375 0.10277777777777777 +1 0.5484375 0.24166666666666667 0.134375 0.07222222222222222 +4 0.459375 0.8305555555555556 0.0421875 0.20277777777777778 +4 0.196875 0.6333333333333333 0.0375 0.17222222222222222 +1 0.6125 0.14166666666666666 0.0453125 0.06111111111111111 +4 0.925 0.6305555555555555 0.040625 0.1527777777777778 +4 0.7203125 0.3472222222222222 0.0328125 0.1 +4 0.703125 0.5972222222222222 0.03125 0.11666666666666667 +4 0.69375 0.19722222222222222 0.0203125 0.07222222222222222 +4 0.50625 0.325 0.028125 0.10833333333333334 +1 0.696875 0.13333333333333333 0.03125 0.05277777777777778 +4 0.534375 0.3277777777777778 0.025 0.10555555555555556 +5 0.26875 0.7916666666666666 0.1375 0.25277777777777777 +4 0.4140625 0.5472222222222223 0.0328125 0.13333333333333333 +4 0.296875 0.6777777777777778 0.0453125 0.18333333333333332 +4 0.9375 0.5361111111111111 0.0390625 0.08611111111111111 +4 0.2921875 0.8444444444444444 0.059375 0.175 +1 0.5859375 0.21944444444444444 0.0859375 0.06111111111111111 +4 0.5703125 0.3111111111111111 0.021875 0.08333333333333333 +4 0.4609375 0.4083333333333333 0.03125 0.12777777777777777 +4 0.9109375 0.4 0.0265625 0.13333333333333333 +5 0.128125 0.6916666666666667 0.115625 0.25555555555555554 +5 0.3734375 0.49722222222222223 0.05 0.13333333333333333 +5 0.325 0.37222222222222223 0.0390625 0.12777777777777777 +5 0.3859375 0.3333333333333333 0.034375 0.10277777777777777 +4 0.478125 0.3055555555555556 0.021875 0.10555555555555556 +4 0.5015625 0.2638888888888889 0.0203125 0.041666666666666664 +1 0.6625 0.15 0.0375 0.07777777777777778 +4 0.8921875 0.36944444444444446 0.021875 0.11388888888888889 +5 0.675 0.7111111111111111 0.09375 0.12777777777777777 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_008_mp4-0002_jpg.rf.a68baae62e0333cd1413c362a6d02e40.txt b/datasets/combined/labels/train/shahbagh_008_mp4-0002_jpg.rf.a68baae62e0333cd1413c362a6d02e40.txt new file mode 100644 index 0000000000000000000000000000000000000000..d07af324509720f9741c05f501d98f9d18dc9aee --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_008_mp4-0002_jpg.rf.a68baae62e0333cd1413c362a6d02e40.txt @@ -0,0 +1,34 @@ +5 0.359375 0.6666666666666666 0.065625 0.2222222222222222 +4 0.3703125 0.875 0.053125 0.2222222222222222 +1 0.7765625 0.23333333333333334 0.1296875 0.08611111111111111 +4 0.8796875 0.8972222222222223 0.05625 0.20277777777777778 +1 0.846875 0.3055555555555556 0.0859375 0.10277777777777777 +1 0.5484375 0.24166666666666667 0.134375 0.07222222222222222 +4 0.459375 0.8305555555555556 0.0421875 0.20277777777777778 +4 0.196875 0.6333333333333333 0.0375 0.17222222222222222 +1 0.6125 0.14166666666666666 0.0453125 0.06111111111111111 +4 0.925 0.6305555555555555 0.040625 0.1527777777777778 +4 0.7203125 0.3472222222222222 0.0328125 0.1 +4 0.703125 0.5972222222222222 0.03125 0.11666666666666667 +4 0.69375 0.19722222222222222 0.0203125 0.07222222222222222 +4 0.50625 0.325 0.028125 0.10833333333333334 +1 0.696875 0.13333333333333333 0.03125 0.05277777777777778 +4 0.534375 0.3277777777777778 0.025 0.10555555555555556 +5 0.26875 0.7916666666666666 0.1375 0.25277777777777777 +4 0.4140625 0.5472222222222223 0.0328125 0.13333333333333333 +4 0.296875 0.6777777777777778 0.0453125 0.18333333333333332 +4 0.9375 0.5361111111111111 0.0390625 0.08611111111111111 +4 0.2921875 0.8444444444444444 0.059375 0.175 +1 0.5859375 0.21944444444444444 0.0859375 0.06111111111111111 +4 0.5703125 0.3111111111111111 0.021875 0.08333333333333333 +4 0.4609375 0.4083333333333333 0.03125 0.12777777777777777 +4 0.9109375 0.4 0.0265625 0.13333333333333333 +5 0.128125 0.6916666666666667 0.115625 0.25555555555555554 +5 0.3734375 0.49722222222222223 0.05 0.13333333333333333 +5 0.325 0.37222222222222223 0.0390625 0.12777777777777777 +5 0.3859375 0.3333333333333333 0.034375 0.10277777777777777 +4 0.478125 0.3055555555555556 0.021875 0.10555555555555556 +4 0.5015625 0.2638888888888889 0.0203125 0.041666666666666664 +1 0.6625 0.15 0.0375 0.07777777777777778 +4 0.8921875 0.36944444444444446 0.021875 0.11388888888888889 +5 0.675 0.7111111111111111 0.09375 0.12777777777777777 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_008_mp4-0002_jpg.rf.c9c5eef70a65010e071aceae9cf7493f.txt b/datasets/combined/labels/train/shahbagh_008_mp4-0002_jpg.rf.c9c5eef70a65010e071aceae9cf7493f.txt new file mode 100644 index 0000000000000000000000000000000000000000..6a3378074e582712949d70d4c58a85c34902e686 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_008_mp4-0002_jpg.rf.c9c5eef70a65010e071aceae9cf7493f.txt @@ -0,0 +1,34 @@ +5 0.640625 0.6666666666666666 0.065625 0.2222222222222222 +4 0.6296875 0.875 0.053125 0.2222222222222222 +1 0.2234375 0.23333333333333334 0.1296875 0.08611111111111111 +4 0.1203125 0.8972222222222223 0.05625 0.20277777777777778 +1 0.153125 0.3055555555555556 0.0859375 0.10277777777777777 +1 0.4515625 0.24166666666666667 0.134375 0.07222222222222222 +4 0.540625 0.8305555555555556 0.0421875 0.20277777777777778 +4 0.803125 0.6333333333333333 0.0375 0.17222222222222222 +1 0.3875 0.14166666666666666 0.0453125 0.06111111111111111 +4 0.075 0.6305555555555555 0.040625 0.1527777777777778 +4 0.2796875 0.3472222222222222 0.0328125 0.1 +4 0.296875 0.5972222222222222 0.03125 0.11666666666666667 +4 0.30625 0.19722222222222222 0.0203125 0.07222222222222222 +4 0.49375 0.325 0.028125 0.10833333333333334 +1 0.303125 0.13333333333333333 0.03125 0.05277777777777778 +4 0.465625 0.3277777777777778 0.025 0.10555555555555556 +5 0.73125 0.7916666666666666 0.1375 0.25277777777777777 +4 0.5859375 0.5472222222222223 0.0328125 0.13333333333333333 +4 0.703125 0.6777777777777778 0.0453125 0.18333333333333332 +4 0.0625 0.5361111111111111 0.0390625 0.08611111111111111 +4 0.7078125 0.8444444444444444 0.059375 0.175 +1 0.4140625 0.21944444444444444 0.0859375 0.06111111111111111 +4 0.4296875 0.3111111111111111 0.021875 0.08333333333333333 +4 0.5390625 0.4083333333333333 0.03125 0.12777777777777777 +4 0.0890625 0.4 0.0265625 0.13333333333333333 +5 0.871875 0.6916666666666667 0.115625 0.25555555555555554 +5 0.6265625 0.49722222222222223 0.05 0.13333333333333333 +5 0.675 0.37222222222222223 0.0390625 0.12777777777777777 +5 0.6140625 0.3333333333333333 0.034375 0.10277777777777777 +4 0.521875 0.3055555555555556 0.021875 0.10555555555555556 +4 0.4984375 0.2638888888888889 0.0203125 0.041666666666666664 +1 0.3375 0.15 0.0375 0.07777777777777778 +4 0.1078125 0.36944444444444446 0.021875 0.11388888888888889 +5 0.325 0.7111111111111111 0.09375 0.12777777777777777 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_008_mp4-0002_jpg.rf.d5cd9aaabde0ad6271ed768aee2a7d53.txt b/datasets/combined/labels/train/shahbagh_008_mp4-0002_jpg.rf.d5cd9aaabde0ad6271ed768aee2a7d53.txt new file mode 100644 index 0000000000000000000000000000000000000000..6a3378074e582712949d70d4c58a85c34902e686 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_008_mp4-0002_jpg.rf.d5cd9aaabde0ad6271ed768aee2a7d53.txt @@ -0,0 +1,34 @@ +5 0.640625 0.6666666666666666 0.065625 0.2222222222222222 +4 0.6296875 0.875 0.053125 0.2222222222222222 +1 0.2234375 0.23333333333333334 0.1296875 0.08611111111111111 +4 0.1203125 0.8972222222222223 0.05625 0.20277777777777778 +1 0.153125 0.3055555555555556 0.0859375 0.10277777777777777 +1 0.4515625 0.24166666666666667 0.134375 0.07222222222222222 +4 0.540625 0.8305555555555556 0.0421875 0.20277777777777778 +4 0.803125 0.6333333333333333 0.0375 0.17222222222222222 +1 0.3875 0.14166666666666666 0.0453125 0.06111111111111111 +4 0.075 0.6305555555555555 0.040625 0.1527777777777778 +4 0.2796875 0.3472222222222222 0.0328125 0.1 +4 0.296875 0.5972222222222222 0.03125 0.11666666666666667 +4 0.30625 0.19722222222222222 0.0203125 0.07222222222222222 +4 0.49375 0.325 0.028125 0.10833333333333334 +1 0.303125 0.13333333333333333 0.03125 0.05277777777777778 +4 0.465625 0.3277777777777778 0.025 0.10555555555555556 +5 0.73125 0.7916666666666666 0.1375 0.25277777777777777 +4 0.5859375 0.5472222222222223 0.0328125 0.13333333333333333 +4 0.703125 0.6777777777777778 0.0453125 0.18333333333333332 +4 0.0625 0.5361111111111111 0.0390625 0.08611111111111111 +4 0.7078125 0.8444444444444444 0.059375 0.175 +1 0.4140625 0.21944444444444444 0.0859375 0.06111111111111111 +4 0.4296875 0.3111111111111111 0.021875 0.08333333333333333 +4 0.5390625 0.4083333333333333 0.03125 0.12777777777777777 +4 0.0890625 0.4 0.0265625 0.13333333333333333 +5 0.871875 0.6916666666666667 0.115625 0.25555555555555554 +5 0.6265625 0.49722222222222223 0.05 0.13333333333333333 +5 0.675 0.37222222222222223 0.0390625 0.12777777777777777 +5 0.6140625 0.3333333333333333 0.034375 0.10277777777777777 +4 0.521875 0.3055555555555556 0.021875 0.10555555555555556 +4 0.4984375 0.2638888888888889 0.0203125 0.041666666666666664 +1 0.3375 0.15 0.0375 0.07777777777777778 +4 0.1078125 0.36944444444444446 0.021875 0.11388888888888889 +5 0.325 0.7111111111111111 0.09375 0.12777777777777777 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_008_mp4-0002_jpg.rf.eaa6b368430a8a886137f72c91843bc2.txt b/datasets/combined/labels/train/shahbagh_008_mp4-0002_jpg.rf.eaa6b368430a8a886137f72c91843bc2.txt new file mode 100644 index 0000000000000000000000000000000000000000..d07af324509720f9741c05f501d98f9d18dc9aee --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_008_mp4-0002_jpg.rf.eaa6b368430a8a886137f72c91843bc2.txt @@ -0,0 +1,34 @@ +5 0.359375 0.6666666666666666 0.065625 0.2222222222222222 +4 0.3703125 0.875 0.053125 0.2222222222222222 +1 0.7765625 0.23333333333333334 0.1296875 0.08611111111111111 +4 0.8796875 0.8972222222222223 0.05625 0.20277777777777778 +1 0.846875 0.3055555555555556 0.0859375 0.10277777777777777 +1 0.5484375 0.24166666666666667 0.134375 0.07222222222222222 +4 0.459375 0.8305555555555556 0.0421875 0.20277777777777778 +4 0.196875 0.6333333333333333 0.0375 0.17222222222222222 +1 0.6125 0.14166666666666666 0.0453125 0.06111111111111111 +4 0.925 0.6305555555555555 0.040625 0.1527777777777778 +4 0.7203125 0.3472222222222222 0.0328125 0.1 +4 0.703125 0.5972222222222222 0.03125 0.11666666666666667 +4 0.69375 0.19722222222222222 0.0203125 0.07222222222222222 +4 0.50625 0.325 0.028125 0.10833333333333334 +1 0.696875 0.13333333333333333 0.03125 0.05277777777777778 +4 0.534375 0.3277777777777778 0.025 0.10555555555555556 +5 0.26875 0.7916666666666666 0.1375 0.25277777777777777 +4 0.4140625 0.5472222222222223 0.0328125 0.13333333333333333 +4 0.296875 0.6777777777777778 0.0453125 0.18333333333333332 +4 0.9375 0.5361111111111111 0.0390625 0.08611111111111111 +4 0.2921875 0.8444444444444444 0.059375 0.175 +1 0.5859375 0.21944444444444444 0.0859375 0.06111111111111111 +4 0.5703125 0.3111111111111111 0.021875 0.08333333333333333 +4 0.4609375 0.4083333333333333 0.03125 0.12777777777777777 +4 0.9109375 0.4 0.0265625 0.13333333333333333 +5 0.128125 0.6916666666666667 0.115625 0.25555555555555554 +5 0.3734375 0.49722222222222223 0.05 0.13333333333333333 +5 0.325 0.37222222222222223 0.0390625 0.12777777777777777 +5 0.3859375 0.3333333333333333 0.034375 0.10277777777777777 +4 0.478125 0.3055555555555556 0.021875 0.10555555555555556 +4 0.5015625 0.2638888888888889 0.0203125 0.041666666666666664 +1 0.6625 0.15 0.0375 0.07777777777777778 +4 0.8921875 0.36944444444444446 0.021875 0.11388888888888889 +5 0.675 0.7111111111111111 0.09375 0.12777777777777777 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_008_mp4-0002_jpg.rf.eb16741036bea9ca7008f15df89fe9e7.txt b/datasets/combined/labels/train/shahbagh_008_mp4-0002_jpg.rf.eb16741036bea9ca7008f15df89fe9e7.txt new file mode 100644 index 0000000000000000000000000000000000000000..6a3378074e582712949d70d4c58a85c34902e686 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_008_mp4-0002_jpg.rf.eb16741036bea9ca7008f15df89fe9e7.txt @@ -0,0 +1,34 @@ +5 0.640625 0.6666666666666666 0.065625 0.2222222222222222 +4 0.6296875 0.875 0.053125 0.2222222222222222 +1 0.2234375 0.23333333333333334 0.1296875 0.08611111111111111 +4 0.1203125 0.8972222222222223 0.05625 0.20277777777777778 +1 0.153125 0.3055555555555556 0.0859375 0.10277777777777777 +1 0.4515625 0.24166666666666667 0.134375 0.07222222222222222 +4 0.540625 0.8305555555555556 0.0421875 0.20277777777777778 +4 0.803125 0.6333333333333333 0.0375 0.17222222222222222 +1 0.3875 0.14166666666666666 0.0453125 0.06111111111111111 +4 0.075 0.6305555555555555 0.040625 0.1527777777777778 +4 0.2796875 0.3472222222222222 0.0328125 0.1 +4 0.296875 0.5972222222222222 0.03125 0.11666666666666667 +4 0.30625 0.19722222222222222 0.0203125 0.07222222222222222 +4 0.49375 0.325 0.028125 0.10833333333333334 +1 0.303125 0.13333333333333333 0.03125 0.05277777777777778 +4 0.465625 0.3277777777777778 0.025 0.10555555555555556 +5 0.73125 0.7916666666666666 0.1375 0.25277777777777777 +4 0.5859375 0.5472222222222223 0.0328125 0.13333333333333333 +4 0.703125 0.6777777777777778 0.0453125 0.18333333333333332 +4 0.0625 0.5361111111111111 0.0390625 0.08611111111111111 +4 0.7078125 0.8444444444444444 0.059375 0.175 +1 0.4140625 0.21944444444444444 0.0859375 0.06111111111111111 +4 0.4296875 0.3111111111111111 0.021875 0.08333333333333333 +4 0.5390625 0.4083333333333333 0.03125 0.12777777777777777 +4 0.0890625 0.4 0.0265625 0.13333333333333333 +5 0.871875 0.6916666666666667 0.115625 0.25555555555555554 +5 0.6265625 0.49722222222222223 0.05 0.13333333333333333 +5 0.675 0.37222222222222223 0.0390625 0.12777777777777777 +5 0.6140625 0.3333333333333333 0.034375 0.10277777777777777 +4 0.521875 0.3055555555555556 0.021875 0.10555555555555556 +4 0.4984375 0.2638888888888889 0.0203125 0.041666666666666664 +1 0.3375 0.15 0.0375 0.07777777777777778 +4 0.1078125 0.36944444444444446 0.021875 0.11388888888888889 +5 0.325 0.7111111111111111 0.09375 0.12777777777777777 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_008_mp4-0003_jpg.rf.0bb33268a02c6b54f32bfc3e65c8ee3e.txt b/datasets/combined/labels/train/shahbagh_008_mp4-0003_jpg.rf.0bb33268a02c6b54f32bfc3e65c8ee3e.txt new file mode 100644 index 0000000000000000000000000000000000000000..489cf49ecb56f6e51e551ec29b4b89c6d7804502 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_008_mp4-0003_jpg.rf.0bb33268a02c6b54f32bfc3e65c8ee3e.txt @@ -0,0 +1,34 @@ +4 0.3703125 0.8916666666666667 0.053125 0.21666666666666667 +4 0.88125 0.8972222222222223 0.053125 0.19722222222222222 +1 0.7734375 0.23055555555555557 0.128125 0.08611111111111111 +1 0.546875 0.24166666666666667 0.13125 0.075 +1 0.846875 0.3055555555555556 0.0875 0.1 +4 0.4609375 0.8277777777777777 0.0421875 0.2111111111111111 +4 0.71875 0.3472222222222222 0.034375 0.10555555555555556 +4 0.70625 0.5916666666666667 0.03125 0.11944444444444445 +4 0.9265625 0.6305555555555555 0.0421875 0.1527777777777778 +4 0.19375 0.6277777777777778 0.0359375 0.17222222222222222 +1 0.6125 0.14166666666666666 0.0484375 0.058333333333333334 +4 0.565625 0.30833333333333335 0.021875 0.09166666666666666 +4 0.4609375 0.40555555555555556 0.021875 0.11388888888888889 +4 0.6953125 0.19444444444444445 0.0234375 0.075 +4 0.50625 0.32222222222222224 0.0234375 0.10277777777777777 +4 0.534375 0.3277777777777778 0.0234375 0.10833333333333334 +1 0.6953125 0.12777777777777777 0.0359375 0.05555555555555555 +4 0.2953125 0.675 0.0421875 0.17777777777777778 +4 0.9328125 0.5361111111111111 0.040625 0.08888888888888889 +0 0.24375 0.8583333333333333 0.071875 0.10833333333333334 +4 0.246875 0.7611111111111111 0.0640625 0.18611111111111112 +1 0.6625 0.14444444444444443 0.0421875 0.05555555555555555 +4 0.4140625 0.5444444444444444 0.0328125 0.13333333333333333 +4 0.2921875 0.8416666666666667 0.059375 0.175 +5 0.125 0.6972222222222222 0.115625 0.25277777777777777 +5 0.6765625 0.7055555555555556 0.1046875 0.125 +5 0.3703125 0.4888888888888889 0.0359375 0.125 +5 0.3265625 0.3638888888888889 0.0359375 0.11944444444444445 +4 0.3390625 0.5194444444444445 0.025 0.13055555555555556 +4 0.9140625 0.3972222222222222 0.0203125 0.13333333333333333 +4 0.890625 0.36666666666666664 0.021875 0.1111111111111111 +1 0.5765625 0.20833333333333334 0.1046875 0.058333333333333334 +4 0.4375 0.4861111111111111 0.0203125 0.15555555555555556 +5 0.3609375 0.6666666666666666 0.065625 0.2111111111111111 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_008_mp4-0003_jpg.rf.298792a88aad8c1397e83235ed94a017.txt b/datasets/combined/labels/train/shahbagh_008_mp4-0003_jpg.rf.298792a88aad8c1397e83235ed94a017.txt new file mode 100644 index 0000000000000000000000000000000000000000..489cf49ecb56f6e51e551ec29b4b89c6d7804502 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_008_mp4-0003_jpg.rf.298792a88aad8c1397e83235ed94a017.txt @@ -0,0 +1,34 @@ +4 0.3703125 0.8916666666666667 0.053125 0.21666666666666667 +4 0.88125 0.8972222222222223 0.053125 0.19722222222222222 +1 0.7734375 0.23055555555555557 0.128125 0.08611111111111111 +1 0.546875 0.24166666666666667 0.13125 0.075 +1 0.846875 0.3055555555555556 0.0875 0.1 +4 0.4609375 0.8277777777777777 0.0421875 0.2111111111111111 +4 0.71875 0.3472222222222222 0.034375 0.10555555555555556 +4 0.70625 0.5916666666666667 0.03125 0.11944444444444445 +4 0.9265625 0.6305555555555555 0.0421875 0.1527777777777778 +4 0.19375 0.6277777777777778 0.0359375 0.17222222222222222 +1 0.6125 0.14166666666666666 0.0484375 0.058333333333333334 +4 0.565625 0.30833333333333335 0.021875 0.09166666666666666 +4 0.4609375 0.40555555555555556 0.021875 0.11388888888888889 +4 0.6953125 0.19444444444444445 0.0234375 0.075 +4 0.50625 0.32222222222222224 0.0234375 0.10277777777777777 +4 0.534375 0.3277777777777778 0.0234375 0.10833333333333334 +1 0.6953125 0.12777777777777777 0.0359375 0.05555555555555555 +4 0.2953125 0.675 0.0421875 0.17777777777777778 +4 0.9328125 0.5361111111111111 0.040625 0.08888888888888889 +0 0.24375 0.8583333333333333 0.071875 0.10833333333333334 +4 0.246875 0.7611111111111111 0.0640625 0.18611111111111112 +1 0.6625 0.14444444444444443 0.0421875 0.05555555555555555 +4 0.4140625 0.5444444444444444 0.0328125 0.13333333333333333 +4 0.2921875 0.8416666666666667 0.059375 0.175 +5 0.125 0.6972222222222222 0.115625 0.25277777777777777 +5 0.6765625 0.7055555555555556 0.1046875 0.125 +5 0.3703125 0.4888888888888889 0.0359375 0.125 +5 0.3265625 0.3638888888888889 0.0359375 0.11944444444444445 +4 0.3390625 0.5194444444444445 0.025 0.13055555555555556 +4 0.9140625 0.3972222222222222 0.0203125 0.13333333333333333 +4 0.890625 0.36666666666666664 0.021875 0.1111111111111111 +1 0.5765625 0.20833333333333334 0.1046875 0.058333333333333334 +4 0.4375 0.4861111111111111 0.0203125 0.15555555555555556 +5 0.3609375 0.6666666666666666 0.065625 0.2111111111111111 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_008_mp4-0003_jpg.rf.5d7f9fccebcf193a15c71443b05f2273.txt b/datasets/combined/labels/train/shahbagh_008_mp4-0003_jpg.rf.5d7f9fccebcf193a15c71443b05f2273.txt new file mode 100644 index 0000000000000000000000000000000000000000..489cf49ecb56f6e51e551ec29b4b89c6d7804502 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_008_mp4-0003_jpg.rf.5d7f9fccebcf193a15c71443b05f2273.txt @@ -0,0 +1,34 @@ +4 0.3703125 0.8916666666666667 0.053125 0.21666666666666667 +4 0.88125 0.8972222222222223 0.053125 0.19722222222222222 +1 0.7734375 0.23055555555555557 0.128125 0.08611111111111111 +1 0.546875 0.24166666666666667 0.13125 0.075 +1 0.846875 0.3055555555555556 0.0875 0.1 +4 0.4609375 0.8277777777777777 0.0421875 0.2111111111111111 +4 0.71875 0.3472222222222222 0.034375 0.10555555555555556 +4 0.70625 0.5916666666666667 0.03125 0.11944444444444445 +4 0.9265625 0.6305555555555555 0.0421875 0.1527777777777778 +4 0.19375 0.6277777777777778 0.0359375 0.17222222222222222 +1 0.6125 0.14166666666666666 0.0484375 0.058333333333333334 +4 0.565625 0.30833333333333335 0.021875 0.09166666666666666 +4 0.4609375 0.40555555555555556 0.021875 0.11388888888888889 +4 0.6953125 0.19444444444444445 0.0234375 0.075 +4 0.50625 0.32222222222222224 0.0234375 0.10277777777777777 +4 0.534375 0.3277777777777778 0.0234375 0.10833333333333334 +1 0.6953125 0.12777777777777777 0.0359375 0.05555555555555555 +4 0.2953125 0.675 0.0421875 0.17777777777777778 +4 0.9328125 0.5361111111111111 0.040625 0.08888888888888889 +0 0.24375 0.8583333333333333 0.071875 0.10833333333333334 +4 0.246875 0.7611111111111111 0.0640625 0.18611111111111112 +1 0.6625 0.14444444444444443 0.0421875 0.05555555555555555 +4 0.4140625 0.5444444444444444 0.0328125 0.13333333333333333 +4 0.2921875 0.8416666666666667 0.059375 0.175 +5 0.125 0.6972222222222222 0.115625 0.25277777777777777 +5 0.6765625 0.7055555555555556 0.1046875 0.125 +5 0.3703125 0.4888888888888889 0.0359375 0.125 +5 0.3265625 0.3638888888888889 0.0359375 0.11944444444444445 +4 0.3390625 0.5194444444444445 0.025 0.13055555555555556 +4 0.9140625 0.3972222222222222 0.0203125 0.13333333333333333 +4 0.890625 0.36666666666666664 0.021875 0.1111111111111111 +1 0.5765625 0.20833333333333334 0.1046875 0.058333333333333334 +4 0.4375 0.4861111111111111 0.0203125 0.15555555555555556 +5 0.3609375 0.6666666666666666 0.065625 0.2111111111111111 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_008_mp4-0003_jpg.rf.7b25c6417c42be0ae574317540a1080d.txt b/datasets/combined/labels/train/shahbagh_008_mp4-0003_jpg.rf.7b25c6417c42be0ae574317540a1080d.txt new file mode 100644 index 0000000000000000000000000000000000000000..489cf49ecb56f6e51e551ec29b4b89c6d7804502 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_008_mp4-0003_jpg.rf.7b25c6417c42be0ae574317540a1080d.txt @@ -0,0 +1,34 @@ +4 0.3703125 0.8916666666666667 0.053125 0.21666666666666667 +4 0.88125 0.8972222222222223 0.053125 0.19722222222222222 +1 0.7734375 0.23055555555555557 0.128125 0.08611111111111111 +1 0.546875 0.24166666666666667 0.13125 0.075 +1 0.846875 0.3055555555555556 0.0875 0.1 +4 0.4609375 0.8277777777777777 0.0421875 0.2111111111111111 +4 0.71875 0.3472222222222222 0.034375 0.10555555555555556 +4 0.70625 0.5916666666666667 0.03125 0.11944444444444445 +4 0.9265625 0.6305555555555555 0.0421875 0.1527777777777778 +4 0.19375 0.6277777777777778 0.0359375 0.17222222222222222 +1 0.6125 0.14166666666666666 0.0484375 0.058333333333333334 +4 0.565625 0.30833333333333335 0.021875 0.09166666666666666 +4 0.4609375 0.40555555555555556 0.021875 0.11388888888888889 +4 0.6953125 0.19444444444444445 0.0234375 0.075 +4 0.50625 0.32222222222222224 0.0234375 0.10277777777777777 +4 0.534375 0.3277777777777778 0.0234375 0.10833333333333334 +1 0.6953125 0.12777777777777777 0.0359375 0.05555555555555555 +4 0.2953125 0.675 0.0421875 0.17777777777777778 +4 0.9328125 0.5361111111111111 0.040625 0.08888888888888889 +0 0.24375 0.8583333333333333 0.071875 0.10833333333333334 +4 0.246875 0.7611111111111111 0.0640625 0.18611111111111112 +1 0.6625 0.14444444444444443 0.0421875 0.05555555555555555 +4 0.4140625 0.5444444444444444 0.0328125 0.13333333333333333 +4 0.2921875 0.8416666666666667 0.059375 0.175 +5 0.125 0.6972222222222222 0.115625 0.25277777777777777 +5 0.6765625 0.7055555555555556 0.1046875 0.125 +5 0.3703125 0.4888888888888889 0.0359375 0.125 +5 0.3265625 0.3638888888888889 0.0359375 0.11944444444444445 +4 0.3390625 0.5194444444444445 0.025 0.13055555555555556 +4 0.9140625 0.3972222222222222 0.0203125 0.13333333333333333 +4 0.890625 0.36666666666666664 0.021875 0.1111111111111111 +1 0.5765625 0.20833333333333334 0.1046875 0.058333333333333334 +4 0.4375 0.4861111111111111 0.0203125 0.15555555555555556 +5 0.3609375 0.6666666666666666 0.065625 0.2111111111111111 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_008_mp4-0003_jpg.rf.addeeabf0f06c571bd78954e8dc49c85.txt b/datasets/combined/labels/train/shahbagh_008_mp4-0003_jpg.rf.addeeabf0f06c571bd78954e8dc49c85.txt new file mode 100644 index 0000000000000000000000000000000000000000..8ef726e998ae250119cc6d2fd195f302e77071d2 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_008_mp4-0003_jpg.rf.addeeabf0f06c571bd78954e8dc49c85.txt @@ -0,0 +1,34 @@ +4 0.6296875 0.8916666666666667 0.053125 0.21666666666666667 +4 0.11875 0.8972222222222223 0.053125 0.19722222222222222 +1 0.2265625 0.23055555555555557 0.128125 0.08611111111111111 +1 0.453125 0.24166666666666667 0.13125 0.075 +1 0.153125 0.3055555555555556 0.0875 0.1 +4 0.5390625 0.8277777777777777 0.0421875 0.2111111111111111 +4 0.28125 0.3472222222222222 0.034375 0.10555555555555556 +4 0.29375 0.5916666666666667 0.03125 0.11944444444444445 +4 0.0734375 0.6305555555555555 0.0421875 0.1527777777777778 +4 0.80625 0.6277777777777778 0.0359375 0.17222222222222222 +1 0.3875 0.14166666666666666 0.0484375 0.058333333333333334 +4 0.434375 0.30833333333333335 0.021875 0.09166666666666666 +4 0.5390625 0.40555555555555556 0.021875 0.11388888888888889 +4 0.3046875 0.19444444444444445 0.0234375 0.075 +4 0.49375 0.32222222222222224 0.0234375 0.10277777777777777 +4 0.465625 0.3277777777777778 0.0234375 0.10833333333333334 +1 0.3046875 0.12777777777777777 0.0359375 0.05555555555555555 +4 0.7046875 0.675 0.0421875 0.17777777777777778 +4 0.0671875 0.5361111111111111 0.040625 0.08888888888888889 +0 0.75625 0.8583333333333333 0.071875 0.10833333333333334 +4 0.753125 0.7611111111111111 0.0640625 0.18611111111111112 +1 0.3375 0.14444444444444443 0.0421875 0.05555555555555555 +4 0.5859375 0.5444444444444444 0.0328125 0.13333333333333333 +4 0.7078125 0.8416666666666667 0.059375 0.175 +5 0.875 0.6972222222222222 0.115625 0.25277777777777777 +5 0.3234375 0.7055555555555556 0.1046875 0.125 +5 0.6296875 0.4888888888888889 0.0359375 0.125 +5 0.6734375 0.3638888888888889 0.0359375 0.11944444444444445 +4 0.6609375 0.5194444444444445 0.025 0.13055555555555556 +4 0.0859375 0.3972222222222222 0.0203125 0.13333333333333333 +4 0.109375 0.36666666666666664 0.021875 0.1111111111111111 +1 0.4234375 0.20833333333333334 0.1046875 0.058333333333333334 +4 0.5625 0.4861111111111111 0.0203125 0.15555555555555556 +5 0.6390625 0.6666666666666666 0.065625 0.2111111111111111 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_008_mp4-0003_jpg.rf.b6a36d7ab7e6b81316c7fb2f0e58dcbb.txt b/datasets/combined/labels/train/shahbagh_008_mp4-0003_jpg.rf.b6a36d7ab7e6b81316c7fb2f0e58dcbb.txt new file mode 100644 index 0000000000000000000000000000000000000000..489cf49ecb56f6e51e551ec29b4b89c6d7804502 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_008_mp4-0003_jpg.rf.b6a36d7ab7e6b81316c7fb2f0e58dcbb.txt @@ -0,0 +1,34 @@ +4 0.3703125 0.8916666666666667 0.053125 0.21666666666666667 +4 0.88125 0.8972222222222223 0.053125 0.19722222222222222 +1 0.7734375 0.23055555555555557 0.128125 0.08611111111111111 +1 0.546875 0.24166666666666667 0.13125 0.075 +1 0.846875 0.3055555555555556 0.0875 0.1 +4 0.4609375 0.8277777777777777 0.0421875 0.2111111111111111 +4 0.71875 0.3472222222222222 0.034375 0.10555555555555556 +4 0.70625 0.5916666666666667 0.03125 0.11944444444444445 +4 0.9265625 0.6305555555555555 0.0421875 0.1527777777777778 +4 0.19375 0.6277777777777778 0.0359375 0.17222222222222222 +1 0.6125 0.14166666666666666 0.0484375 0.058333333333333334 +4 0.565625 0.30833333333333335 0.021875 0.09166666666666666 +4 0.4609375 0.40555555555555556 0.021875 0.11388888888888889 +4 0.6953125 0.19444444444444445 0.0234375 0.075 +4 0.50625 0.32222222222222224 0.0234375 0.10277777777777777 +4 0.534375 0.3277777777777778 0.0234375 0.10833333333333334 +1 0.6953125 0.12777777777777777 0.0359375 0.05555555555555555 +4 0.2953125 0.675 0.0421875 0.17777777777777778 +4 0.9328125 0.5361111111111111 0.040625 0.08888888888888889 +0 0.24375 0.8583333333333333 0.071875 0.10833333333333334 +4 0.246875 0.7611111111111111 0.0640625 0.18611111111111112 +1 0.6625 0.14444444444444443 0.0421875 0.05555555555555555 +4 0.4140625 0.5444444444444444 0.0328125 0.13333333333333333 +4 0.2921875 0.8416666666666667 0.059375 0.175 +5 0.125 0.6972222222222222 0.115625 0.25277777777777777 +5 0.6765625 0.7055555555555556 0.1046875 0.125 +5 0.3703125 0.4888888888888889 0.0359375 0.125 +5 0.3265625 0.3638888888888889 0.0359375 0.11944444444444445 +4 0.3390625 0.5194444444444445 0.025 0.13055555555555556 +4 0.9140625 0.3972222222222222 0.0203125 0.13333333333333333 +4 0.890625 0.36666666666666664 0.021875 0.1111111111111111 +1 0.5765625 0.20833333333333334 0.1046875 0.058333333333333334 +4 0.4375 0.4861111111111111 0.0203125 0.15555555555555556 +5 0.3609375 0.6666666666666666 0.065625 0.2111111111111111 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_008_mp4-0003_jpg.rf.eb250f82a25a049946be9e5f67a80bcd.txt b/datasets/combined/labels/train/shahbagh_008_mp4-0003_jpg.rf.eb250f82a25a049946be9e5f67a80bcd.txt new file mode 100644 index 0000000000000000000000000000000000000000..8ef726e998ae250119cc6d2fd195f302e77071d2 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_008_mp4-0003_jpg.rf.eb250f82a25a049946be9e5f67a80bcd.txt @@ -0,0 +1,34 @@ +4 0.6296875 0.8916666666666667 0.053125 0.21666666666666667 +4 0.11875 0.8972222222222223 0.053125 0.19722222222222222 +1 0.2265625 0.23055555555555557 0.128125 0.08611111111111111 +1 0.453125 0.24166666666666667 0.13125 0.075 +1 0.153125 0.3055555555555556 0.0875 0.1 +4 0.5390625 0.8277777777777777 0.0421875 0.2111111111111111 +4 0.28125 0.3472222222222222 0.034375 0.10555555555555556 +4 0.29375 0.5916666666666667 0.03125 0.11944444444444445 +4 0.0734375 0.6305555555555555 0.0421875 0.1527777777777778 +4 0.80625 0.6277777777777778 0.0359375 0.17222222222222222 +1 0.3875 0.14166666666666666 0.0484375 0.058333333333333334 +4 0.434375 0.30833333333333335 0.021875 0.09166666666666666 +4 0.5390625 0.40555555555555556 0.021875 0.11388888888888889 +4 0.3046875 0.19444444444444445 0.0234375 0.075 +4 0.49375 0.32222222222222224 0.0234375 0.10277777777777777 +4 0.465625 0.3277777777777778 0.0234375 0.10833333333333334 +1 0.3046875 0.12777777777777777 0.0359375 0.05555555555555555 +4 0.7046875 0.675 0.0421875 0.17777777777777778 +4 0.0671875 0.5361111111111111 0.040625 0.08888888888888889 +0 0.75625 0.8583333333333333 0.071875 0.10833333333333334 +4 0.753125 0.7611111111111111 0.0640625 0.18611111111111112 +1 0.3375 0.14444444444444443 0.0421875 0.05555555555555555 +4 0.5859375 0.5444444444444444 0.0328125 0.13333333333333333 +4 0.7078125 0.8416666666666667 0.059375 0.175 +5 0.875 0.6972222222222222 0.115625 0.25277777777777777 +5 0.3234375 0.7055555555555556 0.1046875 0.125 +5 0.6296875 0.4888888888888889 0.0359375 0.125 +5 0.6734375 0.3638888888888889 0.0359375 0.11944444444444445 +4 0.6609375 0.5194444444444445 0.025 0.13055555555555556 +4 0.0859375 0.3972222222222222 0.0203125 0.13333333333333333 +4 0.109375 0.36666666666666664 0.021875 0.1111111111111111 +1 0.4234375 0.20833333333333334 0.1046875 0.058333333333333334 +4 0.5625 0.4861111111111111 0.0203125 0.15555555555555556 +5 0.6390625 0.6666666666666666 0.065625 0.2111111111111111 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_008_mp4-0004_jpg.rf.1e1754bf252d7abda7f51a4ea7cf0bb9.txt b/datasets/combined/labels/train/shahbagh_008_mp4-0004_jpg.rf.1e1754bf252d7abda7f51a4ea7cf0bb9.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb3803b6c3a5c977e7b0da02671e74f7f3e7fc19 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_008_mp4-0004_jpg.rf.1e1754bf252d7abda7f51a4ea7cf0bb9.txt @@ -0,0 +1,31 @@ +4 0.3703125 0.8888888888888888 0.0546875 0.2222222222222222 +1 0.7703125 0.23333333333333334 0.1296875 0.08333333333333333 +4 0.8828125 0.8972222222222223 0.0515625 0.19722222222222222 +1 0.5421875 0.24166666666666667 0.125 0.06944444444444445 +1 0.846875 0.3055555555555556 0.0875 0.10277777777777777 +4 0.4609375 0.8416666666666667 0.040625 0.21388888888888888 +4 0.9296875 0.6361111111111111 0.04375 0.15555555555555556 +4 0.196875 0.6333333333333333 0.0375 0.175 +4 0.7171875 0.3472222222222222 0.0296875 0.10277777777777777 +1 0.6125 0.14166666666666666 0.046875 0.058333333333333334 +4 0.7078125 0.5916666666666667 0.03125 0.12222222222222222 +4 0.93125 0.5388888888888889 0.040625 0.09166666666666666 +4 0.6953125 0.19722222222222222 0.021875 0.075 +1 0.6953125 0.12777777777777777 0.034375 0.05 +4 0.5078125 0.32222222222222224 0.025 0.10277777777777777 +4 0.2953125 0.6777777777777778 0.0421875 0.175 +0 0.24375 0.8611111111111112 0.0734375 0.10833333333333334 +4 0.4609375 0.4083333333333333 0.021875 0.10833333333333334 +4 0.5671875 0.3055555555555556 0.0234375 0.09722222222222222 +4 0.534375 0.3277777777777778 0.021875 0.10833333333333334 +4 0.2921875 0.8416666666666667 0.059375 0.17222222222222222 +1 0.6640625 0.14444444444444443 0.040625 0.058333333333333334 +4 0.915625 0.4027777777777778 0.025 0.11666666666666667 +5 0.6796875 0.6972222222222222 0.103125 0.12222222222222222 +5 0.121875 0.6916666666666667 0.11875 0.2361111111111111 +5 0.3765625 0.5 0.0453125 0.14722222222222223 +5 0.3265625 0.36944444444444446 0.0375 0.12222222222222222 +4 0.415625 0.5555555555555556 0.021875 0.14722222222222223 +4 0.440625 0.49166666666666664 0.01875 0.1527777777777778 +5 0.3625 0.6694444444444444 0.05625 0.21944444444444444 +4 0.48125 0.3055555555555556 0.0203125 0.11666666666666667 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_008_mp4-0004_jpg.rf.24367db22d7ad88076d10a7fe48583e8.txt b/datasets/combined/labels/train/shahbagh_008_mp4-0004_jpg.rf.24367db22d7ad88076d10a7fe48583e8.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb3803b6c3a5c977e7b0da02671e74f7f3e7fc19 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_008_mp4-0004_jpg.rf.24367db22d7ad88076d10a7fe48583e8.txt @@ -0,0 +1,31 @@ +4 0.3703125 0.8888888888888888 0.0546875 0.2222222222222222 +1 0.7703125 0.23333333333333334 0.1296875 0.08333333333333333 +4 0.8828125 0.8972222222222223 0.0515625 0.19722222222222222 +1 0.5421875 0.24166666666666667 0.125 0.06944444444444445 +1 0.846875 0.3055555555555556 0.0875 0.10277777777777777 +4 0.4609375 0.8416666666666667 0.040625 0.21388888888888888 +4 0.9296875 0.6361111111111111 0.04375 0.15555555555555556 +4 0.196875 0.6333333333333333 0.0375 0.175 +4 0.7171875 0.3472222222222222 0.0296875 0.10277777777777777 +1 0.6125 0.14166666666666666 0.046875 0.058333333333333334 +4 0.7078125 0.5916666666666667 0.03125 0.12222222222222222 +4 0.93125 0.5388888888888889 0.040625 0.09166666666666666 +4 0.6953125 0.19722222222222222 0.021875 0.075 +1 0.6953125 0.12777777777777777 0.034375 0.05 +4 0.5078125 0.32222222222222224 0.025 0.10277777777777777 +4 0.2953125 0.6777777777777778 0.0421875 0.175 +0 0.24375 0.8611111111111112 0.0734375 0.10833333333333334 +4 0.4609375 0.4083333333333333 0.021875 0.10833333333333334 +4 0.5671875 0.3055555555555556 0.0234375 0.09722222222222222 +4 0.534375 0.3277777777777778 0.021875 0.10833333333333334 +4 0.2921875 0.8416666666666667 0.059375 0.17222222222222222 +1 0.6640625 0.14444444444444443 0.040625 0.058333333333333334 +4 0.915625 0.4027777777777778 0.025 0.11666666666666667 +5 0.6796875 0.6972222222222222 0.103125 0.12222222222222222 +5 0.121875 0.6916666666666667 0.11875 0.2361111111111111 +5 0.3765625 0.5 0.0453125 0.14722222222222223 +5 0.3265625 0.36944444444444446 0.0375 0.12222222222222222 +4 0.415625 0.5555555555555556 0.021875 0.14722222222222223 +4 0.440625 0.49166666666666664 0.01875 0.1527777777777778 +5 0.3625 0.6694444444444444 0.05625 0.21944444444444444 +4 0.48125 0.3055555555555556 0.0203125 0.11666666666666667 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_008_mp4-0004_jpg.rf.27e5c7e227c4f68dcf9a3509e6638ddf.txt b/datasets/combined/labels/train/shahbagh_008_mp4-0004_jpg.rf.27e5c7e227c4f68dcf9a3509e6638ddf.txt new file mode 100644 index 0000000000000000000000000000000000000000..408c95985598d236dce18bf8a7523688e8da91d9 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_008_mp4-0004_jpg.rf.27e5c7e227c4f68dcf9a3509e6638ddf.txt @@ -0,0 +1,31 @@ +4 0.6296875 0.8888888888888888 0.0546875 0.2222222222222222 +1 0.2296875 0.23333333333333334 0.1296875 0.08333333333333333 +4 0.1171875 0.8972222222222223 0.0515625 0.19722222222222222 +1 0.4578125 0.24166666666666667 0.125 0.06944444444444445 +1 0.153125 0.3055555555555556 0.0875 0.10277777777777777 +4 0.5390625 0.8416666666666667 0.040625 0.21388888888888888 +4 0.0703125 0.6361111111111111 0.04375 0.15555555555555556 +4 0.803125 0.6333333333333333 0.0375 0.175 +4 0.2828125 0.3472222222222222 0.0296875 0.10277777777777777 +1 0.3875 0.14166666666666666 0.046875 0.058333333333333334 +4 0.2921875 0.5916666666666667 0.03125 0.12222222222222222 +4 0.06875 0.5388888888888889 0.040625 0.09166666666666666 +4 0.3046875 0.19722222222222222 0.021875 0.075 +1 0.3046875 0.12777777777777777 0.034375 0.05 +4 0.4921875 0.32222222222222224 0.025 0.10277777777777777 +4 0.7046875 0.6777777777777778 0.0421875 0.175 +0 0.75625 0.8611111111111112 0.0734375 0.10833333333333334 +4 0.5390625 0.4083333333333333 0.021875 0.10833333333333334 +4 0.4328125 0.3055555555555556 0.0234375 0.09722222222222222 +4 0.465625 0.3277777777777778 0.021875 0.10833333333333334 +4 0.7078125 0.8416666666666667 0.059375 0.17222222222222222 +1 0.3359375 0.14444444444444443 0.040625 0.058333333333333334 +4 0.084375 0.4027777777777778 0.025 0.11666666666666667 +5 0.3203125 0.6972222222222222 0.103125 0.12222222222222222 +5 0.878125 0.6916666666666667 0.11875 0.2361111111111111 +5 0.6234375 0.5 0.0453125 0.14722222222222223 +5 0.6734375 0.36944444444444446 0.0375 0.12222222222222222 +4 0.584375 0.5555555555555556 0.021875 0.14722222222222223 +4 0.559375 0.49166666666666664 0.01875 0.1527777777777778 +5 0.6375 0.6694444444444444 0.05625 0.21944444444444444 +4 0.51875 0.3055555555555556 0.0203125 0.11666666666666667 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_008_mp4-0004_jpg.rf.566a7261c5dac3670ccb3099366f69f5.txt b/datasets/combined/labels/train/shahbagh_008_mp4-0004_jpg.rf.566a7261c5dac3670ccb3099366f69f5.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb3803b6c3a5c977e7b0da02671e74f7f3e7fc19 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_008_mp4-0004_jpg.rf.566a7261c5dac3670ccb3099366f69f5.txt @@ -0,0 +1,31 @@ +4 0.3703125 0.8888888888888888 0.0546875 0.2222222222222222 +1 0.7703125 0.23333333333333334 0.1296875 0.08333333333333333 +4 0.8828125 0.8972222222222223 0.0515625 0.19722222222222222 +1 0.5421875 0.24166666666666667 0.125 0.06944444444444445 +1 0.846875 0.3055555555555556 0.0875 0.10277777777777777 +4 0.4609375 0.8416666666666667 0.040625 0.21388888888888888 +4 0.9296875 0.6361111111111111 0.04375 0.15555555555555556 +4 0.196875 0.6333333333333333 0.0375 0.175 +4 0.7171875 0.3472222222222222 0.0296875 0.10277777777777777 +1 0.6125 0.14166666666666666 0.046875 0.058333333333333334 +4 0.7078125 0.5916666666666667 0.03125 0.12222222222222222 +4 0.93125 0.5388888888888889 0.040625 0.09166666666666666 +4 0.6953125 0.19722222222222222 0.021875 0.075 +1 0.6953125 0.12777777777777777 0.034375 0.05 +4 0.5078125 0.32222222222222224 0.025 0.10277777777777777 +4 0.2953125 0.6777777777777778 0.0421875 0.175 +0 0.24375 0.8611111111111112 0.0734375 0.10833333333333334 +4 0.4609375 0.4083333333333333 0.021875 0.10833333333333334 +4 0.5671875 0.3055555555555556 0.0234375 0.09722222222222222 +4 0.534375 0.3277777777777778 0.021875 0.10833333333333334 +4 0.2921875 0.8416666666666667 0.059375 0.17222222222222222 +1 0.6640625 0.14444444444444443 0.040625 0.058333333333333334 +4 0.915625 0.4027777777777778 0.025 0.11666666666666667 +5 0.6796875 0.6972222222222222 0.103125 0.12222222222222222 +5 0.121875 0.6916666666666667 0.11875 0.2361111111111111 +5 0.3765625 0.5 0.0453125 0.14722222222222223 +5 0.3265625 0.36944444444444446 0.0375 0.12222222222222222 +4 0.415625 0.5555555555555556 0.021875 0.14722222222222223 +4 0.440625 0.49166666666666664 0.01875 0.1527777777777778 +5 0.3625 0.6694444444444444 0.05625 0.21944444444444444 +4 0.48125 0.3055555555555556 0.0203125 0.11666666666666667 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_008_mp4-0004_jpg.rf.d1182d25eb0a131f8a79a9dd675e59ed.txt b/datasets/combined/labels/train/shahbagh_008_mp4-0004_jpg.rf.d1182d25eb0a131f8a79a9dd675e59ed.txt new file mode 100644 index 0000000000000000000000000000000000000000..408c95985598d236dce18bf8a7523688e8da91d9 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_008_mp4-0004_jpg.rf.d1182d25eb0a131f8a79a9dd675e59ed.txt @@ -0,0 +1,31 @@ +4 0.6296875 0.8888888888888888 0.0546875 0.2222222222222222 +1 0.2296875 0.23333333333333334 0.1296875 0.08333333333333333 +4 0.1171875 0.8972222222222223 0.0515625 0.19722222222222222 +1 0.4578125 0.24166666666666667 0.125 0.06944444444444445 +1 0.153125 0.3055555555555556 0.0875 0.10277777777777777 +4 0.5390625 0.8416666666666667 0.040625 0.21388888888888888 +4 0.0703125 0.6361111111111111 0.04375 0.15555555555555556 +4 0.803125 0.6333333333333333 0.0375 0.175 +4 0.2828125 0.3472222222222222 0.0296875 0.10277777777777777 +1 0.3875 0.14166666666666666 0.046875 0.058333333333333334 +4 0.2921875 0.5916666666666667 0.03125 0.12222222222222222 +4 0.06875 0.5388888888888889 0.040625 0.09166666666666666 +4 0.3046875 0.19722222222222222 0.021875 0.075 +1 0.3046875 0.12777777777777777 0.034375 0.05 +4 0.4921875 0.32222222222222224 0.025 0.10277777777777777 +4 0.7046875 0.6777777777777778 0.0421875 0.175 +0 0.75625 0.8611111111111112 0.0734375 0.10833333333333334 +4 0.5390625 0.4083333333333333 0.021875 0.10833333333333334 +4 0.4328125 0.3055555555555556 0.0234375 0.09722222222222222 +4 0.465625 0.3277777777777778 0.021875 0.10833333333333334 +4 0.7078125 0.8416666666666667 0.059375 0.17222222222222222 +1 0.3359375 0.14444444444444443 0.040625 0.058333333333333334 +4 0.084375 0.4027777777777778 0.025 0.11666666666666667 +5 0.3203125 0.6972222222222222 0.103125 0.12222222222222222 +5 0.878125 0.6916666666666667 0.11875 0.2361111111111111 +5 0.6234375 0.5 0.0453125 0.14722222222222223 +5 0.6734375 0.36944444444444446 0.0375 0.12222222222222222 +4 0.584375 0.5555555555555556 0.021875 0.14722222222222223 +4 0.559375 0.49166666666666664 0.01875 0.1527777777777778 +5 0.6375 0.6694444444444444 0.05625 0.21944444444444444 +4 0.51875 0.3055555555555556 0.0203125 0.11666666666666667 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_008_mp4-0004_jpg.rf.e4b19406a73e20f22da7a501840cd766.txt b/datasets/combined/labels/train/shahbagh_008_mp4-0004_jpg.rf.e4b19406a73e20f22da7a501840cd766.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb3803b6c3a5c977e7b0da02671e74f7f3e7fc19 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_008_mp4-0004_jpg.rf.e4b19406a73e20f22da7a501840cd766.txt @@ -0,0 +1,31 @@ +4 0.3703125 0.8888888888888888 0.0546875 0.2222222222222222 +1 0.7703125 0.23333333333333334 0.1296875 0.08333333333333333 +4 0.8828125 0.8972222222222223 0.0515625 0.19722222222222222 +1 0.5421875 0.24166666666666667 0.125 0.06944444444444445 +1 0.846875 0.3055555555555556 0.0875 0.10277777777777777 +4 0.4609375 0.8416666666666667 0.040625 0.21388888888888888 +4 0.9296875 0.6361111111111111 0.04375 0.15555555555555556 +4 0.196875 0.6333333333333333 0.0375 0.175 +4 0.7171875 0.3472222222222222 0.0296875 0.10277777777777777 +1 0.6125 0.14166666666666666 0.046875 0.058333333333333334 +4 0.7078125 0.5916666666666667 0.03125 0.12222222222222222 +4 0.93125 0.5388888888888889 0.040625 0.09166666666666666 +4 0.6953125 0.19722222222222222 0.021875 0.075 +1 0.6953125 0.12777777777777777 0.034375 0.05 +4 0.5078125 0.32222222222222224 0.025 0.10277777777777777 +4 0.2953125 0.6777777777777778 0.0421875 0.175 +0 0.24375 0.8611111111111112 0.0734375 0.10833333333333334 +4 0.4609375 0.4083333333333333 0.021875 0.10833333333333334 +4 0.5671875 0.3055555555555556 0.0234375 0.09722222222222222 +4 0.534375 0.3277777777777778 0.021875 0.10833333333333334 +4 0.2921875 0.8416666666666667 0.059375 0.17222222222222222 +1 0.6640625 0.14444444444444443 0.040625 0.058333333333333334 +4 0.915625 0.4027777777777778 0.025 0.11666666666666667 +5 0.6796875 0.6972222222222222 0.103125 0.12222222222222222 +5 0.121875 0.6916666666666667 0.11875 0.2361111111111111 +5 0.3765625 0.5 0.0453125 0.14722222222222223 +5 0.3265625 0.36944444444444446 0.0375 0.12222222222222222 +4 0.415625 0.5555555555555556 0.021875 0.14722222222222223 +4 0.440625 0.49166666666666664 0.01875 0.1527777777777778 +5 0.3625 0.6694444444444444 0.05625 0.21944444444444444 +4 0.48125 0.3055555555555556 0.0203125 0.11666666666666667 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_008_mp4-0004_jpg.rf.fd1447d665aafc4954499cb3a2d379e6.txt b/datasets/combined/labels/train/shahbagh_008_mp4-0004_jpg.rf.fd1447d665aafc4954499cb3a2d379e6.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb3803b6c3a5c977e7b0da02671e74f7f3e7fc19 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_008_mp4-0004_jpg.rf.fd1447d665aafc4954499cb3a2d379e6.txt @@ -0,0 +1,31 @@ +4 0.3703125 0.8888888888888888 0.0546875 0.2222222222222222 +1 0.7703125 0.23333333333333334 0.1296875 0.08333333333333333 +4 0.8828125 0.8972222222222223 0.0515625 0.19722222222222222 +1 0.5421875 0.24166666666666667 0.125 0.06944444444444445 +1 0.846875 0.3055555555555556 0.0875 0.10277777777777777 +4 0.4609375 0.8416666666666667 0.040625 0.21388888888888888 +4 0.9296875 0.6361111111111111 0.04375 0.15555555555555556 +4 0.196875 0.6333333333333333 0.0375 0.175 +4 0.7171875 0.3472222222222222 0.0296875 0.10277777777777777 +1 0.6125 0.14166666666666666 0.046875 0.058333333333333334 +4 0.7078125 0.5916666666666667 0.03125 0.12222222222222222 +4 0.93125 0.5388888888888889 0.040625 0.09166666666666666 +4 0.6953125 0.19722222222222222 0.021875 0.075 +1 0.6953125 0.12777777777777777 0.034375 0.05 +4 0.5078125 0.32222222222222224 0.025 0.10277777777777777 +4 0.2953125 0.6777777777777778 0.0421875 0.175 +0 0.24375 0.8611111111111112 0.0734375 0.10833333333333334 +4 0.4609375 0.4083333333333333 0.021875 0.10833333333333334 +4 0.5671875 0.3055555555555556 0.0234375 0.09722222222222222 +4 0.534375 0.3277777777777778 0.021875 0.10833333333333334 +4 0.2921875 0.8416666666666667 0.059375 0.17222222222222222 +1 0.6640625 0.14444444444444443 0.040625 0.058333333333333334 +4 0.915625 0.4027777777777778 0.025 0.11666666666666667 +5 0.6796875 0.6972222222222222 0.103125 0.12222222222222222 +5 0.121875 0.6916666666666667 0.11875 0.2361111111111111 +5 0.3765625 0.5 0.0453125 0.14722222222222223 +5 0.3265625 0.36944444444444446 0.0375 0.12222222222222222 +4 0.415625 0.5555555555555556 0.021875 0.14722222222222223 +4 0.440625 0.49166666666666664 0.01875 0.1527777777777778 +5 0.3625 0.6694444444444444 0.05625 0.21944444444444444 +4 0.48125 0.3055555555555556 0.0203125 0.11666666666666667 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_008_mp4-0006_jpg.rf.47cf70af35aa07d4d239f5942fa6aa41.txt b/datasets/combined/labels/train/shahbagh_008_mp4-0006_jpg.rf.47cf70af35aa07d4d239f5942fa6aa41.txt new file mode 100644 index 0000000000000000000000000000000000000000..19df5acee9ff141251a46c840dbcec3a95632404 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_008_mp4-0006_jpg.rf.47cf70af35aa07d4d239f5942fa6aa41.txt @@ -0,0 +1,33 @@ +1 0.7625 0.23333333333333334 0.1234375 0.08055555555555556 +4 0.3703125 0.8888888888888888 0.053125 0.21388888888888888 +4 0.884375 0.8972222222222223 0.0546875 0.20555555555555555 +1 0.84375 0.30833333333333335 0.0828125 0.1 +1 0.540625 0.24166666666666667 0.128125 0.07222222222222222 +4 0.9296875 0.6388888888888888 0.0421875 0.16111111111111112 +4 0.4625 0.8166666666666667 0.0390625 0.21388888888888888 +4 0.19375 0.6277777777777778 0.0375 0.16944444444444445 +4 0.5078125 0.31666666666666665 0.025 0.10277777777777777 +4 0.9234375 0.5444444444444444 0.0453125 0.1 +4 0.2953125 0.6638888888888889 0.04375 0.17777777777777778 +4 0.6953125 0.19444444444444445 0.0234375 0.075 +4 0.7078125 0.34444444444444444 0.0328125 0.10833333333333334 +1 0.6140625 0.1388888888888889 0.046875 0.06111111111111111 +4 0.7171875 0.5694444444444444 0.028125 0.08888888888888889 +1 0.6953125 0.12777777777777777 0.0359375 0.05555555555555555 +4 0.4609375 0.40555555555555556 0.0203125 0.11388888888888889 +4 0.4171875 0.5472222222222223 0.03125 0.14166666666666666 +5 0.1296875 0.6861111111111111 0.121875 0.24166666666666667 +4 0.2921875 0.8416666666666667 0.0640625 0.16944444444444445 +0 0.11875 0.7222222222222222 0.0984375 0.1111111111111111 +5 0.690625 0.6944444444444444 0.1046875 0.15555555555555556 +5 0.3890625 0.3194444444444444 0.0359375 0.08611111111111111 +5 0.328125 0.37222222222222223 0.0390625 0.11944444444444445 +5 0.359375 0.25555555555555554 0.0390625 0.09444444444444444 +4 0.9234375 0.40555555555555556 0.0296875 0.13055555555555556 +4 0.5640625 0.30277777777777776 0.021875 0.10555555555555556 +4 0.534375 0.33055555555555555 0.025 0.11388888888888889 +4 0.48125 0.3055555555555556 0.0203125 0.10277777777777777 +5 0.3609375 0.6722222222222223 0.053125 0.21944444444444444 +4 0.4359375 0.48333333333333334 0.021875 0.14166666666666666 +5 0.3734375 0.5 0.0375 0.13055555555555556 +5 0.4421875 0.2722222222222222 0.059375 0.08888888888888889 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_008_mp4-0006_jpg.rf.57ad61d62e068115f7ef8fb7c0dfd589.txt b/datasets/combined/labels/train/shahbagh_008_mp4-0006_jpg.rf.57ad61d62e068115f7ef8fb7c0dfd589.txt new file mode 100644 index 0000000000000000000000000000000000000000..19df5acee9ff141251a46c840dbcec3a95632404 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_008_mp4-0006_jpg.rf.57ad61d62e068115f7ef8fb7c0dfd589.txt @@ -0,0 +1,33 @@ +1 0.7625 0.23333333333333334 0.1234375 0.08055555555555556 +4 0.3703125 0.8888888888888888 0.053125 0.21388888888888888 +4 0.884375 0.8972222222222223 0.0546875 0.20555555555555555 +1 0.84375 0.30833333333333335 0.0828125 0.1 +1 0.540625 0.24166666666666667 0.128125 0.07222222222222222 +4 0.9296875 0.6388888888888888 0.0421875 0.16111111111111112 +4 0.4625 0.8166666666666667 0.0390625 0.21388888888888888 +4 0.19375 0.6277777777777778 0.0375 0.16944444444444445 +4 0.5078125 0.31666666666666665 0.025 0.10277777777777777 +4 0.9234375 0.5444444444444444 0.0453125 0.1 +4 0.2953125 0.6638888888888889 0.04375 0.17777777777777778 +4 0.6953125 0.19444444444444445 0.0234375 0.075 +4 0.7078125 0.34444444444444444 0.0328125 0.10833333333333334 +1 0.6140625 0.1388888888888889 0.046875 0.06111111111111111 +4 0.7171875 0.5694444444444444 0.028125 0.08888888888888889 +1 0.6953125 0.12777777777777777 0.0359375 0.05555555555555555 +4 0.4609375 0.40555555555555556 0.0203125 0.11388888888888889 +4 0.4171875 0.5472222222222223 0.03125 0.14166666666666666 +5 0.1296875 0.6861111111111111 0.121875 0.24166666666666667 +4 0.2921875 0.8416666666666667 0.0640625 0.16944444444444445 +0 0.11875 0.7222222222222222 0.0984375 0.1111111111111111 +5 0.690625 0.6944444444444444 0.1046875 0.15555555555555556 +5 0.3890625 0.3194444444444444 0.0359375 0.08611111111111111 +5 0.328125 0.37222222222222223 0.0390625 0.11944444444444445 +5 0.359375 0.25555555555555554 0.0390625 0.09444444444444444 +4 0.9234375 0.40555555555555556 0.0296875 0.13055555555555556 +4 0.5640625 0.30277777777777776 0.021875 0.10555555555555556 +4 0.534375 0.33055555555555555 0.025 0.11388888888888889 +4 0.48125 0.3055555555555556 0.0203125 0.10277777777777777 +5 0.3609375 0.6722222222222223 0.053125 0.21944444444444444 +4 0.4359375 0.48333333333333334 0.021875 0.14166666666666666 +5 0.3734375 0.5 0.0375 0.13055555555555556 +5 0.4421875 0.2722222222222222 0.059375 0.08888888888888889 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_008_mp4-0006_jpg.rf.73b1e13436534c9a884a175b9c48d0fb.txt b/datasets/combined/labels/train/shahbagh_008_mp4-0006_jpg.rf.73b1e13436534c9a884a175b9c48d0fb.txt new file mode 100644 index 0000000000000000000000000000000000000000..19df5acee9ff141251a46c840dbcec3a95632404 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_008_mp4-0006_jpg.rf.73b1e13436534c9a884a175b9c48d0fb.txt @@ -0,0 +1,33 @@ +1 0.7625 0.23333333333333334 0.1234375 0.08055555555555556 +4 0.3703125 0.8888888888888888 0.053125 0.21388888888888888 +4 0.884375 0.8972222222222223 0.0546875 0.20555555555555555 +1 0.84375 0.30833333333333335 0.0828125 0.1 +1 0.540625 0.24166666666666667 0.128125 0.07222222222222222 +4 0.9296875 0.6388888888888888 0.0421875 0.16111111111111112 +4 0.4625 0.8166666666666667 0.0390625 0.21388888888888888 +4 0.19375 0.6277777777777778 0.0375 0.16944444444444445 +4 0.5078125 0.31666666666666665 0.025 0.10277777777777777 +4 0.9234375 0.5444444444444444 0.0453125 0.1 +4 0.2953125 0.6638888888888889 0.04375 0.17777777777777778 +4 0.6953125 0.19444444444444445 0.0234375 0.075 +4 0.7078125 0.34444444444444444 0.0328125 0.10833333333333334 +1 0.6140625 0.1388888888888889 0.046875 0.06111111111111111 +4 0.7171875 0.5694444444444444 0.028125 0.08888888888888889 +1 0.6953125 0.12777777777777777 0.0359375 0.05555555555555555 +4 0.4609375 0.40555555555555556 0.0203125 0.11388888888888889 +4 0.4171875 0.5472222222222223 0.03125 0.14166666666666666 +5 0.1296875 0.6861111111111111 0.121875 0.24166666666666667 +4 0.2921875 0.8416666666666667 0.0640625 0.16944444444444445 +0 0.11875 0.7222222222222222 0.0984375 0.1111111111111111 +5 0.690625 0.6944444444444444 0.1046875 0.15555555555555556 +5 0.3890625 0.3194444444444444 0.0359375 0.08611111111111111 +5 0.328125 0.37222222222222223 0.0390625 0.11944444444444445 +5 0.359375 0.25555555555555554 0.0390625 0.09444444444444444 +4 0.9234375 0.40555555555555556 0.0296875 0.13055555555555556 +4 0.5640625 0.30277777777777776 0.021875 0.10555555555555556 +4 0.534375 0.33055555555555555 0.025 0.11388888888888889 +4 0.48125 0.3055555555555556 0.0203125 0.10277777777777777 +5 0.3609375 0.6722222222222223 0.053125 0.21944444444444444 +4 0.4359375 0.48333333333333334 0.021875 0.14166666666666666 +5 0.3734375 0.5 0.0375 0.13055555555555556 +5 0.4421875 0.2722222222222222 0.059375 0.08888888888888889 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_008_mp4-0006_jpg.rf.8cfb9163a392e9c07b66c0be0e9205d4.txt b/datasets/combined/labels/train/shahbagh_008_mp4-0006_jpg.rf.8cfb9163a392e9c07b66c0be0e9205d4.txt new file mode 100644 index 0000000000000000000000000000000000000000..1444253f98434c11de2d1801bf2c02a7b74feadb --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_008_mp4-0006_jpg.rf.8cfb9163a392e9c07b66c0be0e9205d4.txt @@ -0,0 +1,33 @@ +1 0.2375 0.23333333333333334 0.1234375 0.08055555555555556 +4 0.6296875 0.8888888888888888 0.053125 0.21388888888888888 +4 0.115625 0.8972222222222223 0.0546875 0.20555555555555555 +1 0.15625 0.30833333333333335 0.0828125 0.1 +1 0.459375 0.24166666666666667 0.128125 0.07222222222222222 +4 0.0703125 0.6388888888888888 0.0421875 0.16111111111111112 +4 0.5375 0.8166666666666667 0.0390625 0.21388888888888888 +4 0.80625 0.6277777777777778 0.0375 0.16944444444444445 +4 0.4921875 0.31666666666666665 0.025 0.10277777777777777 +4 0.0765625 0.5444444444444444 0.0453125 0.1 +4 0.7046875 0.6638888888888889 0.04375 0.17777777777777778 +4 0.3046875 0.19444444444444445 0.0234375 0.075 +4 0.2921875 0.34444444444444444 0.0328125 0.10833333333333334 +1 0.3859375 0.1388888888888889 0.046875 0.06111111111111111 +4 0.2828125 0.5694444444444444 0.028125 0.08888888888888889 +1 0.3046875 0.12777777777777777 0.0359375 0.05555555555555555 +4 0.5390625 0.40555555555555556 0.0203125 0.11388888888888889 +4 0.5828125 0.5472222222222223 0.03125 0.14166666666666666 +5 0.8703125 0.6861111111111111 0.121875 0.24166666666666667 +4 0.7078125 0.8416666666666667 0.0640625 0.16944444444444445 +0 0.88125 0.7222222222222222 0.0984375 0.1111111111111111 +5 0.309375 0.6944444444444444 0.1046875 0.15555555555555556 +5 0.6109375 0.3194444444444444 0.0359375 0.08611111111111111 +5 0.671875 0.37222222222222223 0.0390625 0.11944444444444445 +5 0.640625 0.25555555555555554 0.0390625 0.09444444444444444 +4 0.0765625 0.40555555555555556 0.0296875 0.13055555555555556 +4 0.4359375 0.30277777777777776 0.021875 0.10555555555555556 +4 0.465625 0.33055555555555555 0.025 0.11388888888888889 +4 0.51875 0.3055555555555556 0.0203125 0.10277777777777777 +5 0.6390625 0.6722222222222223 0.053125 0.21944444444444444 +4 0.5640625 0.48333333333333334 0.021875 0.14166666666666666 +5 0.6265625 0.5 0.0375 0.13055555555555556 +5 0.5578125 0.2722222222222222 0.059375 0.08888888888888889 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_008_mp4-0006_jpg.rf.ae60c458a6c91eada772b389354acdae.txt b/datasets/combined/labels/train/shahbagh_008_mp4-0006_jpg.rf.ae60c458a6c91eada772b389354acdae.txt new file mode 100644 index 0000000000000000000000000000000000000000..1444253f98434c11de2d1801bf2c02a7b74feadb --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_008_mp4-0006_jpg.rf.ae60c458a6c91eada772b389354acdae.txt @@ -0,0 +1,33 @@ +1 0.2375 0.23333333333333334 0.1234375 0.08055555555555556 +4 0.6296875 0.8888888888888888 0.053125 0.21388888888888888 +4 0.115625 0.8972222222222223 0.0546875 0.20555555555555555 +1 0.15625 0.30833333333333335 0.0828125 0.1 +1 0.459375 0.24166666666666667 0.128125 0.07222222222222222 +4 0.0703125 0.6388888888888888 0.0421875 0.16111111111111112 +4 0.5375 0.8166666666666667 0.0390625 0.21388888888888888 +4 0.80625 0.6277777777777778 0.0375 0.16944444444444445 +4 0.4921875 0.31666666666666665 0.025 0.10277777777777777 +4 0.0765625 0.5444444444444444 0.0453125 0.1 +4 0.7046875 0.6638888888888889 0.04375 0.17777777777777778 +4 0.3046875 0.19444444444444445 0.0234375 0.075 +4 0.2921875 0.34444444444444444 0.0328125 0.10833333333333334 +1 0.3859375 0.1388888888888889 0.046875 0.06111111111111111 +4 0.2828125 0.5694444444444444 0.028125 0.08888888888888889 +1 0.3046875 0.12777777777777777 0.0359375 0.05555555555555555 +4 0.5390625 0.40555555555555556 0.0203125 0.11388888888888889 +4 0.5828125 0.5472222222222223 0.03125 0.14166666666666666 +5 0.8703125 0.6861111111111111 0.121875 0.24166666666666667 +4 0.7078125 0.8416666666666667 0.0640625 0.16944444444444445 +0 0.88125 0.7222222222222222 0.0984375 0.1111111111111111 +5 0.309375 0.6944444444444444 0.1046875 0.15555555555555556 +5 0.6109375 0.3194444444444444 0.0359375 0.08611111111111111 +5 0.671875 0.37222222222222223 0.0390625 0.11944444444444445 +5 0.640625 0.25555555555555554 0.0390625 0.09444444444444444 +4 0.0765625 0.40555555555555556 0.0296875 0.13055555555555556 +4 0.4359375 0.30277777777777776 0.021875 0.10555555555555556 +4 0.465625 0.33055555555555555 0.025 0.11388888888888889 +4 0.51875 0.3055555555555556 0.0203125 0.10277777777777777 +5 0.6390625 0.6722222222222223 0.053125 0.21944444444444444 +4 0.5640625 0.48333333333333334 0.021875 0.14166666666666666 +5 0.6265625 0.5 0.0375 0.13055555555555556 +5 0.5578125 0.2722222222222222 0.059375 0.08888888888888889 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_008_mp4-0006_jpg.rf.ba9dda3e69bb3f00294c78b630f5b1b1.txt b/datasets/combined/labels/train/shahbagh_008_mp4-0006_jpg.rf.ba9dda3e69bb3f00294c78b630f5b1b1.txt new file mode 100644 index 0000000000000000000000000000000000000000..1444253f98434c11de2d1801bf2c02a7b74feadb --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_008_mp4-0006_jpg.rf.ba9dda3e69bb3f00294c78b630f5b1b1.txt @@ -0,0 +1,33 @@ +1 0.2375 0.23333333333333334 0.1234375 0.08055555555555556 +4 0.6296875 0.8888888888888888 0.053125 0.21388888888888888 +4 0.115625 0.8972222222222223 0.0546875 0.20555555555555555 +1 0.15625 0.30833333333333335 0.0828125 0.1 +1 0.459375 0.24166666666666667 0.128125 0.07222222222222222 +4 0.0703125 0.6388888888888888 0.0421875 0.16111111111111112 +4 0.5375 0.8166666666666667 0.0390625 0.21388888888888888 +4 0.80625 0.6277777777777778 0.0375 0.16944444444444445 +4 0.4921875 0.31666666666666665 0.025 0.10277777777777777 +4 0.0765625 0.5444444444444444 0.0453125 0.1 +4 0.7046875 0.6638888888888889 0.04375 0.17777777777777778 +4 0.3046875 0.19444444444444445 0.0234375 0.075 +4 0.2921875 0.34444444444444444 0.0328125 0.10833333333333334 +1 0.3859375 0.1388888888888889 0.046875 0.06111111111111111 +4 0.2828125 0.5694444444444444 0.028125 0.08888888888888889 +1 0.3046875 0.12777777777777777 0.0359375 0.05555555555555555 +4 0.5390625 0.40555555555555556 0.0203125 0.11388888888888889 +4 0.5828125 0.5472222222222223 0.03125 0.14166666666666666 +5 0.8703125 0.6861111111111111 0.121875 0.24166666666666667 +4 0.7078125 0.8416666666666667 0.0640625 0.16944444444444445 +0 0.88125 0.7222222222222222 0.0984375 0.1111111111111111 +5 0.309375 0.6944444444444444 0.1046875 0.15555555555555556 +5 0.6109375 0.3194444444444444 0.0359375 0.08611111111111111 +5 0.671875 0.37222222222222223 0.0390625 0.11944444444444445 +5 0.640625 0.25555555555555554 0.0390625 0.09444444444444444 +4 0.0765625 0.40555555555555556 0.0296875 0.13055555555555556 +4 0.4359375 0.30277777777777776 0.021875 0.10555555555555556 +4 0.465625 0.33055555555555555 0.025 0.11388888888888889 +4 0.51875 0.3055555555555556 0.0203125 0.10277777777777777 +5 0.6390625 0.6722222222222223 0.053125 0.21944444444444444 +4 0.5640625 0.48333333333333334 0.021875 0.14166666666666666 +5 0.6265625 0.5 0.0375 0.13055555555555556 +5 0.5578125 0.2722222222222222 0.059375 0.08888888888888889 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_008_mp4-0006_jpg.rf.ece3421500c71c8d9d8e57820e5de169.txt b/datasets/combined/labels/train/shahbagh_008_mp4-0006_jpg.rf.ece3421500c71c8d9d8e57820e5de169.txt new file mode 100644 index 0000000000000000000000000000000000000000..1444253f98434c11de2d1801bf2c02a7b74feadb --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_008_mp4-0006_jpg.rf.ece3421500c71c8d9d8e57820e5de169.txt @@ -0,0 +1,33 @@ +1 0.2375 0.23333333333333334 0.1234375 0.08055555555555556 +4 0.6296875 0.8888888888888888 0.053125 0.21388888888888888 +4 0.115625 0.8972222222222223 0.0546875 0.20555555555555555 +1 0.15625 0.30833333333333335 0.0828125 0.1 +1 0.459375 0.24166666666666667 0.128125 0.07222222222222222 +4 0.0703125 0.6388888888888888 0.0421875 0.16111111111111112 +4 0.5375 0.8166666666666667 0.0390625 0.21388888888888888 +4 0.80625 0.6277777777777778 0.0375 0.16944444444444445 +4 0.4921875 0.31666666666666665 0.025 0.10277777777777777 +4 0.0765625 0.5444444444444444 0.0453125 0.1 +4 0.7046875 0.6638888888888889 0.04375 0.17777777777777778 +4 0.3046875 0.19444444444444445 0.0234375 0.075 +4 0.2921875 0.34444444444444444 0.0328125 0.10833333333333334 +1 0.3859375 0.1388888888888889 0.046875 0.06111111111111111 +4 0.2828125 0.5694444444444444 0.028125 0.08888888888888889 +1 0.3046875 0.12777777777777777 0.0359375 0.05555555555555555 +4 0.5390625 0.40555555555555556 0.0203125 0.11388888888888889 +4 0.5828125 0.5472222222222223 0.03125 0.14166666666666666 +5 0.8703125 0.6861111111111111 0.121875 0.24166666666666667 +4 0.7078125 0.8416666666666667 0.0640625 0.16944444444444445 +0 0.88125 0.7222222222222222 0.0984375 0.1111111111111111 +5 0.309375 0.6944444444444444 0.1046875 0.15555555555555556 +5 0.6109375 0.3194444444444444 0.0359375 0.08611111111111111 +5 0.671875 0.37222222222222223 0.0390625 0.11944444444444445 +5 0.640625 0.25555555555555554 0.0390625 0.09444444444444444 +4 0.0765625 0.40555555555555556 0.0296875 0.13055555555555556 +4 0.4359375 0.30277777777777776 0.021875 0.10555555555555556 +4 0.465625 0.33055555555555555 0.025 0.11388888888888889 +4 0.51875 0.3055555555555556 0.0203125 0.10277777777777777 +5 0.6390625 0.6722222222222223 0.053125 0.21944444444444444 +4 0.5640625 0.48333333333333334 0.021875 0.14166666666666666 +5 0.6265625 0.5 0.0375 0.13055555555555556 +5 0.5578125 0.2722222222222222 0.059375 0.08888888888888889 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_009_mp4-0269_jpg.rf.0b892bbc0fb5d97185392ade13c863b3.txt b/datasets/combined/labels/train/shahbagh_009_mp4-0269_jpg.rf.0b892bbc0fb5d97185392ade13c863b3.txt new file mode 100644 index 0000000000000000000000000000000000000000..a32490ff3941db83864922975da4ede65c2f35e5 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_009_mp4-0269_jpg.rf.0b892bbc0fb5d97185392ade13c863b3.txt @@ -0,0 +1,28 @@ +4 0.4453125 0.5972222222222222 0.05 0.19444444444444445 +4 0.4109375 0.9444444444444444 0.0515625 0.10833333333333334 +4 0.6046875 0.7055555555555556 0.04375 0.2111111111111111 +4 0.06875 0.9527777777777777 0.05625 0.08888888888888889 +4 0.671875 0.5944444444444444 0.0359375 0.16666666666666666 +5 0.36875 0.41944444444444445 0.046875 0.10277777777777777 +4 0.49375 0.44722222222222224 0.0328125 0.15833333333333333 +4 0.9734375 0.5222222222222223 0.03125 0.10277777777777777 +5 0.1265625 0.6277777777777778 0.1125 0.2388888888888889 +4 0.325 0.3472222222222222 0.0234375 0.10833333333333334 +3 0.6109375 0.17777777777777778 0.059375 0.06111111111111111 +4 0.4921875 0.18888888888888888 0.0125 0.09444444444444444 +4 0.45 0.5083333333333333 0.021875 0.03611111111111111 +4 0.3984375 0.7055555555555556 0.046875 0.14722222222222223 +4 0.3109375 0.8583333333333333 0.0515625 0.24166666666666667 +4 0.515625 0.5222222222222223 0.03125 0.175 +2 0.553125 0.25833333333333336 0.0890625 0.11666666666666667 +2 0.55 0.15555555555555556 0.0421875 0.08611111111111111 +4 0.4640625 0.44722222222222224 0.0265625 0.1527777777777778 +1 0.7078125 0.3861111111111111 0.09375 0.18333333333333332 +1 0.8015625 0.2611111111111111 0.0796875 0.1527777777777778 +1 0.871875 0.17777777777777778 0.08125 0.06944444444444445 +4 0.1875 0.5722222222222222 0.0265625 0.19444444444444445 +5 0.3578125 0.6361111111111111 0.0609375 0.24444444444444444 +4 0.3078125 0.5166666666666667 0.021875 0.18611111111111112 +4 0.2828125 0.5666666666666667 0.0234375 0.20555555555555555 +4 0.3 0.3611111111111111 0.01875 0.1388888888888889 +4 0.3296875 0.46944444444444444 0.0203125 0.14722222222222223 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_009_mp4-0269_jpg.rf.1ddf681cae041aac880d4e2b97667278.txt b/datasets/combined/labels/train/shahbagh_009_mp4-0269_jpg.rf.1ddf681cae041aac880d4e2b97667278.txt new file mode 100644 index 0000000000000000000000000000000000000000..98fc877adeeececd6f88fee460c6e284cc024c30 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_009_mp4-0269_jpg.rf.1ddf681cae041aac880d4e2b97667278.txt @@ -0,0 +1,28 @@ +4 0.5546875 0.5972222222222222 0.05 0.19444444444444445 +4 0.5890625 0.9444444444444444 0.0515625 0.10833333333333334 +4 0.3953125 0.7055555555555556 0.04375 0.2111111111111111 +4 0.93125 0.9527777777777777 0.05625 0.08888888888888889 +4 0.328125 0.5944444444444444 0.0359375 0.16666666666666666 +5 0.63125 0.41944444444444445 0.046875 0.10277777777777777 +4 0.50625 0.44722222222222224 0.0328125 0.15833333333333333 +4 0.0265625 0.5222222222222223 0.03125 0.10277777777777777 +5 0.8734375 0.6277777777777778 0.1125 0.2388888888888889 +4 0.675 0.3472222222222222 0.0234375 0.10833333333333334 +3 0.3890625 0.17777777777777778 0.059375 0.06111111111111111 +4 0.5078125 0.18888888888888888 0.0125 0.09444444444444444 +4 0.55 0.5083333333333333 0.021875 0.03611111111111111 +4 0.6015625 0.7055555555555556 0.046875 0.14722222222222223 +4 0.6890625 0.8583333333333333 0.0515625 0.24166666666666667 +4 0.484375 0.5222222222222223 0.03125 0.175 +2 0.446875 0.25833333333333336 0.0890625 0.11666666666666667 +2 0.45 0.15555555555555556 0.0421875 0.08611111111111111 +4 0.5359375 0.44722222222222224 0.0265625 0.1527777777777778 +1 0.2921875 0.3861111111111111 0.09375 0.18333333333333332 +1 0.1984375 0.2611111111111111 0.0796875 0.1527777777777778 +1 0.128125 0.17777777777777778 0.08125 0.06944444444444445 +4 0.8125 0.5722222222222222 0.0265625 0.19444444444444445 +5 0.6421875 0.6361111111111111 0.0609375 0.24444444444444444 +4 0.6921875 0.5166666666666667 0.021875 0.18611111111111112 +4 0.7171875 0.5666666666666667 0.0234375 0.20555555555555555 +4 0.7 0.3611111111111111 0.01875 0.1388888888888889 +4 0.6703125 0.46944444444444444 0.0203125 0.14722222222222223 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_009_mp4-0269_jpg.rf.3f5017eeb0482395f3dd81286ec14ac2.txt b/datasets/combined/labels/train/shahbagh_009_mp4-0269_jpg.rf.3f5017eeb0482395f3dd81286ec14ac2.txt new file mode 100644 index 0000000000000000000000000000000000000000..98fc877adeeececd6f88fee460c6e284cc024c30 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_009_mp4-0269_jpg.rf.3f5017eeb0482395f3dd81286ec14ac2.txt @@ -0,0 +1,28 @@ +4 0.5546875 0.5972222222222222 0.05 0.19444444444444445 +4 0.5890625 0.9444444444444444 0.0515625 0.10833333333333334 +4 0.3953125 0.7055555555555556 0.04375 0.2111111111111111 +4 0.93125 0.9527777777777777 0.05625 0.08888888888888889 +4 0.328125 0.5944444444444444 0.0359375 0.16666666666666666 +5 0.63125 0.41944444444444445 0.046875 0.10277777777777777 +4 0.50625 0.44722222222222224 0.0328125 0.15833333333333333 +4 0.0265625 0.5222222222222223 0.03125 0.10277777777777777 +5 0.8734375 0.6277777777777778 0.1125 0.2388888888888889 +4 0.675 0.3472222222222222 0.0234375 0.10833333333333334 +3 0.3890625 0.17777777777777778 0.059375 0.06111111111111111 +4 0.5078125 0.18888888888888888 0.0125 0.09444444444444444 +4 0.55 0.5083333333333333 0.021875 0.03611111111111111 +4 0.6015625 0.7055555555555556 0.046875 0.14722222222222223 +4 0.6890625 0.8583333333333333 0.0515625 0.24166666666666667 +4 0.484375 0.5222222222222223 0.03125 0.175 +2 0.446875 0.25833333333333336 0.0890625 0.11666666666666667 +2 0.45 0.15555555555555556 0.0421875 0.08611111111111111 +4 0.5359375 0.44722222222222224 0.0265625 0.1527777777777778 +1 0.2921875 0.3861111111111111 0.09375 0.18333333333333332 +1 0.1984375 0.2611111111111111 0.0796875 0.1527777777777778 +1 0.128125 0.17777777777777778 0.08125 0.06944444444444445 +4 0.8125 0.5722222222222222 0.0265625 0.19444444444444445 +5 0.6421875 0.6361111111111111 0.0609375 0.24444444444444444 +4 0.6921875 0.5166666666666667 0.021875 0.18611111111111112 +4 0.7171875 0.5666666666666667 0.0234375 0.20555555555555555 +4 0.7 0.3611111111111111 0.01875 0.1388888888888889 +4 0.6703125 0.46944444444444444 0.0203125 0.14722222222222223 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_009_mp4-0269_jpg.rf.79858ef98e5e232b7f91ff3e19357259.txt b/datasets/combined/labels/train/shahbagh_009_mp4-0269_jpg.rf.79858ef98e5e232b7f91ff3e19357259.txt new file mode 100644 index 0000000000000000000000000000000000000000..98fc877adeeececd6f88fee460c6e284cc024c30 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_009_mp4-0269_jpg.rf.79858ef98e5e232b7f91ff3e19357259.txt @@ -0,0 +1,28 @@ +4 0.5546875 0.5972222222222222 0.05 0.19444444444444445 +4 0.5890625 0.9444444444444444 0.0515625 0.10833333333333334 +4 0.3953125 0.7055555555555556 0.04375 0.2111111111111111 +4 0.93125 0.9527777777777777 0.05625 0.08888888888888889 +4 0.328125 0.5944444444444444 0.0359375 0.16666666666666666 +5 0.63125 0.41944444444444445 0.046875 0.10277777777777777 +4 0.50625 0.44722222222222224 0.0328125 0.15833333333333333 +4 0.0265625 0.5222222222222223 0.03125 0.10277777777777777 +5 0.8734375 0.6277777777777778 0.1125 0.2388888888888889 +4 0.675 0.3472222222222222 0.0234375 0.10833333333333334 +3 0.3890625 0.17777777777777778 0.059375 0.06111111111111111 +4 0.5078125 0.18888888888888888 0.0125 0.09444444444444444 +4 0.55 0.5083333333333333 0.021875 0.03611111111111111 +4 0.6015625 0.7055555555555556 0.046875 0.14722222222222223 +4 0.6890625 0.8583333333333333 0.0515625 0.24166666666666667 +4 0.484375 0.5222222222222223 0.03125 0.175 +2 0.446875 0.25833333333333336 0.0890625 0.11666666666666667 +2 0.45 0.15555555555555556 0.0421875 0.08611111111111111 +4 0.5359375 0.44722222222222224 0.0265625 0.1527777777777778 +1 0.2921875 0.3861111111111111 0.09375 0.18333333333333332 +1 0.1984375 0.2611111111111111 0.0796875 0.1527777777777778 +1 0.128125 0.17777777777777778 0.08125 0.06944444444444445 +4 0.8125 0.5722222222222222 0.0265625 0.19444444444444445 +5 0.6421875 0.6361111111111111 0.0609375 0.24444444444444444 +4 0.6921875 0.5166666666666667 0.021875 0.18611111111111112 +4 0.7171875 0.5666666666666667 0.0234375 0.20555555555555555 +4 0.7 0.3611111111111111 0.01875 0.1388888888888889 +4 0.6703125 0.46944444444444444 0.0203125 0.14722222222222223 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_009_mp4-0269_jpg.rf.c1efcda7c1e2dfb872301e9bb212148a.txt b/datasets/combined/labels/train/shahbagh_009_mp4-0269_jpg.rf.c1efcda7c1e2dfb872301e9bb212148a.txt new file mode 100644 index 0000000000000000000000000000000000000000..98fc877adeeececd6f88fee460c6e284cc024c30 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_009_mp4-0269_jpg.rf.c1efcda7c1e2dfb872301e9bb212148a.txt @@ -0,0 +1,28 @@ +4 0.5546875 0.5972222222222222 0.05 0.19444444444444445 +4 0.5890625 0.9444444444444444 0.0515625 0.10833333333333334 +4 0.3953125 0.7055555555555556 0.04375 0.2111111111111111 +4 0.93125 0.9527777777777777 0.05625 0.08888888888888889 +4 0.328125 0.5944444444444444 0.0359375 0.16666666666666666 +5 0.63125 0.41944444444444445 0.046875 0.10277777777777777 +4 0.50625 0.44722222222222224 0.0328125 0.15833333333333333 +4 0.0265625 0.5222222222222223 0.03125 0.10277777777777777 +5 0.8734375 0.6277777777777778 0.1125 0.2388888888888889 +4 0.675 0.3472222222222222 0.0234375 0.10833333333333334 +3 0.3890625 0.17777777777777778 0.059375 0.06111111111111111 +4 0.5078125 0.18888888888888888 0.0125 0.09444444444444444 +4 0.55 0.5083333333333333 0.021875 0.03611111111111111 +4 0.6015625 0.7055555555555556 0.046875 0.14722222222222223 +4 0.6890625 0.8583333333333333 0.0515625 0.24166666666666667 +4 0.484375 0.5222222222222223 0.03125 0.175 +2 0.446875 0.25833333333333336 0.0890625 0.11666666666666667 +2 0.45 0.15555555555555556 0.0421875 0.08611111111111111 +4 0.5359375 0.44722222222222224 0.0265625 0.1527777777777778 +1 0.2921875 0.3861111111111111 0.09375 0.18333333333333332 +1 0.1984375 0.2611111111111111 0.0796875 0.1527777777777778 +1 0.128125 0.17777777777777778 0.08125 0.06944444444444445 +4 0.8125 0.5722222222222222 0.0265625 0.19444444444444445 +5 0.6421875 0.6361111111111111 0.0609375 0.24444444444444444 +4 0.6921875 0.5166666666666667 0.021875 0.18611111111111112 +4 0.7171875 0.5666666666666667 0.0234375 0.20555555555555555 +4 0.7 0.3611111111111111 0.01875 0.1388888888888889 +4 0.6703125 0.46944444444444444 0.0203125 0.14722222222222223 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_009_mp4-0269_jpg.rf.ca875bf7fb7e17dcec2d347185b25ec1.txt b/datasets/combined/labels/train/shahbagh_009_mp4-0269_jpg.rf.ca875bf7fb7e17dcec2d347185b25ec1.txt new file mode 100644 index 0000000000000000000000000000000000000000..98fc877adeeececd6f88fee460c6e284cc024c30 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_009_mp4-0269_jpg.rf.ca875bf7fb7e17dcec2d347185b25ec1.txt @@ -0,0 +1,28 @@ +4 0.5546875 0.5972222222222222 0.05 0.19444444444444445 +4 0.5890625 0.9444444444444444 0.0515625 0.10833333333333334 +4 0.3953125 0.7055555555555556 0.04375 0.2111111111111111 +4 0.93125 0.9527777777777777 0.05625 0.08888888888888889 +4 0.328125 0.5944444444444444 0.0359375 0.16666666666666666 +5 0.63125 0.41944444444444445 0.046875 0.10277777777777777 +4 0.50625 0.44722222222222224 0.0328125 0.15833333333333333 +4 0.0265625 0.5222222222222223 0.03125 0.10277777777777777 +5 0.8734375 0.6277777777777778 0.1125 0.2388888888888889 +4 0.675 0.3472222222222222 0.0234375 0.10833333333333334 +3 0.3890625 0.17777777777777778 0.059375 0.06111111111111111 +4 0.5078125 0.18888888888888888 0.0125 0.09444444444444444 +4 0.55 0.5083333333333333 0.021875 0.03611111111111111 +4 0.6015625 0.7055555555555556 0.046875 0.14722222222222223 +4 0.6890625 0.8583333333333333 0.0515625 0.24166666666666667 +4 0.484375 0.5222222222222223 0.03125 0.175 +2 0.446875 0.25833333333333336 0.0890625 0.11666666666666667 +2 0.45 0.15555555555555556 0.0421875 0.08611111111111111 +4 0.5359375 0.44722222222222224 0.0265625 0.1527777777777778 +1 0.2921875 0.3861111111111111 0.09375 0.18333333333333332 +1 0.1984375 0.2611111111111111 0.0796875 0.1527777777777778 +1 0.128125 0.17777777777777778 0.08125 0.06944444444444445 +4 0.8125 0.5722222222222222 0.0265625 0.19444444444444445 +5 0.6421875 0.6361111111111111 0.0609375 0.24444444444444444 +4 0.6921875 0.5166666666666667 0.021875 0.18611111111111112 +4 0.7171875 0.5666666666666667 0.0234375 0.20555555555555555 +4 0.7 0.3611111111111111 0.01875 0.1388888888888889 +4 0.6703125 0.46944444444444444 0.0203125 0.14722222222222223 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_009_mp4-0269_jpg.rf.dc294b3b97750bedbeecc4333dbb7f26.txt b/datasets/combined/labels/train/shahbagh_009_mp4-0269_jpg.rf.dc294b3b97750bedbeecc4333dbb7f26.txt new file mode 100644 index 0000000000000000000000000000000000000000..98fc877adeeececd6f88fee460c6e284cc024c30 --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_009_mp4-0269_jpg.rf.dc294b3b97750bedbeecc4333dbb7f26.txt @@ -0,0 +1,28 @@ +4 0.5546875 0.5972222222222222 0.05 0.19444444444444445 +4 0.5890625 0.9444444444444444 0.0515625 0.10833333333333334 +4 0.3953125 0.7055555555555556 0.04375 0.2111111111111111 +4 0.93125 0.9527777777777777 0.05625 0.08888888888888889 +4 0.328125 0.5944444444444444 0.0359375 0.16666666666666666 +5 0.63125 0.41944444444444445 0.046875 0.10277777777777777 +4 0.50625 0.44722222222222224 0.0328125 0.15833333333333333 +4 0.0265625 0.5222222222222223 0.03125 0.10277777777777777 +5 0.8734375 0.6277777777777778 0.1125 0.2388888888888889 +4 0.675 0.3472222222222222 0.0234375 0.10833333333333334 +3 0.3890625 0.17777777777777778 0.059375 0.06111111111111111 +4 0.5078125 0.18888888888888888 0.0125 0.09444444444444444 +4 0.55 0.5083333333333333 0.021875 0.03611111111111111 +4 0.6015625 0.7055555555555556 0.046875 0.14722222222222223 +4 0.6890625 0.8583333333333333 0.0515625 0.24166666666666667 +4 0.484375 0.5222222222222223 0.03125 0.175 +2 0.446875 0.25833333333333336 0.0890625 0.11666666666666667 +2 0.45 0.15555555555555556 0.0421875 0.08611111111111111 +4 0.5359375 0.44722222222222224 0.0265625 0.1527777777777778 +1 0.2921875 0.3861111111111111 0.09375 0.18333333333333332 +1 0.1984375 0.2611111111111111 0.0796875 0.1527777777777778 +1 0.128125 0.17777777777777778 0.08125 0.06944444444444445 +4 0.8125 0.5722222222222222 0.0265625 0.19444444444444445 +5 0.6421875 0.6361111111111111 0.0609375 0.24444444444444444 +4 0.6921875 0.5166666666666667 0.021875 0.18611111111111112 +4 0.7171875 0.5666666666666667 0.0234375 0.20555555555555555 +4 0.7 0.3611111111111111 0.01875 0.1388888888888889 +4 0.6703125 0.46944444444444444 0.0203125 0.14722222222222223 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_009_mp4-0270_jpg.rf.0effe066a37a02c0bb6f5d02c7052541.txt b/datasets/combined/labels/train/shahbagh_009_mp4-0270_jpg.rf.0effe066a37a02c0bb6f5d02c7052541.txt new file mode 100644 index 0000000000000000000000000000000000000000..9a96e24aae39a3cbe0a0f8880b9e14338425b2cb --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_009_mp4-0270_jpg.rf.0effe066a37a02c0bb6f5d02c7052541.txt @@ -0,0 +1,30 @@ +4 0.590625 0.95 0.0515625 0.1 +4 0.5546875 0.5944444444444444 0.0484375 0.18888888888888888 +4 0.9359375 0.9555555555555556 0.0640625 0.08888888888888889 +4 0.4 0.7 0.040625 0.20555555555555555 +4 0.3328125 0.6 0.0234375 0.14722222222222223 +4 0.6890625 0.8555555555555555 0.0453125 0.2361111111111111 +4 0.6015625 0.6888888888888889 0.040625 0.19166666666666668 +4 0.675 0.34444444444444444 0.01875 0.10555555555555556 +3 0.3890625 0.18333333333333332 0.0546875 0.058333333333333334 +5 0.6140625 0.20277777777777778 0.0375 0.07777777777777778 +4 0.5078125 0.45 0.028125 0.15555555555555556 +5 0.628125 0.4361111111111111 0.0453125 0.12777777777777777 +5 0.878125 0.6277777777777778 0.1171875 0.23333333333333334 +4 0.484375 0.5277777777777778 0.03125 0.15555555555555556 +4 0.5078125 0.18611111111111112 0.0109375 0.09444444444444444 +4 0.0265625 0.5222222222222223 0.0359375 0.10555555555555556 +1 0.2953125 0.38055555555555554 0.1015625 0.17222222222222222 +1 0.2 0.26666666666666666 0.0796875 0.1527777777777778 +1 0.1390625 0.17777777777777778 0.11875 0.08611111111111111 +4 0.8140625 0.5777777777777777 0.028125 0.18611111111111112 +4 0.6921875 0.5194444444444445 0.0203125 0.18333333333333332 +4 0.7828125 0.5527777777777778 0.0359375 0.16944444444444445 +4 0.7171875 0.5694444444444444 0.028125 0.20555555555555555 +2 0.44375 0.25833333333333336 0.0984375 0.11944444444444445 +4 0.5375 0.45 0.0296875 0.1527777777777778 +4 0.671875 0.46944444444444444 0.01875 0.1388888888888889 +4 0.7015625 0.35833333333333334 0.0171875 0.13333333333333333 +5 0.5890625 0.375 0.0453125 0.13333333333333333 +4 0.525 0.19722222222222222 0.015625 0.09166666666666666 +2 0.4515625 0.15555555555555556 0.046875 0.08611111111111111 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_009_mp4-0270_jpg.rf.123e3ed46ff51f7322fd058c0f7bda48.txt b/datasets/combined/labels/train/shahbagh_009_mp4-0270_jpg.rf.123e3ed46ff51f7322fd058c0f7bda48.txt new file mode 100644 index 0000000000000000000000000000000000000000..9a96e24aae39a3cbe0a0f8880b9e14338425b2cb --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_009_mp4-0270_jpg.rf.123e3ed46ff51f7322fd058c0f7bda48.txt @@ -0,0 +1,30 @@ +4 0.590625 0.95 0.0515625 0.1 +4 0.5546875 0.5944444444444444 0.0484375 0.18888888888888888 +4 0.9359375 0.9555555555555556 0.0640625 0.08888888888888889 +4 0.4 0.7 0.040625 0.20555555555555555 +4 0.3328125 0.6 0.0234375 0.14722222222222223 +4 0.6890625 0.8555555555555555 0.0453125 0.2361111111111111 +4 0.6015625 0.6888888888888889 0.040625 0.19166666666666668 +4 0.675 0.34444444444444444 0.01875 0.10555555555555556 +3 0.3890625 0.18333333333333332 0.0546875 0.058333333333333334 +5 0.6140625 0.20277777777777778 0.0375 0.07777777777777778 +4 0.5078125 0.45 0.028125 0.15555555555555556 +5 0.628125 0.4361111111111111 0.0453125 0.12777777777777777 +5 0.878125 0.6277777777777778 0.1171875 0.23333333333333334 +4 0.484375 0.5277777777777778 0.03125 0.15555555555555556 +4 0.5078125 0.18611111111111112 0.0109375 0.09444444444444444 +4 0.0265625 0.5222222222222223 0.0359375 0.10555555555555556 +1 0.2953125 0.38055555555555554 0.1015625 0.17222222222222222 +1 0.2 0.26666666666666666 0.0796875 0.1527777777777778 +1 0.1390625 0.17777777777777778 0.11875 0.08611111111111111 +4 0.8140625 0.5777777777777777 0.028125 0.18611111111111112 +4 0.6921875 0.5194444444444445 0.0203125 0.18333333333333332 +4 0.7828125 0.5527777777777778 0.0359375 0.16944444444444445 +4 0.7171875 0.5694444444444444 0.028125 0.20555555555555555 +2 0.44375 0.25833333333333336 0.0984375 0.11944444444444445 +4 0.5375 0.45 0.0296875 0.1527777777777778 +4 0.671875 0.46944444444444444 0.01875 0.1388888888888889 +4 0.7015625 0.35833333333333334 0.0171875 0.13333333333333333 +5 0.5890625 0.375 0.0453125 0.13333333333333333 +4 0.525 0.19722222222222222 0.015625 0.09166666666666666 +2 0.4515625 0.15555555555555556 0.046875 0.08611111111111111 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_009_mp4-0270_jpg.rf.58b477cb7c58375c3f8fa03769e3fb0e.txt b/datasets/combined/labels/train/shahbagh_009_mp4-0270_jpg.rf.58b477cb7c58375c3f8fa03769e3fb0e.txt new file mode 100644 index 0000000000000000000000000000000000000000..9a96e24aae39a3cbe0a0f8880b9e14338425b2cb --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_009_mp4-0270_jpg.rf.58b477cb7c58375c3f8fa03769e3fb0e.txt @@ -0,0 +1,30 @@ +4 0.590625 0.95 0.0515625 0.1 +4 0.5546875 0.5944444444444444 0.0484375 0.18888888888888888 +4 0.9359375 0.9555555555555556 0.0640625 0.08888888888888889 +4 0.4 0.7 0.040625 0.20555555555555555 +4 0.3328125 0.6 0.0234375 0.14722222222222223 +4 0.6890625 0.8555555555555555 0.0453125 0.2361111111111111 +4 0.6015625 0.6888888888888889 0.040625 0.19166666666666668 +4 0.675 0.34444444444444444 0.01875 0.10555555555555556 +3 0.3890625 0.18333333333333332 0.0546875 0.058333333333333334 +5 0.6140625 0.20277777777777778 0.0375 0.07777777777777778 +4 0.5078125 0.45 0.028125 0.15555555555555556 +5 0.628125 0.4361111111111111 0.0453125 0.12777777777777777 +5 0.878125 0.6277777777777778 0.1171875 0.23333333333333334 +4 0.484375 0.5277777777777778 0.03125 0.15555555555555556 +4 0.5078125 0.18611111111111112 0.0109375 0.09444444444444444 +4 0.0265625 0.5222222222222223 0.0359375 0.10555555555555556 +1 0.2953125 0.38055555555555554 0.1015625 0.17222222222222222 +1 0.2 0.26666666666666666 0.0796875 0.1527777777777778 +1 0.1390625 0.17777777777777778 0.11875 0.08611111111111111 +4 0.8140625 0.5777777777777777 0.028125 0.18611111111111112 +4 0.6921875 0.5194444444444445 0.0203125 0.18333333333333332 +4 0.7828125 0.5527777777777778 0.0359375 0.16944444444444445 +4 0.7171875 0.5694444444444444 0.028125 0.20555555555555555 +2 0.44375 0.25833333333333336 0.0984375 0.11944444444444445 +4 0.5375 0.45 0.0296875 0.1527777777777778 +4 0.671875 0.46944444444444444 0.01875 0.1388888888888889 +4 0.7015625 0.35833333333333334 0.0171875 0.13333333333333333 +5 0.5890625 0.375 0.0453125 0.13333333333333333 +4 0.525 0.19722222222222222 0.015625 0.09166666666666666 +2 0.4515625 0.15555555555555556 0.046875 0.08611111111111111 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_009_mp4-0270_jpg.rf.7f377362ad3fb29127054170986cff13.txt b/datasets/combined/labels/train/shahbagh_009_mp4-0270_jpg.rf.7f377362ad3fb29127054170986cff13.txt new file mode 100644 index 0000000000000000000000000000000000000000..d37e4322c29b8812863f423a852b8b30ce06d82e --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_009_mp4-0270_jpg.rf.7f377362ad3fb29127054170986cff13.txt @@ -0,0 +1,30 @@ +4 0.409375 0.95 0.0515625 0.1 +4 0.4453125 0.5944444444444444 0.0484375 0.18888888888888888 +4 0.0640625 0.9555555555555556 0.0640625 0.08888888888888889 +4 0.6 0.7 0.040625 0.20555555555555555 +4 0.6671875 0.6 0.0234375 0.14722222222222223 +4 0.3109375 0.8555555555555555 0.0453125 0.2361111111111111 +4 0.3984375 0.6888888888888889 0.040625 0.19166666666666668 +4 0.325 0.34444444444444444 0.01875 0.10555555555555556 +3 0.6109375 0.18333333333333332 0.0546875 0.058333333333333334 +5 0.3859375 0.20277777777777778 0.0375 0.07777777777777778 +4 0.4921875 0.45 0.028125 0.15555555555555556 +5 0.371875 0.4361111111111111 0.0453125 0.12777777777777777 +5 0.121875 0.6277777777777778 0.1171875 0.23333333333333334 +4 0.515625 0.5277777777777778 0.03125 0.15555555555555556 +4 0.4921875 0.18611111111111112 0.0109375 0.09444444444444444 +4 0.9734375 0.5222222222222223 0.0359375 0.10555555555555556 +1 0.7046875 0.38055555555555554 0.1015625 0.17222222222222222 +1 0.8 0.26666666666666666 0.0796875 0.1527777777777778 +1 0.8609375 0.17777777777777778 0.11875 0.08611111111111111 +4 0.1859375 0.5777777777777777 0.028125 0.18611111111111112 +4 0.3078125 0.5194444444444445 0.0203125 0.18333333333333332 +4 0.2171875 0.5527777777777778 0.0359375 0.16944444444444445 +4 0.2828125 0.5694444444444444 0.028125 0.20555555555555555 +2 0.55625 0.25833333333333336 0.0984375 0.11944444444444445 +4 0.4625 0.45 0.0296875 0.1527777777777778 +4 0.328125 0.46944444444444444 0.01875 0.1388888888888889 +4 0.2984375 0.35833333333333334 0.0171875 0.13333333333333333 +5 0.4109375 0.375 0.0453125 0.13333333333333333 +4 0.475 0.19722222222222222 0.015625 0.09166666666666666 +2 0.5484375 0.15555555555555556 0.046875 0.08611111111111111 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_009_mp4-0270_jpg.rf.8845fb580a57800840054bb30f391d46.txt b/datasets/combined/labels/train/shahbagh_009_mp4-0270_jpg.rf.8845fb580a57800840054bb30f391d46.txt new file mode 100644 index 0000000000000000000000000000000000000000..9a96e24aae39a3cbe0a0f8880b9e14338425b2cb --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_009_mp4-0270_jpg.rf.8845fb580a57800840054bb30f391d46.txt @@ -0,0 +1,30 @@ +4 0.590625 0.95 0.0515625 0.1 +4 0.5546875 0.5944444444444444 0.0484375 0.18888888888888888 +4 0.9359375 0.9555555555555556 0.0640625 0.08888888888888889 +4 0.4 0.7 0.040625 0.20555555555555555 +4 0.3328125 0.6 0.0234375 0.14722222222222223 +4 0.6890625 0.8555555555555555 0.0453125 0.2361111111111111 +4 0.6015625 0.6888888888888889 0.040625 0.19166666666666668 +4 0.675 0.34444444444444444 0.01875 0.10555555555555556 +3 0.3890625 0.18333333333333332 0.0546875 0.058333333333333334 +5 0.6140625 0.20277777777777778 0.0375 0.07777777777777778 +4 0.5078125 0.45 0.028125 0.15555555555555556 +5 0.628125 0.4361111111111111 0.0453125 0.12777777777777777 +5 0.878125 0.6277777777777778 0.1171875 0.23333333333333334 +4 0.484375 0.5277777777777778 0.03125 0.15555555555555556 +4 0.5078125 0.18611111111111112 0.0109375 0.09444444444444444 +4 0.0265625 0.5222222222222223 0.0359375 0.10555555555555556 +1 0.2953125 0.38055555555555554 0.1015625 0.17222222222222222 +1 0.2 0.26666666666666666 0.0796875 0.1527777777777778 +1 0.1390625 0.17777777777777778 0.11875 0.08611111111111111 +4 0.8140625 0.5777777777777777 0.028125 0.18611111111111112 +4 0.6921875 0.5194444444444445 0.0203125 0.18333333333333332 +4 0.7828125 0.5527777777777778 0.0359375 0.16944444444444445 +4 0.7171875 0.5694444444444444 0.028125 0.20555555555555555 +2 0.44375 0.25833333333333336 0.0984375 0.11944444444444445 +4 0.5375 0.45 0.0296875 0.1527777777777778 +4 0.671875 0.46944444444444444 0.01875 0.1388888888888889 +4 0.7015625 0.35833333333333334 0.0171875 0.13333333333333333 +5 0.5890625 0.375 0.0453125 0.13333333333333333 +4 0.525 0.19722222222222222 0.015625 0.09166666666666666 +2 0.4515625 0.15555555555555556 0.046875 0.08611111111111111 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_009_mp4-0270_jpg.rf.e605b24765b338bf2e58fa20f51bf3e9.txt b/datasets/combined/labels/train/shahbagh_009_mp4-0270_jpg.rf.e605b24765b338bf2e58fa20f51bf3e9.txt new file mode 100644 index 0000000000000000000000000000000000000000..d37e4322c29b8812863f423a852b8b30ce06d82e --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_009_mp4-0270_jpg.rf.e605b24765b338bf2e58fa20f51bf3e9.txt @@ -0,0 +1,30 @@ +4 0.409375 0.95 0.0515625 0.1 +4 0.4453125 0.5944444444444444 0.0484375 0.18888888888888888 +4 0.0640625 0.9555555555555556 0.0640625 0.08888888888888889 +4 0.6 0.7 0.040625 0.20555555555555555 +4 0.6671875 0.6 0.0234375 0.14722222222222223 +4 0.3109375 0.8555555555555555 0.0453125 0.2361111111111111 +4 0.3984375 0.6888888888888889 0.040625 0.19166666666666668 +4 0.325 0.34444444444444444 0.01875 0.10555555555555556 +3 0.6109375 0.18333333333333332 0.0546875 0.058333333333333334 +5 0.3859375 0.20277777777777778 0.0375 0.07777777777777778 +4 0.4921875 0.45 0.028125 0.15555555555555556 +5 0.371875 0.4361111111111111 0.0453125 0.12777777777777777 +5 0.121875 0.6277777777777778 0.1171875 0.23333333333333334 +4 0.515625 0.5277777777777778 0.03125 0.15555555555555556 +4 0.4921875 0.18611111111111112 0.0109375 0.09444444444444444 +4 0.9734375 0.5222222222222223 0.0359375 0.10555555555555556 +1 0.7046875 0.38055555555555554 0.1015625 0.17222222222222222 +1 0.8 0.26666666666666666 0.0796875 0.1527777777777778 +1 0.8609375 0.17777777777777778 0.11875 0.08611111111111111 +4 0.1859375 0.5777777777777777 0.028125 0.18611111111111112 +4 0.3078125 0.5194444444444445 0.0203125 0.18333333333333332 +4 0.2171875 0.5527777777777778 0.0359375 0.16944444444444445 +4 0.2828125 0.5694444444444444 0.028125 0.20555555555555555 +2 0.55625 0.25833333333333336 0.0984375 0.11944444444444445 +4 0.4625 0.45 0.0296875 0.1527777777777778 +4 0.328125 0.46944444444444444 0.01875 0.1388888888888889 +4 0.2984375 0.35833333333333334 0.0171875 0.13333333333333333 +5 0.4109375 0.375 0.0453125 0.13333333333333333 +4 0.475 0.19722222222222222 0.015625 0.09166666666666666 +2 0.5484375 0.15555555555555556 0.046875 0.08611111111111111 \ No newline at end of file diff --git a/datasets/combined/labels/train/shahbagh_009_mp4-0270_jpg.rf.f8baf9c0473be9b9d6de3bffc2149ad8.txt b/datasets/combined/labels/train/shahbagh_009_mp4-0270_jpg.rf.f8baf9c0473be9b9d6de3bffc2149ad8.txt new file mode 100644 index 0000000000000000000000000000000000000000..9a96e24aae39a3cbe0a0f8880b9e14338425b2cb --- /dev/null +++ b/datasets/combined/labels/train/shahbagh_009_mp4-0270_jpg.rf.f8baf9c0473be9b9d6de3bffc2149ad8.txt @@ -0,0 +1,30 @@ +4 0.590625 0.95 0.0515625 0.1 +4 0.5546875 0.5944444444444444 0.0484375 0.18888888888888888 +4 0.9359375 0.9555555555555556 0.0640625 0.08888888888888889 +4 0.4 0.7 0.040625 0.20555555555555555 +4 0.3328125 0.6 0.0234375 0.14722222222222223 +4 0.6890625 0.8555555555555555 0.0453125 0.2361111111111111 +4 0.6015625 0.6888888888888889 0.040625 0.19166666666666668 +4 0.675 0.34444444444444444 0.01875 0.10555555555555556 +3 0.3890625 0.18333333333333332 0.0546875 0.058333333333333334 +5 0.6140625 0.20277777777777778 0.0375 0.07777777777777778 +4 0.5078125 0.45 0.028125 0.15555555555555556 +5 0.628125 0.4361111111111111 0.0453125 0.12777777777777777 +5 0.878125 0.6277777777777778 0.1171875 0.23333333333333334 +4 0.484375 0.5277777777777778 0.03125 0.15555555555555556 +4 0.5078125 0.18611111111111112 0.0109375 0.09444444444444444 +4 0.0265625 0.5222222222222223 0.0359375 0.10555555555555556 +1 0.2953125 0.38055555555555554 0.1015625 0.17222222222222222 +1 0.2 0.26666666666666666 0.0796875 0.1527777777777778 +1 0.1390625 0.17777777777777778 0.11875 0.08611111111111111 +4 0.8140625 0.5777777777777777 0.028125 0.18611111111111112 +4 0.6921875 0.5194444444444445 0.0203125 0.18333333333333332 +4 0.7828125 0.5527777777777778 0.0359375 0.16944444444444445 +4 0.7171875 0.5694444444444444 0.028125 0.20555555555555555 +2 0.44375 0.25833333333333336 0.0984375 0.11944444444444445 +4 0.5375 0.45 0.0296875 0.1527777777777778 +4 0.671875 0.46944444444444444 0.01875 0.1388888888888889 +4 0.7015625 0.35833333333333334 0.0171875 0.13333333333333333 +5 0.5890625 0.375 0.0453125 0.13333333333333333 +4 0.525 0.19722222222222222 0.015625 0.09166666666666666 +2 0.4515625 0.15555555555555556 0.046875 0.08611111111111111 \ No newline at end of file diff --git a/datasets/combined/labels/train/ssc0y5drl1ja1_jpg.rf.3279db96a0bad7fc16e9dc7eb3acfc9a.txt b/datasets/combined/labels/train/ssc0y5drl1ja1_jpg.rf.3279db96a0bad7fc16e9dc7eb3acfc9a.txt new file mode 100644 index 0000000000000000000000000000000000000000..0dca27ee8f7c87457fd4d6e4ebad1ae8904cbe0a --- /dev/null +++ b/datasets/combined/labels/train/ssc0y5drl1ja1_jpg.rf.3279db96a0bad7fc16e9dc7eb3acfc9a.txt @@ -0,0 +1 @@ +0 0.37001729375000003 0.5505194484375 0.63159284375 0.5504362953124999 0.631149390625 0.371137446875 0.36823958437500004 0.371243890625 0.37001729375000003 0.5505194484375 \ No newline at end of file diff --git a/datasets/combined/labels/train/ssc0y5drl1ja1_jpg.rf.7009884a76e7531ce0ad31e2cd433f64.txt b/datasets/combined/labels/train/ssc0y5drl1ja1_jpg.rf.7009884a76e7531ce0ad31e2cd433f64.txt new file mode 100644 index 0000000000000000000000000000000000000000..3ba6b3fabaa03bb5aa2611bc2312a96e140376fb --- /dev/null +++ b/datasets/combined/labels/train/ssc0y5drl1ja1_jpg.rf.7009884a76e7531ce0ad31e2cd433f64.txt @@ -0,0 +1 @@ +0 0.37525588125 0.555041809375 0.630145971875 0.6138024828125 0.67004735 0.43899929843749996 0.4138519609375 0.379961175 0.37525588125 0.555041809375 \ No newline at end of file diff --git a/datasets/combined/labels/train/ssc0y5drl1ja1_jpg.rf.98ef3d528d6f1a79e13a1082bae84175.txt b/datasets/combined/labels/train/ssc0y5drl1ja1_jpg.rf.98ef3d528d6f1a79e13a1082bae84175.txt new file mode 100644 index 0000000000000000000000000000000000000000..fe8c9af7744d22b36cb915f94cf3df6d3dcfdcaa --- /dev/null +++ b/datasets/combined/labels/train/ssc0y5drl1ja1_jpg.rf.98ef3d528d6f1a79e13a1082bae84175.txt @@ -0,0 +1 @@ +0 0.6374375 0.4121041671875 0.39428125 0.40795833281249994 0.39303125 0.5737916671875001 0.634953125 0.5779375 0.6374375 0.4121041671875 \ No newline at end of file diff --git a/datasets/combined/labels/train/sxj13v9gunea1_jpg.rf.4e622838917da4ef47d0bf224ff0f596.txt b/datasets/combined/labels/train/sxj13v9gunea1_jpg.rf.4e622838917da4ef47d0bf224ff0f596.txt new file mode 100644 index 0000000000000000000000000000000000000000..6cba47545572bcd15dbe2ae6663fccccce119acb --- /dev/null +++ b/datasets/combined/labels/train/sxj13v9gunea1_jpg.rf.4e622838917da4ef47d0bf224ff0f596.txt @@ -0,0 +1 @@ +0 0.562140625 0.7131165312500001 0.45790625 0.70813008125 0.452171875 0.7545663953124999 0.5506562500000001 0.7595392953125 0.562140625 0.7131165312500001 \ No newline at end of file diff --git a/datasets/combined/labels/train/sxj13v9gunea1_jpg.rf.b04eabc8ba4b3214e8ee4b43ec32e594.txt b/datasets/combined/labels/train/sxj13v9gunea1_jpg.rf.b04eabc8ba4b3214e8ee4b43ec32e594.txt new file mode 100644 index 0000000000000000000000000000000000000000..fc92e47fde55b59152d89b0713fa9ea7238ee1a8 --- /dev/null +++ b/datasets/combined/labels/train/sxj13v9gunea1_jpg.rf.b04eabc8ba4b3214e8ee4b43ec32e594.txt @@ -0,0 +1 @@ +0 0.4636536140625 0.7651719671875 0.563828684375 0.7649840484375 0.573009625 0.717248053125 0.46700056874999996 0.7177279249999999 0.4636536140625 0.7651719671875 \ No newline at end of file diff --git a/datasets/combined/labels/train/sxj13v9gunea1_jpg.rf.b57fcf61afe77f25fd589bfe3fd536f1.txt b/datasets/combined/labels/train/sxj13v9gunea1_jpg.rf.b57fcf61afe77f25fd589bfe3fd536f1.txt new file mode 100644 index 0000000000000000000000000000000000000000..a87ad0ff7177c9ef48099ebc16f1a66548b1b535 --- /dev/null +++ b/datasets/combined/labels/train/sxj13v9gunea1_jpg.rf.b57fcf61afe77f25fd589bfe3fd536f1.txt @@ -0,0 +1 @@ +0 0.5054434171875 0.7698435031249999 0.606217671875 0.75549123125 0.608699078125 0.706127615625 0.5020957203124999 0.7215986796875 0.5054434171875 0.7698435031249999 \ No newline at end of file diff --git a/datasets/combined/labels/train/u0f044lfh5da1_jpg.rf.5c99f63cc25d68d6fe176e4d78117cca.txt b/datasets/combined/labels/train/u0f044lfh5da1_jpg.rf.5c99f63cc25d68d6fe176e4d78117cca.txt new file mode 100644 index 0000000000000000000000000000000000000000..c8c764daf03c7f67c131ce1ecfde0600b3cd0866 --- /dev/null +++ b/datasets/combined/labels/train/u0f044lfh5da1_jpg.rf.5c99f63cc25d68d6fe176e4d78117cca.txt @@ -0,0 +1 @@ +0 0.610375 0.51572625625 0.42484374999999996 0.5298324015625 0.42623437500000005 0.6931843578125 0.6113125 0.676592178125 0.610375 0.51572625625 \ No newline at end of file diff --git a/datasets/combined/labels/train/u0f044lfh5da1_jpg.rf.b4bbc67cb2c7637201e80f8008ae0228.txt b/datasets/combined/labels/train/u0f044lfh5da1_jpg.rf.b4bbc67cb2c7637201e80f8008ae0228.txt new file mode 100644 index 0000000000000000000000000000000000000000..e17a2b1eaac809cabc1b0aa1782e29a8f1794365 --- /dev/null +++ b/datasets/combined/labels/train/u0f044lfh5da1_jpg.rf.b4bbc67cb2c7637201e80f8008ae0228.txt @@ -0,0 +1 @@ +0 0.394449090625 0.7564578125 0.600382078125 0.7416023703125 0.6024619515625 0.5627604984375 0.396073803125 0.5748436 0.394449090625 0.7564578125 \ No newline at end of file diff --git a/datasets/combined/labels/train/u0f044lfh5da1_jpg.rf.e822fd0a97e1634cff6cfa7d32306069.txt b/datasets/combined/labels/train/u0f044lfh5da1_jpg.rf.e822fd0a97e1634cff6cfa7d32306069.txt new file mode 100644 index 0000000000000000000000000000000000000000..34f416a38a098ee3c214d51e1815ef4450fad011 --- /dev/null +++ b/datasets/combined/labels/train/u0f044lfh5da1_jpg.rf.e822fd0a97e1634cff6cfa7d32306069.txt @@ -0,0 +1 @@ +0 0.37792846562500004 0.6719629046875 0.5751114625 0.6921740984375 0.6070301046875 0.5227260765625 0.4098810984375 0.49980694375 0.37792846562500004 0.6719629046875 \ No newline at end of file diff --git a/datasets/combined/labels/train/unx8gr3itzka1_jpg.rf.467a0d9b116b4c1e4585db838a923761.txt b/datasets/combined/labels/train/unx8gr3itzka1_jpg.rf.467a0d9b116b4c1e4585db838a923761.txt new file mode 100644 index 0000000000000000000000000000000000000000..65c4928dd1b040167c9c6751d18725c6ee9e5199 --- /dev/null +++ b/datasets/combined/labels/train/unx8gr3itzka1_jpg.rf.467a0d9b116b4c1e4585db838a923761.txt @@ -0,0 +1 @@ +0 0.3290593796875 0.5183230203125 0.4946409765625 0.505552715625 0.4914400609375 0.419925209375 0.329204965625 0.4315284390625 0.3290593796875 0.5183230203125 \ No newline at end of file diff --git a/datasets/combined/labels/train/unx8gr3itzka1_jpg.rf.9ccf84560d784a77610e9874e2cc3e04.txt b/datasets/combined/labels/train/unx8gr3itzka1_jpg.rf.9ccf84560d784a77610e9874e2cc3e04.txt new file mode 100644 index 0000000000000000000000000000000000000000..034e8abf46347f22b2b8cad589d71f3a43158b4d --- /dev/null +++ b/datasets/combined/labels/train/unx8gr3itzka1_jpg.rf.9ccf84560d784a77610e9874e2cc3e04.txt @@ -0,0 +1 @@ +0 0.4875625 0.4345 0.33001562500000003 0.43200000000000005 0.322546875 0.5157499999999999 0.483421875 0.51740625 0.4875625 0.4345 \ No newline at end of file diff --git a/datasets/combined/labels/train/unx8gr3itzka1_jpg.rf.ef52d503f276db621081f2d4f5cdc39f.txt b/datasets/combined/labels/train/unx8gr3itzka1_jpg.rf.ef52d503f276db621081f2d4f5cdc39f.txt new file mode 100644 index 0000000000000000000000000000000000000000..da5a8109560301b0dd8b2db31a409956301f8195 --- /dev/null +++ b/datasets/combined/labels/train/unx8gr3itzka1_jpg.rf.ef52d503f276db621081f2d4f5cdc39f.txt @@ -0,0 +1 @@ +0 0.3288124296875 0.54932028125 0.48704773125 0.520249703125 0.4752930234375 0.43807660625 0.3201637046875 0.4656839 0.3288124296875 0.54932028125 \ No newline at end of file diff --git a/datasets/combined/labels/train/ve3k2giaenna1_jpg.rf.00841aa883c0d0bded4e8abc840f60e2.txt b/datasets/combined/labels/train/ve3k2giaenna1_jpg.rf.00841aa883c0d0bded4e8abc840f60e2.txt new file mode 100644 index 0000000000000000000000000000000000000000..08cb7c18584bd49f070e6e6a89f87fef0fe2dfa6 --- /dev/null +++ b/datasets/combined/labels/train/ve3k2giaenna1_jpg.rf.00841aa883c0d0bded4e8abc840f60e2.txt @@ -0,0 +1 @@ +0 0.3845380453125 0.6307670640625 0.521824834375 0.6676966375 0.5420132609375 0.5867252796875 0.4063110140625 0.5494111625 0.3845380453125 0.6307670640625 \ No newline at end of file diff --git a/datasets/combined/labels/train/ve3k2giaenna1_jpg.rf.533f584793bf2fc852a512fe546b706e.txt b/datasets/combined/labels/train/ve3k2giaenna1_jpg.rf.533f584793bf2fc852a512fe546b706e.txt new file mode 100644 index 0000000000000000000000000000000000000000..ecb26423ec8d474b3385c81f036fe137d2ee1e5c --- /dev/null +++ b/datasets/combined/labels/train/ve3k2giaenna1_jpg.rf.533f584793bf2fc852a512fe546b706e.txt @@ -0,0 +1 @@ +0 0.45017255 0.6921484437500001 0.6003634640625 0.6870545156250001 0.5957401140624999 0.5988357375 0.4470320421875 0.6030500734375 0.45017255 0.6921484437500001 \ No newline at end of file diff --git a/datasets/combined/labels/train/ve3k2giaenna1_jpg.rf.825210eda779d30ec10085936d5e5907.txt b/datasets/combined/labels/train/ve3k2giaenna1_jpg.rf.825210eda779d30ec10085936d5e5907.txt new file mode 100644 index 0000000000000000000000000000000000000000..85e75780fa1e00ae41b3a2fa4b3e10957c7adacb --- /dev/null +++ b/datasets/combined/labels/train/ve3k2giaenna1_jpg.rf.825210eda779d30ec10085936d5e5907.txt @@ -0,0 +1 @@ +0 0.55921875 0.5754990921875 0.42071875 0.5721778578125 0.419296875 0.6550090749999999 0.55921875 0.65758620625 0.55921875 0.5754990921875 \ No newline at end of file diff --git a/datasets/combined/labels/train/wWQCsmStWRTD4UklG0SYirJjXQ_cKUKE8osAv3s4nyE_jpg.rf.1439cc620ef2022422dae2ea5e2ab08c.txt b/datasets/combined/labels/train/wWQCsmStWRTD4UklG0SYirJjXQ_cKUKE8osAv3s4nyE_jpg.rf.1439cc620ef2022422dae2ea5e2ab08c.txt new file mode 100644 index 0000000000000000000000000000000000000000..60f3fe508e847c06feb2abd51912fb574b8e0585 --- /dev/null +++ b/datasets/combined/labels/train/wWQCsmStWRTD4UklG0SYirJjXQ_cKUKE8osAv3s4nyE_jpg.rf.1439cc620ef2022422dae2ea5e2ab08c.txt @@ -0,0 +1 @@ +0 0.2025340796875 0.7512149140625 0.307841215625 0.7944595234375 0.33503139531250004 0.6951509015624999 0.2307065578125 0.65382671875 0.2025340796875 0.7512149140625 \ No newline at end of file diff --git a/datasets/combined/labels/train/wWQCsmStWRTD4UklG0SYirJjXQ_cKUKE8osAv3s4nyE_jpg.rf.40392fb057d68848df58d3124c13348b.txt b/datasets/combined/labels/train/wWQCsmStWRTD4UklG0SYirJjXQ_cKUKE8osAv3s4nyE_jpg.rf.40392fb057d68848df58d3124c13348b.txt new file mode 100644 index 0000000000000000000000000000000000000000..170ff4c2beb13c4cd04dbd93f3ac1d3fd63cf54e --- /dev/null +++ b/datasets/combined/labels/train/wWQCsmStWRTD4UklG0SYirJjXQ_cKUKE8osAv3s4nyE_jpg.rf.40392fb057d68848df58d3124c13348b.txt @@ -0,0 +1 @@ +0 0.2400692296875 0.7522308375 0.3458281921875 0.7832305390625 0.361961040625 0.6847843953125 0.2573420359375 0.6555356421874999 0.2400692296875 0.7522308375 \ No newline at end of file diff --git a/datasets/combined/labels/train/wWQCsmStWRTD4UklG0SYirJjXQ_cKUKE8osAv3s4nyE_jpg.rf.ba76e2fc6efaa59a2841b875fe9c6283.txt b/datasets/combined/labels/train/wWQCsmStWRTD4UklG0SYirJjXQ_cKUKE8osAv3s4nyE_jpg.rf.ba76e2fc6efaa59a2841b875fe9c6283.txt new file mode 100644 index 0000000000000000000000000000000000000000..03c4f369ed173d08f653e84cf68b5b0a4136cb3e --- /dev/null +++ b/datasets/combined/labels/train/wWQCsmStWRTD4UklG0SYirJjXQ_cKUKE8osAv3s4nyE_jpg.rf.ba76e2fc6efaa59a2841b875fe9c6283.txt @@ -0,0 +1 @@ +0 0.37306249999999996 0.6832391296875 0.26937500000000003 0.6600217390625 0.257453125 0.755369565625 0.36234375 0.7802391296875 0.37306249999999996 0.6832391296875 \ No newline at end of file diff --git a/datasets/combined/labels/train/wqbii1d0wiha1_jpg.rf.0fe4ef1b16666706002732715bafecfa.txt b/datasets/combined/labels/train/wqbii1d0wiha1_jpg.rf.0fe4ef1b16666706002732715bafecfa.txt new file mode 100644 index 0000000000000000000000000000000000000000..9431d77d0f02b856340a7aaffee6f653568ccd7e --- /dev/null +++ b/datasets/combined/labels/train/wqbii1d0wiha1_jpg.rf.0fe4ef1b16666706002732715bafecfa.txt @@ -0,0 +1 @@ +0 0.6777656249999999 0.6028627453125 0.5006875 0.5978823531249999 0.494734375 0.7048431374999999 0.6744687500000001 0.7130588234374999 0.6777656249999999 0.6028627453125 \ No newline at end of file diff --git a/datasets/combined/labels/train/wqbii1d0wiha1_jpg.rf.481d5a1b6898dda600eef07b5ae16241.txt b/datasets/combined/labels/train/wqbii1d0wiha1_jpg.rf.481d5a1b6898dda600eef07b5ae16241.txt new file mode 100644 index 0000000000000000000000000000000000000000..7c1da1ea19d82364946bb0999fbdaf72759c7b7e --- /dev/null +++ b/datasets/combined/labels/train/wqbii1d0wiha1_jpg.rf.481d5a1b6898dda600eef07b5ae16241.txt @@ -0,0 +1 @@ +0 0.52893 0.7380181234375 0.725428484375 0.73672383125 0.722712471875 0.6160998078125 0.5292963453125 0.62077819375 0.52893 0.7380181234375 \ No newline at end of file diff --git a/datasets/combined/labels/train/wqbii1d0wiha1_jpg.rf.d8ba48d705159c5af5ea56dbb274f596.txt b/datasets/combined/labels/train/wqbii1d0wiha1_jpg.rf.d8ba48d705159c5af5ea56dbb274f596.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ddee0265481af33b232f3cf5c8b5b26645e3c5c --- /dev/null +++ b/datasets/combined/labels/train/wqbii1d0wiha1_jpg.rf.d8ba48d705159c5af5ea56dbb274f596.txt @@ -0,0 +1 @@ +0 0.47271821562499994 0.7080672078125 0.65458611875 0.7356422921875 0.6697344453125 0.623761425 0.490220990625 0.5997653046875 0.47271821562499994 0.7080672078125 \ No newline at end of file diff --git a/datasets/combined/labels/train/x95jva8vsfha1_jpg.rf.0c645a200ce5b25ca5e90be44cb335f6.txt b/datasets/combined/labels/train/x95jva8vsfha1_jpg.rf.0c645a200ce5b25ca5e90be44cb335f6.txt new file mode 100644 index 0000000000000000000000000000000000000000..7c970e2837b78657d37dcac0d60208acada57315 --- /dev/null +++ b/datasets/combined/labels/train/x95jva8vsfha1_jpg.rf.0c645a200ce5b25ca5e90be44cb335f6.txt @@ -0,0 +1 @@ +0 0.638171634375 0.6380228078125 0.74758908125 0.592442153125 0.72848286875 0.49951035781249997 0.6166972984375 0.5430061687500001 0.638171634375 0.6380228078125 \ No newline at end of file diff --git a/datasets/combined/labels/train/x95jva8vsfha1_jpg.rf.369451404d6a887c910c01254cbb9d26.txt b/datasets/combined/labels/train/x95jva8vsfha1_jpg.rf.369451404d6a887c910c01254cbb9d26.txt new file mode 100644 index 0000000000000000000000000000000000000000..5f2c1119af4408e1ec471a8fc821a70cd545ec17 --- /dev/null +++ b/datasets/combined/labels/train/x95jva8vsfha1_jpg.rf.369451404d6a887c910c01254cbb9d26.txt @@ -0,0 +1 @@ +0 0.630891825 0.70084665625 0.760081546875 0.6858636453125 0.76803575625 0.582068440625 0.6369788625 0.594136325 0.630891825 0.70084665625 \ No newline at end of file diff --git a/datasets/combined/labels/train/x95jva8vsfha1_jpg.rf.b0f29e37cb40794682a954722b0039b2.txt b/datasets/combined/labels/train/x95jva8vsfha1_jpg.rf.b0f29e37cb40794682a954722b0039b2.txt new file mode 100644 index 0000000000000000000000000000000000000000..ad0cfb0c92c04761617d9af359cb7be65683048d --- /dev/null +++ b/datasets/combined/labels/train/x95jva8vsfha1_jpg.rf.b0f29e37cb40794682a954722b0039b2.txt @@ -0,0 +1 @@ +0 0.714546875 0.5464375 0.597640625 0.5655 0.5988749999999999 0.6616875 0.713921875 0.640125 0.714546875 0.5464375 \ No newline at end of file diff --git a/datasets/combined/labels/train/xeeej1a7mvla1_jpg.rf.144e7e37016bb70365d56d4bcc999a46.txt b/datasets/combined/labels/train/xeeej1a7mvla1_jpg.rf.144e7e37016bb70365d56d4bcc999a46.txt new file mode 100644 index 0000000000000000000000000000000000000000..840b12c917dd515352c2425ea14e288905666872 --- /dev/null +++ b/datasets/combined/labels/train/xeeej1a7mvla1_jpg.rf.144e7e37016bb70365d56d4bcc999a46.txt @@ -0,0 +1 @@ +0 0.5429062499999999 0.42370833281250003 0.272390625 0.42039583281250004 0.273015625 0.6053124999999999 0.5429062499999999 0.6069583328125 0.5429062499999999 0.42370833281250003 \ No newline at end of file diff --git a/datasets/combined/labels/train/xeeej1a7mvla1_jpg.rf.a259f7a4c0cadcea2486e1d36851068e.txt b/datasets/combined/labels/train/xeeej1a7mvla1_jpg.rf.a259f7a4c0cadcea2486e1d36851068e.txt new file mode 100644 index 0000000000000000000000000000000000000000..072572bc10777b7a2f0c17fd40b94beb800cefcd --- /dev/null +++ b/datasets/combined/labels/train/xeeej1a7mvla1_jpg.rf.a259f7a4c0cadcea2486e1d36851068e.txt @@ -0,0 +1 @@ +0 0.25788590624999996 0.6006321953125 0.5495840624999999 0.60750335625 0.5530415265624999 0.409425421875 0.260699240625 0.400740940625 0.25788590624999996 0.6006321953125 \ No newline at end of file diff --git a/datasets/combined/labels/train/xeeej1a7mvla1_jpg.rf.e64131ae6d7ba0d02aed55692677cbef.txt b/datasets/combined/labels/train/xeeej1a7mvla1_jpg.rf.e64131ae6d7ba0d02aed55692677cbef.txt new file mode 100644 index 0000000000000000000000000000000000000000..200244db3b2b55f21e673e32b771e409218853ef --- /dev/null +++ b/datasets/combined/labels/train/xeeej1a7mvla1_jpg.rf.e64131ae6d7ba0d02aed55692677cbef.txt @@ -0,0 +1 @@ +0 0.287532203125 0.6696956078125 0.55826535625 0.603948959375 0.5124044734375001 0.42001100312500006 0.240628215625 0.48424080468749997 0.287532203125 0.6696956078125 \ No newline at end of file diff --git a/datasets/combined/labels/train/xyiyazotn9ga1_jpg.rf.257804a7be1defc4b913828a39d186c1.txt b/datasets/combined/labels/train/xyiyazotn9ga1_jpg.rf.257804a7be1defc4b913828a39d186c1.txt new file mode 100644 index 0000000000000000000000000000000000000000..bf8de39c996fd24e3b7c0e1a3c80c2747e712597 --- /dev/null +++ b/datasets/combined/labels/train/xyiyazotn9ga1_jpg.rf.257804a7be1defc4b913828a39d186c1.txt @@ -0,0 +1 @@ +0 0.5253125 0.5041386546875 0.40257812499999995 0.4983403359375 0.3995 0.5812605046875 0.5216093749999999 0.589537815625 0.5253125 0.5041386546875 \ No newline at end of file diff --git a/datasets/combined/labels/train/xyiyazotn9ga1_jpg.rf.4375cffd0a965d3df7a480d31c19dc48.txt b/datasets/combined/labels/train/xyiyazotn9ga1_jpg.rf.4375cffd0a965d3df7a480d31c19dc48.txt new file mode 100644 index 0000000000000000000000000000000000000000..c464af73c95592c50781a99dc35bb2e599168d07 --- /dev/null +++ b/datasets/combined/labels/train/xyiyazotn9ga1_jpg.rf.4375cffd0a965d3df7a480d31c19dc48.txt @@ -0,0 +1 @@ +0 0.394543409375 0.6156639562499999 0.5237838421875 0.59722449375 0.5086977265625 0.5072514484374999 0.379355275 0.5284174421875 0.394543409375 0.6156639562499999 \ No newline at end of file diff --git a/datasets/combined/labels/train/xyiyazotn9ga1_jpg.rf.8ef2e24441ef15adf6dcf2f458d41327.txt b/datasets/combined/labels/train/xyiyazotn9ga1_jpg.rf.8ef2e24441ef15adf6dcf2f458d41327.txt new file mode 100644 index 0000000000000000000000000000000000000000..4992a9e67370eecafbadce7cd88aaac3102f5945 --- /dev/null +++ b/datasets/combined/labels/train/xyiyazotn9ga1_jpg.rf.8ef2e24441ef15adf6dcf2f458d41327.txt @@ -0,0 +1 @@ +0 0.365961925 0.5620469484374999 0.486852946875 0.5987473578125 0.5104563796875 0.5135025921875 0.3883596859375 0.47915652499999994 0.365961925 0.5620469484374999 \ No newline at end of file diff --git a/datasets/combined/labels/train/y6ng4evbboba1_jpg.rf.593f32a5fdaa02c8caef0b5d4c92afb5.txt b/datasets/combined/labels/train/y6ng4evbboba1_jpg.rf.593f32a5fdaa02c8caef0b5d4c92afb5.txt new file mode 100644 index 0000000000000000000000000000000000000000..af327a4a1b699131555f6add9c40768c31f99a5d --- /dev/null +++ b/datasets/combined/labels/train/y6ng4evbboba1_jpg.rf.593f32a5fdaa02c8caef0b5d4c92afb5.txt @@ -0,0 +1 @@ +0 0.49668000625 0.6742634265625 0.62190606875 0.6887744375 0.6316763578125 0.60392495625 0.508469784375 0.5887970921875 0.49668000625 0.6742634265625 \ No newline at end of file diff --git a/datasets/combined/labels/train/y6ng4evbboba1_jpg.rf.5dfcb08d5fd61934158dcd0bb9dd2565.txt b/datasets/combined/labels/train/y6ng4evbboba1_jpg.rf.5dfcb08d5fd61934158dcd0bb9dd2565.txt new file mode 100644 index 0000000000000000000000000000000000000000..2e89a0b9720278cf805d81f0a25a94e830f1fe98 --- /dev/null +++ b/datasets/combined/labels/train/y6ng4evbboba1_jpg.rf.5dfcb08d5fd61934158dcd0bb9dd2565.txt @@ -0,0 +1 @@ +0 0.523219115625 0.704561915625 0.6542007234375 0.6922022234375 0.6457545609374999 0.603362625 0.516700546875 0.6146533875 0.523219115625 0.704561915625 \ No newline at end of file diff --git a/datasets/combined/labels/train/y6ng4evbboba1_jpg.rf.b9f7672c165f0ba640c8ef82f4d1a69f.txt b/datasets/combined/labels/train/y6ng4evbboba1_jpg.rf.b9f7672c165f0ba640c8ef82f4d1a69f.txt new file mode 100644 index 0000000000000000000000000000000000000000..1c31b990b5e28dc990ee36aa0afbce1c605ad2d0 --- /dev/null +++ b/datasets/combined/labels/train/y6ng4evbboba1_jpg.rf.b9f7672c165f0ba640c8ef82f4d1a69f.txt @@ -0,0 +1 @@ +0 0.633078125 0.5887291671875 0.5124375 0.5887291671875 0.5111875 0.6724791671875 0.633703125 0.6716458328125 0.633078125 0.5887291671875 \ No newline at end of file diff --git a/datasets/combined/labels/train/z9bype9vpuga1_jpg.rf.0685fe94fef68f5836174af227760903.txt b/datasets/combined/labels/train/z9bype9vpuga1_jpg.rf.0685fe94fef68f5836174af227760903.txt new file mode 100644 index 0000000000000000000000000000000000000000..c3931392a7263a7cc0550b5fe13379cfcf6dfaf7 --- /dev/null +++ b/datasets/combined/labels/train/z9bype9vpuga1_jpg.rf.0685fe94fef68f5836174af227760903.txt @@ -0,0 +1 @@ +0 0.72878125 0.32671405937500003 0.486015625 0.32173775625 0.48520312499999996 0.4444707734375 0.72878125 0.44944707812500007 0.72878125 0.32671405937500003 \ No newline at end of file diff --git a/datasets/combined/labels/train/z9bype9vpuga1_jpg.rf.2691e71e3a7625a7c42315f96a4bfe6a.txt b/datasets/combined/labels/train/z9bype9vpuga1_jpg.rf.2691e71e3a7625a7c42315f96a4bfe6a.txt new file mode 100644 index 0000000000000000000000000000000000000000..4ccf946005c7b5c8719b894a37a461a7a5b75a92 --- /dev/null +++ b/datasets/combined/labels/train/z9bype9vpuga1_jpg.rf.2691e71e3a7625a7c42315f96a4bfe6a.txt @@ -0,0 +1 @@ +0 0.432972015625 0.4162503390625 0.701776059375 0.39353522343749997 0.687578828125 0.258457590625 0.4196695109375 0.28107866718749996 0.432972015625 0.4162503390625 \ No newline at end of file diff --git a/datasets/combined/labels/train/z9bype9vpuga1_jpg.rf.385453e64ec20cf58c30af7e698f8d21.txt b/datasets/combined/labels/train/z9bype9vpuga1_jpg.rf.385453e64ec20cf58c30af7e698f8d21.txt new file mode 100644 index 0000000000000000000000000000000000000000..2d86e4a65dd2463038c135055d991d7cbf8893a0 --- /dev/null +++ b/datasets/combined/labels/train/z9bype9vpuga1_jpg.rf.385453e64ec20cf58c30af7e698f8d21.txt @@ -0,0 +1 @@ +0 0.46293820625000004 0.4225421671875 0.7222045968749999 0.47375369375 0.7453845390625 0.342293703125 0.486986115625 0.2912352234375 0.46293820625000004 0.4225421671875 \ No newline at end of file diff --git a/datasets/combined/labels/train/zr2m1dok9tja1_jpg.rf.1cd3e299fc2a6ae9d25680fe1ebc9edb.txt b/datasets/combined/labels/train/zr2m1dok9tja1_jpg.rf.1cd3e299fc2a6ae9d25680fe1ebc9edb.txt new file mode 100644 index 0000000000000000000000000000000000000000..9290d1e26a168c27de74b846fcadfc4b8e962d3a --- /dev/null +++ b/datasets/combined/labels/train/zr2m1dok9tja1_jpg.rf.1cd3e299fc2a6ae9d25680fe1ebc9edb.txt @@ -0,0 +1 @@ +0 0.48265149375 0.53140658125 0.6732419078125 0.5523165390625 0.6827371984374999 0.44618658125 0.49304879531249995 0.424510546875 0.48265149375 0.53140658125 \ No newline at end of file diff --git a/datasets/combined/labels/train/zr2m1dok9tja1_jpg.rf.22b0d9a7c8e3bfa994cb7b72d6036af3.txt b/datasets/combined/labels/train/zr2m1dok9tja1_jpg.rf.22b0d9a7c8e3bfa994cb7b72d6036af3.txt new file mode 100644 index 0000000000000000000000000000000000000000..b073b084349645c6951cf59884d963b7ce7e06e7 --- /dev/null +++ b/datasets/combined/labels/train/zr2m1dok9tja1_jpg.rf.22b0d9a7c8e3bfa994cb7b72d6036af3.txt @@ -0,0 +1 @@ +0 0.45247807656249994 0.586160215625 0.650641071875 0.61493316875 0.66445284375 0.5042730828125 0.46725949375000003 0.474731540625 0.45247807656249994 0.586160215625 \ No newline at end of file diff --git a/datasets/combined/labels/train/zr2m1dok9tja1_jpg.rf.e071d1777710fae539eba28ada3dc2a8.txt b/datasets/combined/labels/train/zr2m1dok9tja1_jpg.rf.e071d1777710fae539eba28ada3dc2a8.txt new file mode 100644 index 0000000000000000000000000000000000000000..11429a5bb676190d2ffcf0e8b6d7a550baf5c79c --- /dev/null +++ b/datasets/combined/labels/train/zr2m1dok9tja1_jpg.rf.e071d1777710fae539eba28ada3dc2a8.txt @@ -0,0 +1 @@ +0 0.6730937499999999 0.44359016406249996 0.49053125 0.4419344265625 0.491328125 0.5447540984375 0.674671875 0.5455901640625 0.6730937499999999 0.44359016406249996 \ No newline at end of file diff --git a/datasets/combined/labels/val.cache b/datasets/combined/labels/val.cache new file mode 100644 index 0000000000000000000000000000000000000000..0b1a98e7b7745d537ed38f5eb2424278f1674fc1 Binary files /dev/null and b/datasets/combined/labels/val.cache differ diff --git a/datasets/combined/labels/val/000000000036.txt b/datasets/combined/labels/val/000000000036.txt new file mode 100644 index 0000000000000000000000000000000000000000..b113930d997310ba9c20e16a325c839da011e002 --- /dev/null +++ b/datasets/combined/labels/val/000000000036.txt @@ -0,0 +1,2 @@ +25 0.475759 0.414523 0.951518 0.672422 +0 0.671279 0.617945 0.645759 0.726859 diff --git a/datasets/combined/labels/val/000000000042.txt b/datasets/combined/labels/val/000000000042.txt new file mode 100644 index 0000000000000000000000000000000000000000..84299af040b4f9abe636036378662ebdc7a8ed7d --- /dev/null +++ b/datasets/combined/labels/val/000000000042.txt @@ -0,0 +1 @@ +16 0.606687 0.341381 0.544156 0.51 diff --git a/datasets/combined/labels/val/000000000049.txt b/datasets/combined/labels/val/000000000049.txt new file mode 100644 index 0000000000000000000000000000000000000000..13f779eec97ba7642d29fefd2707aaf0f0642231 --- /dev/null +++ b/datasets/combined/labels/val/000000000049.txt @@ -0,0 +1,9 @@ +17 0.597835 0.63755 0.342283 0.36886 +17 0.324291 0.64808 0.219711 0.3164 +0 0.620039 0.5939 0.172415 0.14608 +0 0.385525 0.58557 0.14937 0.12586 +0 0.328898 0.70199 0.0313386 0.06714 +58 0.622546 0.89961 0.185932 0.09446 +0 0.760577 0.69423 0.0285564 0.05486 +0 0.510709 0.69215 0.0187927 0.04682 +0 0.929554 0.67602 0.0388451 0.01844 diff --git a/datasets/combined/labels/val/000000000061.txt b/datasets/combined/labels/val/000000000061.txt new file mode 100644 index 0000000000000000000000000000000000000000..9df9ab05cbbfae5ee71ea8d031c219c5bff058b6 --- /dev/null +++ b/datasets/combined/labels/val/000000000061.txt @@ -0,0 +1,5 @@ +0 0.445688 0.480615 0.075125 0.117295 +0 0.640086 0.471742 0.0508281 0.0814344 +20 0.643211 0.558852 0.129828 0.097623 +20 0.459703 0.592121 0.22175 0.159242 +0 0.435383 0.45832 0.0534531 0.111025 diff --git a/datasets/combined/labels/val/f3qb1vrj1yoa1_jpg.rf.0c929697cda80c88e6e949bf199fab47.txt b/datasets/combined/labels/val/f3qb1vrj1yoa1_jpg.rf.0c929697cda80c88e6e949bf199fab47.txt new file mode 100644 index 0000000000000000000000000000000000000000..a44402ada97a33999209fafa2cadeef910105e09 --- /dev/null +++ b/datasets/combined/labels/val/f3qb1vrj1yoa1_jpg.rf.0c929697cda80c88e6e949bf199fab47.txt @@ -0,0 +1 @@ +0 0.623546875 0.497515625 0.43946874999999996 0.49834375 0.441125 0.5953593749999999 0.625203125 0.5920468750000001 0.623546875 0.497515625 \ No newline at end of file diff --git a/datasets/combined/labels/val/jpqfy8q88ida1_jpg.rf.81dd382d960329398229cd48642dacdf.txt b/datasets/combined/labels/val/jpqfy8q88ida1_jpg.rf.81dd382d960329398229cd48642dacdf.txt new file mode 100644 index 0000000000000000000000000000000000000000..37a8508c82297cc480e070c0160d55913d414db5 --- /dev/null +++ b/datasets/combined/labels/val/jpqfy8q88ida1_jpg.rf.81dd382d960329398229cd48642dacdf.txt @@ -0,0 +1 @@ +0 0.76009375 0.47930966406250003 0.648421875 0.4826232734375 0.6543281249999999 0.5638856015625 0.766 0.5572386593750001 0.76009375 0.47930966406250003 \ No newline at end of file diff --git a/datasets/combined/labels/val/m2knm1yzssoa1_jpg.rf.d8375bce3063f03a83db6944b97bcf95.txt b/datasets/combined/labels/val/m2knm1yzssoa1_jpg.rf.d8375bce3063f03a83db6944b97bcf95.txt new file mode 100644 index 0000000000000000000000000000000000000000..ba825a3d87695528fd78c90c20bd956e4987613e --- /dev/null +++ b/datasets/combined/labels/val/m2knm1yzssoa1_jpg.rf.d8375bce3063f03a83db6944b97bcf95.txt @@ -0,0 +1 @@ +0 0.64909375 0.4295584984375 0.367375 0.431214128125 0.36267187500000003 0.636026490625 0.64615625 0.6393377484375 0.64909375 0.4295584984375 \ No newline at end of file diff --git a/datasets/combined/labels/val/mcen7bieo4aa1_jpg.rf.7bd62b96bec150000610278371b0eaa6.txt b/datasets/combined/labels/val/mcen7bieo4aa1_jpg.rf.7bd62b96bec150000610278371b0eaa6.txt new file mode 100644 index 0000000000000000000000000000000000000000..3146120b7b2291f8ea70f26d3d74b0484ffeeb88 --- /dev/null +++ b/datasets/combined/labels/val/mcen7bieo4aa1_jpg.rf.7bd62b96bec150000610278371b0eaa6.txt @@ -0,0 +1 @@ +0 0.741046875 0.6020113859375 0.6311093750000001 0.6036622390625 0.631796875 0.6758064515625 0.74171875 0.6741555984375001 0.741046875 0.6020113859375 \ No newline at end of file diff --git a/datasets/combined/labels/val/mwhmvhum2fna1_jpg.rf.96049f2b9661d3baafa8285470183146.txt b/datasets/combined/labels/val/mwhmvhum2fna1_jpg.rf.96049f2b9661d3baafa8285470183146.txt new file mode 100644 index 0000000000000000000000000000000000000000..a660ae6b3b043c4d07e537b7bf122c9ac98b7d05 --- /dev/null +++ b/datasets/combined/labels/val/mwhmvhum2fna1_jpg.rf.96049f2b9661d3baafa8285470183146.txt @@ -0,0 +1 @@ +0 0.6131875 0.608625 0.449625 0.6036458328125 0.447140625 0.7048125 0.6125625 0.708125 0.6131875 0.608625 \ No newline at end of file diff --git a/datasets/combined/labels/val/mzrzg7i213ha1_jpg.rf.e27ad7230076c0bacbedb8a5522c8186.txt b/datasets/combined/labels/val/mzrzg7i213ha1_jpg.rf.e27ad7230076c0bacbedb8a5522c8186.txt new file mode 100644 index 0000000000000000000000000000000000000000..2d5b26bc5b97186166c6c11887e4083db8950600 --- /dev/null +++ b/datasets/combined/labels/val/mzrzg7i213ha1_jpg.rf.e27ad7230076c0bacbedb8a5522c8186.txt @@ -0,0 +1 @@ +0 0.70025 0.4461041671875 0.320890625 0.43614583281249997 0.315296875 0.6915416671875 0.69340625 0.6981666671875 0.70025 0.4461041671875 \ No newline at end of file diff --git a/datasets/combined/labels/val/n3wwf4c9nuga1_jpg.rf.1bc50f6844e3de5eab67e2f674a45684.txt b/datasets/combined/labels/val/n3wwf4c9nuga1_jpg.rf.1bc50f6844e3de5eab67e2f674a45684.txt new file mode 100644 index 0000000000000000000000000000000000000000..84767b48d7c634af163ea9ec51a3f8ea448f604a --- /dev/null +++ b/datasets/combined/labels/val/n3wwf4c9nuga1_jpg.rf.1bc50f6844e3de5eab67e2f674a45684.txt @@ -0,0 +1 @@ +0 0.434359375 0.4195229359375 0.31009375 0.4162201828125 0.30867187500000004 0.4924954125 0.430828125 0.497467890625 0.434359375 0.4195229359375 \ No newline at end of file diff --git a/datasets/combined/labels/val/ojlckqv73hma1_jpg.rf.4b45f58ff1192fa99d33aefb768b514b.txt b/datasets/combined/labels/val/ojlckqv73hma1_jpg.rf.4b45f58ff1192fa99d33aefb768b514b.txt new file mode 100644 index 0000000000000000000000000000000000000000..a8686120200e57a6daaaaa1bc4c902df60a56c33 --- /dev/null +++ b/datasets/combined/labels/val/ojlckqv73hma1_jpg.rf.4b45f58ff1192fa99d33aefb768b514b.txt @@ -0,0 +1 @@ +0 0.5000312499999999 0.681619834375 0.402046875 0.666694215625 0.395 0.7172727265625001 0.4921875 0.7338512390624999 0.5000312499999999 0.681619834375 \ No newline at end of file diff --git a/datasets/combined/labels/val/os57kt6qfyga1_jpg.rf.8bee6bedfeddb1e4a1cb7bb731a24fbb.txt b/datasets/combined/labels/val/os57kt6qfyga1_jpg.rf.8bee6bedfeddb1e4a1cb7bb731a24fbb.txt new file mode 100644 index 0000000000000000000000000000000000000000..e036df55286169a691dd1cfa8cc83dcf128fa29b --- /dev/null +++ b/datasets/combined/labels/val/os57kt6qfyga1_jpg.rf.8bee6bedfeddb1e4a1cb7bb731a24fbb.txt @@ -0,0 +1 @@ +0 0.557828125 0.3781111109375 0.42024999999999996 0.39469444375 0.427703125 0.5721388890625 0.564828125 0.5555555562500001 0.557828125 0.3781111109375 \ No newline at end of file diff --git a/datasets/combined/labels/val/qCnRlWJtDgPcBF2yEfAd3JwYOT9c6H180N_CQ4g3nxE_jpg.rf.da5a3c95bb7fa2f3ecb4de76fb84688e.txt b/datasets/combined/labels/val/qCnRlWJtDgPcBF2yEfAd3JwYOT9c6H180N_CQ4g3nxE_jpg.rf.da5a3c95bb7fa2f3ecb4de76fb84688e.txt new file mode 100644 index 0000000000000000000000000000000000000000..f616305f9d8ed148dd994b0772c416ce3a3896b5 --- /dev/null +++ b/datasets/combined/labels/val/qCnRlWJtDgPcBF2yEfAd3JwYOT9c6H180N_CQ4g3nxE_jpg.rf.da5a3c95bb7fa2f3ecb4de76fb84688e.txt @@ -0,0 +1 @@ +0 0.597859375 0.457689821875 0.390953125 0.45686591249999997 0.38775 0.5671567046875 0.597859375 0.5688045234375 0.597859375 0.457689821875 \ No newline at end of file diff --git a/datasets/combined/labels/val/qp478jqt0zha1_jpg.rf.544abdaa9c9275c65e5a6f080a204a6d.txt b/datasets/combined/labels/val/qp478jqt0zha1_jpg.rf.544abdaa9c9275c65e5a6f080a204a6d.txt new file mode 100644 index 0000000000000000000000000000000000000000..75436d5e593460b5e59e399669eeedd8d7dda82e --- /dev/null +++ b/datasets/combined/labels/val/qp478jqt0zha1_jpg.rf.544abdaa9c9275c65e5a6f080a204a6d.txt @@ -0,0 +1 @@ +0 0.702109375 0.3739583328125 0.541671875 0.3681458328125 0.5397968750000001 0.48091666718750004 0.6996249999999999 0.48589583281250004 0.702109375 0.3739583328125 \ No newline at end of file diff --git a/datasets/combined/labels/val/rj794aeqtrba1_jpg.rf.e3113ea667fa45a7b1e801cc3c366b1a.txt b/datasets/combined/labels/val/rj794aeqtrba1_jpg.rf.e3113ea667fa45a7b1e801cc3c366b1a.txt new file mode 100644 index 0000000000000000000000000000000000000000..7dc88f04389cd86ae8665a1d1b16d007bff5357b --- /dev/null +++ b/datasets/combined/labels/val/rj794aeqtrba1_jpg.rf.e3113ea667fa45a7b1e801cc3c366b1a.txt @@ -0,0 +1 @@ +0 0.5255 0.43283333281249997 0.3868125 0.43116666718749996 0.389296875 0.5223958328125 0.5255 0.5273541671875 0.5255 0.43283333281249997 \ No newline at end of file diff --git a/datasets/combined/labels/val/shahbagh_005_mp4-0237_jpg.rf.7f0ba48bdb294fcce22857e04294590f.txt b/datasets/combined/labels/val/shahbagh_005_mp4-0237_jpg.rf.7f0ba48bdb294fcce22857e04294590f.txt new file mode 100644 index 0000000000000000000000000000000000000000..9b1944a42df5e7905cda64de0dc93270953d35c9 --- /dev/null +++ b/datasets/combined/labels/val/shahbagh_005_mp4-0237_jpg.rf.7f0ba48bdb294fcce22857e04294590f.txt @@ -0,0 +1,40 @@ +4 0.3015625 0.475 0.015625 0.05277777777777778 +1 0.5828125 0.25277777777777777 0.0734375 0.03888888888888889 +1 0.59375 0.275 0.0640625 0.027777777777777776 +2 0.646875 0.29444444444444445 0.0296875 0.05555555555555555 +2 0.5203125 0.28055555555555556 0.025 0.05555555555555555 +4 0.671875 0.45 0.0265625 0.08055555555555556 +4 0.6375 0.41944444444444445 0.0140625 0.08888888888888889 +4 0.0265625 0.9694444444444444 0.0453125 0.058333333333333334 +4 0.321875 0.5916666666666667 0.0234375 0.11666666666666667 +4 0.5203125 0.33055555555555555 0.0140625 0.06944444444444445 +3 0.553125 0.30277777777777776 0.034375 0.04722222222222222 +4 0.24375 0.7222222222222222 0.0296875 0.12222222222222222 +1 0.4796875 0.9361111111111111 0.1515625 0.12777777777777777 +5 0.1921875 0.5555555555555556 0.0359375 0.1111111111111111 +4 0.2359375 0.875 0.034375 0.18333333333333332 +4 0.1578125 0.9083333333333333 0.046875 0.18055555555555555 +4 0.1546875 0.7777777777777778 0.0234375 0.12222222222222222 +4 0.2828125 0.6527777777777778 0.021875 0.1361111111111111 +4 0.2671875 0.6444444444444445 0.025 0.13055555555555556 +5 0.353125 0.5444444444444444 0.0328125 0.08333333333333333 +5 0.415625 0.5277777777777778 0.0375 0.07222222222222222 +5 0.4453125 0.49166666666666664 0.0375 0.1 +1 0.38125 0.6611111111111111 0.075 0.21944444444444444 +1 0.4796875 0.7416666666666667 0.1234375 0.2111111111111111 +1 0.4984375 0.5611111111111111 0.0703125 0.14444444444444443 +2 0.565625 0.5611111111111111 0.0546875 0.1638888888888889 +1 0.6390625 0.5722222222222222 0.0828125 0.16666666666666666 +1 0.3328125 0.9027777777777778 0.1546875 0.19444444444444445 +3 0.5859375 0.30277777777777776 0.0296875 0.03888888888888889 +3 0.621875 0.31666666666666665 0.0375 0.03888888888888889 +4 0.46875 0.36666666666666664 0.015625 0.075 +4 0.4171875 0.41944444444444445 0.0140625 0.08333333333333333 +4 0.484375 0.30833333333333335 0.0234375 0.06666666666666667 +4 0.390625 0.4722222222222222 0.0109375 0.08611111111111111 +4 0.3703125 0.4722222222222222 0.0140625 0.05555555555555555 +5 0.2265625 0.6027777777777777 0.0484375 0.07777777777777778 +4 0.2140625 0.6416666666666667 0.0171875 0.08611111111111111 +4 0.196875 0.675 0.021875 0.11944444444444445 +5 0.140625 0.5611111111111111 0.0671875 0.09722222222222222 +5 0.30625 0.5555555555555556 0.0328125 0.09722222222222222 \ No newline at end of file diff --git a/datasets/combined/labels/val/shahbagh_008_mp4-0005_jpg.rf.3539cc6a758afde218fa67c9af66dd67.txt b/datasets/combined/labels/val/shahbagh_008_mp4-0005_jpg.rf.3539cc6a758afde218fa67c9af66dd67.txt new file mode 100644 index 0000000000000000000000000000000000000000..ac668b4ce92a39db4d264909e8dd62ec0e2b5a86 --- /dev/null +++ b/datasets/combined/labels/val/shahbagh_008_mp4-0005_jpg.rf.3539cc6a758afde218fa67c9af66dd67.txt @@ -0,0 +1,33 @@ +1 0.234375 0.23055555555555557 0.1265625 0.08333333333333333 +4 0.6296875 0.8916666666666667 0.053125 0.2111111111111111 +4 0.115625 0.8972222222222223 0.053125 0.20555555555555555 +1 0.45625 0.2388888888888889 0.1296875 0.07222222222222222 +1 0.153125 0.3055555555555556 0.084375 0.1 +4 0.5390625 0.8194444444444444 0.0375 0.20833333333333334 +4 0.0703125 0.6388888888888888 0.0421875 0.15555555555555556 +4 0.80625 0.6277777777777778 0.0359375 0.16944444444444445 +4 0.075 0.5416666666666666 0.04375 0.09444444444444444 +4 0.4921875 0.31666666666666665 0.025 0.1 +4 0.3046875 0.19444444444444445 0.0234375 0.07777777777777778 +4 0.703125 0.675 0.04375 0.18055555555555555 +1 0.3859375 0.1388888888888889 0.0453125 0.06111111111111111 +4 0.290625 0.3416666666666667 0.0328125 0.10555555555555556 +4 0.5390625 0.40555555555555556 0.0203125 0.1111111111111111 +0 0.75625 0.8555555555555555 0.071875 0.10833333333333334 +1 0.3046875 0.12777777777777777 0.0359375 0.05555555555555555 +0 0.88125 0.7194444444444444 0.096875 0.11388888888888889 +1 0.3390625 0.14166666666666666 0.04375 0.06111111111111111 +4 0.7078125 0.8416666666666667 0.0609375 0.17222222222222222 +4 0.7359375 0.7666666666666667 0.0484375 0.17222222222222222 +4 0.4359375 0.30833333333333335 0.0234375 0.08888888888888889 +4 0.1171875 0.36944444444444446 0.0296875 0.08055555555555556 +5 0.3109375 0.6944444444444444 0.103125 0.15 +4 0.5859375 0.5527777777777778 0.028125 0.1638888888888889 +4 0.5640625 0.4888888888888889 0.0234375 0.15 +5 0.625 0.49722222222222223 0.0390625 0.13333333333333333 +5 0.675 0.3638888888888889 0.0359375 0.11666666666666667 +4 0.4640625 0.3333333333333333 0.01875 0.10277777777777777 +4 0.5203125 0.30277777777777776 0.0203125 0.09722222222222222 +4 0.075 0.4 0.028125 0.13055555555555556 +4 0.2828125 0.5638888888888889 0.0421875 0.10277777777777777 +5 0.634375 0.6694444444444444 0.05 0.21944444444444444 \ No newline at end of file