Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +1 -0
- README.dataset.txt +17 -0
- README.md +66 -0
- README.roboflow.txt +28 -0
- UPLOAD_GUIDE.md +66 -0
- data.yaml +7 -0
- requirements_upload.txt +1 -0
- test/images/z7143458884336_a9ee3db818f4478a53baea567a004186.jpg +3 -0
- test/images/z7143462884505_bfce87f5d56d7715b8e7c8981c1a9fef.jpg +3 -0
- test/images/z7143466435453_ae7f81a707877c4bccf1d235f3362fe1.jpg +3 -0
- test/images/z7143467915149_0b8d3fafd2fa7f7d7057cd1b3040a2fc.jpg +3 -0
- test/images/z7143469703843_aac1b580794af0b2c08faa0312df5624.jpg +3 -0
- test/images/z7143470604714_ef7decd96875af06bc0c73bd401d2a7c.jpg +3 -0
- test/images/z7143471258209_ef8d2a5d39b733bb3f076a27d65038b3.jpg +3 -0
- test/images/z7143474136046_e2e3c795fbdcbd22d9574ace5eef40b1.jpg +3 -0
- test/images/z7143476391630_3d24910e40a8489b738f019f1c9a449d.jpg +3 -0
- test/images/z7143482537258_10d7ab30fb53bb83ca85a1304a4af8ad.jpg +3 -0
- test/labels/z7143458884336_a9ee3db818f4478a53baea567a004186.txt +8 -0
- test/labels/z7143462884505_bfce87f5d56d7715b8e7c8981c1a9fef.txt +15 -0
- test/labels/z7143466435453_ae7f81a707877c4bccf1d235f3362fe1.txt +16 -0
- test/labels/z7143467915149_0b8d3fafd2fa7f7d7057cd1b3040a2fc.txt +16 -0
- test/labels/z7143469703843_aac1b580794af0b2c08faa0312df5624.txt +15 -0
- test/labels/z7143470604714_ef7decd96875af06bc0c73bd401d2a7c.txt +15 -0
- test/labels/z7143471258209_ef8d2a5d39b733bb3f076a27d65038b3.txt +16 -0
- test/labels/z7143474136046_e2e3c795fbdcbd22d9574ace5eef40b1.txt +16 -0
- test/labels/z7143476391630_3d24910e40a8489b738f019f1c9a449d.txt +16 -0
- test/labels/z7143482537258_10d7ab30fb53bb83ca85a1304a4af8ad.txt +20 -0
- train/images/100_jpg.rf.5c54b5b7348f407853c66cfdf953fd78.jpg +3 -0
- train/images/101_jpg.rf.658d8496aa5c2ad2211f08be901cca09.jpg +3 -0
- train/images/102_jpg.rf.9dcb7c108941e3cf11e437ae398391c4.jpg +3 -0
- train/images/104_jpg.rf.8499dd9ce507330e6e43e78279a1d492.jpg +3 -0
- train/images/105_jpg.rf.b161260946244277080bfba280d7f1f8.jpg +3 -0
- train/images/106_jpg.rf.2acacd8c55ba22d0c083af58e6d4abb2.jpg +3 -0
- train/images/107_jpg.rf.0634d2152565463d59cb2eaab9c1e13e.jpg +3 -0
- train/images/108_jpg.rf.5381fda45c09a209692f7575b69f78b4.jpg +3 -0
- train/images/109_jpg.rf.aa7187022ffb48dc0246b686411b3694.jpg +3 -0
- train/images/10_jpg.rf.21e4c323f929982084fd7b08b3a1a490.jpg +3 -0
- train/images/110_jpg.rf.fa5c38a0795fe8c3d3fec72d4475fea8.jpg +3 -0
- train/images/111_jpg.rf.65668a7d6e9080f1445e7ed9ba8c9fae.jpg +3 -0
- train/images/112_jpg.rf.75a5ee24326da5c9648137a9b082d14f.jpg +3 -0
- train/images/113_jpg.rf.d099f6b02fad2ea7859ff4badd137569.jpg +3 -0
- train/images/114_jpg.rf.6b6de72244a30bec5ebab21e53703d76.jpg +3 -0
- train/images/115_jpg.rf.7b89e5bef538700fcd19b57446dbf4b0.jpg +3 -0
- train/images/116_jpg.rf.61c572e8a3655a8ee6a52401ba9f0f89.jpg +3 -0
- train/images/118_jpg.rf.d0cac829d2fa7fef15bdaf02a23d0096.jpg +3 -0
- train/images/119_jpg.rf.f1f2949298f923a8b49a13d14e89e03a.jpg +3 -0
- train/images/11_jpg.rf.e82637a6408c645212f273e7037b7db5.jpg +3 -0
- train/images/120_jpg.rf.379bb53cf7362ebe7d58d39d52d9ea8c.jpg +3 -0
- train/images/121_jpg.rf.bcc76ab664f7e37e426896b9f0419abd.jpg +3 -0
- train/images/122_jpg.rf.6a042f8b099252bb9da5009b56b89928.jpg +3 -0
.gitattributes
CHANGED
|
@@ -57,3 +57,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
train/labels.cache filter=lfs diff=lfs merge=lfs -text
|
README.dataset.txt
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Pool Balls Detection > 2025-10-21 11:59pm
|
| 2 |
+
https://universe.roboflow.com/nhan-wzcb7/pool-balls-detection-srlqi-iqsqo
|
| 3 |
+
|
| 4 |
+
Provided by a Roboflow user
|
| 5 |
+
License: CC BY 4.0
|
| 6 |
+
|
| 7 |
+
Here are a few use cases for this project:
|
| 8 |
+
|
| 9 |
+
1. **Pool Game Assistant**: This computer vision model can be used for building an augmented reality app that assists pool players in taking shots. By detecting the balls and their numbers, the app could suggest optimal shot angles and strategies for the game.
|
| 10 |
+
|
| 11 |
+
2. **Sport Broadcast Enhancement**: The Pool Balls Detection model can be incorporated into broadcasting technologies for professional sports. Through identifying each ball, it can provide real-time graphics showcasing the ball statistics such as remaining balls, a particular ball's position, or predictive line of shot.
|
| 12 |
+
|
| 13 |
+
3. **Advanced Training Tool**: This model can be used as part of a virtual coaching app for players seeking to improve their pool game. It can analyze the arrangement of balls and provide feedback on gameplay, or demonstrate how professional players would handle the same scenario.
|
| 14 |
+
|
| 15 |
+
4. **Billiard Club Management**: The model can be used in a billiard club software to monitor table status. It can detect the game stage based on the balls' positions and identities, helping staff know when a game has ended and the table is ready for the next players.
|
| 16 |
+
|
| 17 |
+
5. **Efficient Ball Sorter**: For manufactures or pool parlors that need to regularly organize sets of pool balls, this model could be paired with a robotic system to automatically identify and sort different balls, saving time and increasing efficiency.
|
README.md
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- object-detection
|
| 5 |
+
tags:
|
| 6 |
+
- yolo
|
| 7 |
+
- computer-vision
|
| 8 |
+
- pool
|
| 9 |
+
- billiards
|
| 10 |
+
size_categories:
|
| 11 |
+
- n<1K
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
# Pool Detection Dataset
|
| 15 |
+
|
| 16 |
+
This is a YOLO format dataset for object detection tasks.
|
| 17 |
+
|
| 18 |
+
## Dataset Structure
|
| 19 |
+
|
| 20 |
+
```
|
| 21 |
+
pool/
|
| 22 |
+
train/
|
| 23 |
+
images/
|
| 24 |
+
labels/
|
| 25 |
+
valid/
|
| 26 |
+
images/
|
| 27 |
+
labels/
|
| 28 |
+
test/
|
| 29 |
+
images/
|
| 30 |
+
labels/
|
| 31 |
+
data.yaml
|
| 32 |
+
```
|
| 33 |
+
|
| 34 |
+
## Classes
|
| 35 |
+
|
| 36 |
+
The dataset contains 16 classes representing pool balls (numbered 0-15).
|
| 37 |
+
|
| 38 |
+
## Usage
|
| 39 |
+
|
| 40 |
+
### In Python
|
| 41 |
+
|
| 42 |
+
```python
|
| 43 |
+
from datasets import load_dataset
|
| 44 |
+
|
| 45 |
+
dataset = load_dataset("nhantu2107/pool-detection")
|
| 46 |
+
```
|
| 47 |
+
|
| 48 |
+
### In Kaggle
|
| 49 |
+
|
| 50 |
+
1. Go to your Kaggle notebook
|
| 51 |
+
2. Click "Add data" -> "Hugging Face"
|
| 52 |
+
3. Search for "pool-detection"
|
| 53 |
+
4. Click "Add"
|
| 54 |
+
|
| 55 |
+
### With YOLOv8/YOLOv11
|
| 56 |
+
|
| 57 |
+
```python
|
| 58 |
+
from ultralytics import YOLO
|
| 59 |
+
|
| 60 |
+
model = YOLO('yolov8n.pt')
|
| 61 |
+
model.train(data='data.yaml', epochs=100)
|
| 62 |
+
```
|
| 63 |
+
|
| 64 |
+
## Citation
|
| 65 |
+
|
| 66 |
+
If you use this dataset, please cite appropriately.
|
README.roboflow.txt
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
Pool Balls Detection - v1 2025-10-21 11:59pm
|
| 3 |
+
==============================
|
| 4 |
+
|
| 5 |
+
This dataset was exported via roboflow.com on October 21, 2025 at 5:00 PM GMT
|
| 6 |
+
|
| 7 |
+
Roboflow is an end-to-end computer vision platform that helps you
|
| 8 |
+
* collaborate with your team on computer vision projects
|
| 9 |
+
* collect & organize images
|
| 10 |
+
* understand and search unstructured image data
|
| 11 |
+
* annotate, and create datasets
|
| 12 |
+
* export, train, and deploy computer vision models
|
| 13 |
+
* use active learning to improve your dataset over time
|
| 14 |
+
|
| 15 |
+
For state of the art Computer Vision training notebooks you can use with this dataset,
|
| 16 |
+
visit https://github.com/roboflow/notebooks
|
| 17 |
+
|
| 18 |
+
To find over 100k other datasets and pre-trained models, visit https://universe.roboflow.com
|
| 19 |
+
|
| 20 |
+
The dataset includes 262 images.
|
| 21 |
+
Pool-balls are annotated in YOLOv8 format.
|
| 22 |
+
|
| 23 |
+
The following pre-processing was applied to each image:
|
| 24 |
+
|
| 25 |
+
The following augmentation was applied to create 3 versions of each source image:
|
| 26 |
+
* Random brigthness adjustment of between -15 and +15 percent
|
| 27 |
+
|
| 28 |
+
|
UPLOAD_GUIDE.md
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Upload Dataset to Hugging Face - Quick Guide
|
| 2 |
+
|
| 3 |
+
## Step 1: Install Requirements
|
| 4 |
+
|
| 5 |
+
```bash
|
| 6 |
+
pip install huggingface_hub
|
| 7 |
+
```
|
| 8 |
+
|
| 9 |
+
## Step 2: Login to Hugging Face
|
| 10 |
+
|
| 11 |
+
```bash
|
| 12 |
+
huggingface-cli login
|
| 13 |
+
```
|
| 14 |
+
|
| 15 |
+
You'll need a Hugging Face token:
|
| 16 |
+
1. Go to https://huggingface.co/settings/tokens
|
| 17 |
+
2. Create a new token with "write" permission
|
| 18 |
+
3. Copy and paste it when prompted
|
| 19 |
+
|
| 20 |
+
## Step 3: Configure the Upload Script
|
| 21 |
+
|
| 22 |
+
Edit `upload_to_huggingface.py`:
|
| 23 |
+
- Change `HF_USERNAME` to your Hugging Face username
|
| 24 |
+
- Optionally change `DATASET_NAME` to your preferred name
|
| 25 |
+
|
| 26 |
+
## Step 4: Run the Upload Script
|
| 27 |
+
|
| 28 |
+
```bash
|
| 29 |
+
python upload_to_huggingface.py
|
| 30 |
+
```
|
| 31 |
+
|
| 32 |
+
## Step 5: Use in Kaggle
|
| 33 |
+
|
| 34 |
+
Once uploaded, in your Kaggle notebook:
|
| 35 |
+
|
| 36 |
+
1. Click "Add Data" button
|
| 37 |
+
2. Select "Hugging Face" tab
|
| 38 |
+
3. Search for your dataset name
|
| 39 |
+
4. Click "Add"
|
| 40 |
+
|
| 41 |
+
The dataset will be mounted at `/kaggle/input/your-dataset-name/`
|
| 42 |
+
|
| 43 |
+
## Alternative: Direct Download in Kaggle
|
| 44 |
+
|
| 45 |
+
If you prefer, you can also download directly in your Kaggle notebook:
|
| 46 |
+
|
| 47 |
+
```python
|
| 48 |
+
from huggingface_hub import snapshot_download
|
| 49 |
+
|
| 50 |
+
dataset_path = snapshot_download(
|
| 51 |
+
repo_id="YOUR_USERNAME/DATASET_NAME",
|
| 52 |
+
repo_type="dataset",
|
| 53 |
+
local_dir="./pool_dataset"
|
| 54 |
+
)
|
| 55 |
+
|
| 56 |
+
print(f"Dataset downloaded to: {dataset_path}")
|
| 57 |
+
```
|
| 58 |
+
|
| 59 |
+
## Verify Upload
|
| 60 |
+
|
| 61 |
+
After uploading, visit:
|
| 62 |
+
```
|
| 63 |
+
https://huggingface.co/datasets/YOUR_USERNAME/DATASET_NAME
|
| 64 |
+
```
|
| 65 |
+
|
| 66 |
+
You should see all your files (train, valid, test folders and data.yaml).
|
data.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
path: C:\Users\ADMIN\OneDrive\Desktop\Personal_project\pool
|
| 2 |
+
train: train/images
|
| 3 |
+
val: valid/images
|
| 4 |
+
test: test/images
|
| 5 |
+
|
| 6 |
+
nc: 16
|
| 7 |
+
names: ['0', '1', '10', '11', '12', '13', '14', '15', '2', '3', '4', '5', '6', '7', '8', '9']
|
requirements_upload.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
huggingface_hub
|
test/images/z7143458884336_a9ee3db818f4478a53baea567a004186.jpg
ADDED
|
Git LFS Details
|
test/images/z7143462884505_bfce87f5d56d7715b8e7c8981c1a9fef.jpg
ADDED
|
Git LFS Details
|
test/images/z7143466435453_ae7f81a707877c4bccf1d235f3362fe1.jpg
ADDED
|
Git LFS Details
|
test/images/z7143467915149_0b8d3fafd2fa7f7d7057cd1b3040a2fc.jpg
ADDED
|
Git LFS Details
|
test/images/z7143469703843_aac1b580794af0b2c08faa0312df5624.jpg
ADDED
|
Git LFS Details
|
test/images/z7143470604714_ef7decd96875af06bc0c73bd401d2a7c.jpg
ADDED
|
Git LFS Details
|
test/images/z7143471258209_ef8d2a5d39b733bb3f076a27d65038b3.jpg
ADDED
|
Git LFS Details
|
test/images/z7143474136046_e2e3c795fbdcbd22d9574ace5eef40b1.jpg
ADDED
|
Git LFS Details
|
test/images/z7143476391630_3d24910e40a8489b738f019f1c9a449d.jpg
ADDED
|
Git LFS Details
|
test/images/z7143482537258_10d7ab30fb53bb83ca85a1304a4af8ad.jpg
ADDED
|
Git LFS Details
|
test/labels/z7143458884336_a9ee3db818f4478a53baea567a004186.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
2 0.166759 0.924901 0.030420 0.049407
|
| 2 |
+
0 0.287334 0.921937 0.023783 0.047431
|
| 3 |
+
1 0.406803 0.914526 0.027102 0.046443
|
| 4 |
+
13 0.516593 0.918972 0.026549 0.049407
|
| 5 |
+
9 0.632743 0.911067 0.026549 0.051383
|
| 6 |
+
14 0.748617 0.908103 0.022677 0.047431
|
| 7 |
+
7 0.853153 0.905632 0.027102 0.054348
|
| 8 |
+
15 0.958518 0.899704 0.030973 0.052372
|
test/labels/z7143462884505_bfce87f5d56d7715b8e7c8981c1a9fef.txt
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
2 0.489681 0.189806 0.181989 0.167961
|
| 2 |
+
3 0.405253 0.334466 0.180113 0.162136
|
| 3 |
+
4 0.590056 0.338350 0.178236 0.175728
|
| 4 |
+
5 0.316135 0.487379 0.183865 0.180583
|
| 5 |
+
6 0.503752 0.484951 0.178236 0.175728
|
| 6 |
+
7 0.669794 0.487379 0.178236 0.176699
|
| 7 |
+
1 0.225141 0.637864 0.172608 0.168932
|
| 8 |
+
8 0.408068 0.635922 0.176360 0.168932
|
| 9 |
+
9 0.584897 0.641748 0.173546 0.176699
|
| 10 |
+
10 0.765478 0.637864 0.176360 0.168932
|
| 11 |
+
11 0.131801 0.805825 0.181051 0.188350
|
| 12 |
+
0 0.318949 0.804369 0.181989 0.185437
|
| 13 |
+
12 0.497655 0.807767 0.171670 0.190291
|
| 14 |
+
13 0.681520 0.803398 0.177298 0.181553
|
| 15 |
+
14 0.856004 0.800000 0.175422 0.184466
|
test/labels/z7143466435453_ae7f81a707877c4bccf1d235f3362fe1.txt
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
7 0.194938 0.413393 0.134103 0.126786
|
| 2 |
+
0 0.323712 0.374107 0.126998 0.123214
|
| 3 |
+
9 0.448046 0.337054 0.118117 0.120536
|
| 4 |
+
13 0.569716 0.301786 0.119893 0.125000
|
| 5 |
+
14 0.226465 0.545089 0.134991 0.133036
|
| 6 |
+
1 0.360568 0.502232 0.129663 0.125893
|
| 7 |
+
3 0.489343 0.460268 0.124334 0.125893
|
| 8 |
+
6 0.615009 0.416518 0.112789 0.122321
|
| 9 |
+
2 0.262877 0.680357 0.145648 0.142857
|
| 10 |
+
8 0.400533 0.635268 0.126110 0.140179
|
| 11 |
+
11 0.533304 0.590179 0.132327 0.142857
|
| 12 |
+
4 0.662522 0.540179 0.127886 0.128571
|
| 13 |
+
12 0.298845 0.829911 0.141208 0.156250
|
| 14 |
+
10 0.440497 0.776786 0.138544 0.157143
|
| 15 |
+
5 0.577265 0.727679 0.133215 0.150000
|
| 16 |
+
15 0.708259 0.679018 0.135879 0.140179
|
test/labels/z7143467915149_0b8d3fafd2fa7f7d7057cd1b3040a2fc.txt
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
7 0.691200 0.803013 0.118400 0.177455
|
| 2 |
+
0 0.572400 0.806362 0.112800 0.175223
|
| 3 |
+
9 0.449200 0.813616 0.112800 0.176339
|
| 4 |
+
13 0.327600 0.826451 0.117600 0.175223
|
| 5 |
+
14 0.671200 0.635045 0.108800 0.165179
|
| 6 |
+
1 0.560400 0.636161 0.108000 0.154018
|
| 7 |
+
3 0.446800 0.645647 0.116000 0.157366
|
| 8 |
+
6 0.332400 0.650670 0.111200 0.154018
|
| 9 |
+
2 0.656800 0.481027 0.105600 0.147321
|
| 10 |
+
8 0.550800 0.484933 0.101600 0.152902
|
| 11 |
+
11 0.442800 0.486607 0.104800 0.147321
|
| 12 |
+
4 0.335600 0.494420 0.101600 0.142857
|
| 13 |
+
12 0.642800 0.347098 0.098400 0.142857
|
| 14 |
+
10 0.544000 0.347098 0.096000 0.122768
|
| 15 |
+
5 0.444400 0.349330 0.101600 0.127232
|
| 16 |
+
15 0.340800 0.352121 0.104000 0.130580
|
test/labels/z7143469703843_aac1b580794af0b2c08faa0312df5624.txt
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
13 0.786242 0.848525 0.263758 0.268097
|
| 2 |
+
10 0.564094 0.734584 0.184564 0.223861
|
| 3 |
+
4 0.816779 0.622989 0.248322 0.189678
|
| 4 |
+
0 0.397315 0.653485 0.162416 0.219839
|
| 5 |
+
1 0.617114 0.544236 0.189933 0.170241
|
| 6 |
+
14 0.252349 0.576072 0.135570 0.199062
|
| 7 |
+
6 0.463758 0.470174 0.146309 0.156166
|
| 8 |
+
3 0.659396 0.387735 0.171141 0.157507
|
| 9 |
+
9 0.868792 0.307976 0.208725 0.165550
|
| 10 |
+
7 0.844966 0.454424 0.232215 0.168901
|
| 11 |
+
2 0.117785 0.505027 0.132215 0.199062
|
| 12 |
+
12 0.321812 0.405496 0.171141 0.156836
|
| 13 |
+
8 0.513758 0.325402 0.160403 0.149464
|
| 14 |
+
5 0.696309 0.253016 0.165772 0.137399
|
| 15 |
+
11 0.890268 0.163539 0.208725 0.140751
|
test/labels/z7143470604714_ef7decd96875af06bc0c73bd401d2a7c.txt
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
4 0.165081 0.789773 0.173499 0.191558
|
| 2 |
+
5 0.342972 0.788149 0.166179 0.183442
|
| 3 |
+
14 0.518302 0.795049 0.172767 0.189123
|
| 4 |
+
9 0.683382 0.801948 0.169107 0.211039
|
| 5 |
+
7 0.862006 0.800325 0.176428 0.202922
|
| 6 |
+
0 0.769400 0.640828 0.142020 0.168019
|
| 7 |
+
2 0.596266 0.638799 0.160322 0.157468
|
| 8 |
+
6 0.440703 0.635552 0.147877 0.147727
|
| 9 |
+
11 0.269400 0.621347 0.174231 0.169643
|
| 10 |
+
3 0.360542 0.497971 0.155930 0.163149
|
| 11 |
+
13 0.518302 0.503247 0.140556 0.144481
|
| 12 |
+
1 0.672767 0.507711 0.149341 0.142045
|
| 13 |
+
10 0.598829 0.392857 0.150805 0.136364
|
| 14 |
+
8 0.449488 0.391234 0.147877 0.131494
|
| 15 |
+
12 0.518668 0.279627 0.132504 0.138799
|
test/labels/z7143471258209_ef8d2a5d39b733bb3f076a27d65038b3.txt
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
7 0.188261 0.171818 0.195652 0.205455
|
| 2 |
+
0 0.381304 0.173182 0.190435 0.206364
|
| 3 |
+
9 0.576522 0.170909 0.194783 0.209091
|
| 4 |
+
13 0.781304 0.173182 0.207826 0.213636
|
| 5 |
+
14 0.182174 0.375455 0.199130 0.198182
|
| 6 |
+
1 0.381304 0.376818 0.197391 0.206364
|
| 7 |
+
3 0.579130 0.380455 0.200000 0.215455
|
| 8 |
+
6 0.783478 0.384545 0.208696 0.203636
|
| 9 |
+
2 0.175217 0.587727 0.197391 0.215455
|
| 10 |
+
8 0.380000 0.592273 0.194783 0.206364
|
| 11 |
+
11 0.587391 0.595455 0.209565 0.214545
|
| 12 |
+
4 0.789130 0.597727 0.216522 0.219091
|
| 13 |
+
12 0.168696 0.799091 0.201739 0.220000
|
| 14 |
+
10 0.372174 0.801364 0.206957 0.219091
|
| 15 |
+
5 0.580000 0.805000 0.200000 0.220909
|
| 16 |
+
15 0.789565 0.812727 0.206957 0.218182
|
test/labels/z7143474136046_e2e3c795fbdcbd22d9574ace5eef40b1.txt
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
12 0.145833 0.151648 0.191239 0.189011
|
| 2 |
+
4 0.344551 0.150549 0.184829 0.191209
|
| 3 |
+
11 0.547543 0.150000 0.184829 0.196703
|
| 4 |
+
1 0.747329 0.148352 0.191239 0.191209
|
| 5 |
+
5 0.133547 0.362637 0.202991 0.202198
|
| 6 |
+
10 0.339744 0.355495 0.196581 0.205495
|
| 7 |
+
6 0.557692 0.353297 0.196581 0.194505
|
| 8 |
+
7 0.766026 0.362637 0.196581 0.217582
|
| 9 |
+
13 0.782051 0.586813 0.209402 0.232967
|
| 10 |
+
9 0.568376 0.592308 0.198718 0.243956
|
| 11 |
+
8 0.340278 0.589560 0.208333 0.229670
|
| 12 |
+
3 0.116453 0.591209 0.213675 0.235165
|
| 13 |
+
0 0.110043 0.846154 0.217949 0.257143
|
| 14 |
+
14 0.338675 0.844505 0.230769 0.256044
|
| 15 |
+
2 0.572115 0.847253 0.219017 0.257143
|
| 16 |
+
15 0.802885 0.842857 0.225427 0.252747
|
test/labels/z7143476391630_3d24910e40a8489b738f019f1c9a449d.txt
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
7 0.212544 0.167247 0.226481 0.205575
|
| 2 |
+
0 0.429443 0.163763 0.214286 0.205575
|
| 3 |
+
9 0.647213 0.162021 0.217770 0.212544
|
| 4 |
+
13 0.860627 0.162021 0.209059 0.212544
|
| 5 |
+
6 0.206446 0.382404 0.228223 0.200348
|
| 6 |
+
3 0.428571 0.377178 0.216028 0.207317
|
| 7 |
+
1 0.644599 0.378920 0.216028 0.214286
|
| 8 |
+
14 0.862369 0.378049 0.212544 0.212544
|
| 9 |
+
2 0.206446 0.601045 0.221254 0.212544
|
| 10 |
+
8 0.428571 0.593206 0.222997 0.210801
|
| 11 |
+
11 0.650697 0.592334 0.207317 0.216028
|
| 12 |
+
4 0.866725 0.591463 0.221254 0.210801
|
| 13 |
+
12 0.861498 0.811847 0.214286 0.219512
|
| 14 |
+
10 0.648955 0.810105 0.214286 0.216028
|
| 15 |
+
5 0.425087 0.818815 0.219512 0.212544
|
| 16 |
+
15 0.206446 0.821429 0.245645 0.221254
|
test/labels/z7143482537258_10d7ab30fb53bb83ca85a1304a4af8ad.txt
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
15 0.172881 0.195697 0.169492 0.211066
|
| 2 |
+
15 0.344068 0.192623 0.172881 0.209016
|
| 3 |
+
5 0.514407 0.190574 0.164407 0.213115
|
| 4 |
+
10 0.694068 0.180328 0.174576 0.204918
|
| 5 |
+
12 0.868644 0.177254 0.174576 0.211066
|
| 6 |
+
4 0.351695 0.406762 0.167797 0.202869
|
| 7 |
+
11 0.521186 0.403689 0.167797 0.217213
|
| 8 |
+
8 0.694068 0.393443 0.167797 0.200820
|
| 9 |
+
2 0.871186 0.392418 0.169492 0.215164
|
| 10 |
+
6 0.357627 0.613730 0.176271 0.202869
|
| 11 |
+
3 0.525424 0.613730 0.176271 0.211066
|
| 12 |
+
1 0.700847 0.613730 0.171186 0.215164
|
| 13 |
+
14 0.880508 0.605533 0.174576 0.211066
|
| 14 |
+
13 0.357627 0.835041 0.183051 0.211066
|
| 15 |
+
9 0.526271 0.830943 0.174576 0.211066
|
| 16 |
+
0 0.704237 0.825820 0.171186 0.200820
|
| 17 |
+
7 0.879661 0.824795 0.176271 0.219262
|
| 18 |
+
2 0.186441 0.838115 0.172881 0.209016
|
| 19 |
+
8 0.181356 0.625000 0.179661 0.213115
|
| 20 |
+
6 0.183051 0.409836 0.172881 0.204918
|
train/images/100_jpg.rf.5c54b5b7348f407853c66cfdf953fd78.jpg
ADDED
|
Git LFS Details
|
train/images/101_jpg.rf.658d8496aa5c2ad2211f08be901cca09.jpg
ADDED
|
Git LFS Details
|
train/images/102_jpg.rf.9dcb7c108941e3cf11e437ae398391c4.jpg
ADDED
|
Git LFS Details
|
train/images/104_jpg.rf.8499dd9ce507330e6e43e78279a1d492.jpg
ADDED
|
Git LFS Details
|
train/images/105_jpg.rf.b161260946244277080bfba280d7f1f8.jpg
ADDED
|
Git LFS Details
|
train/images/106_jpg.rf.2acacd8c55ba22d0c083af58e6d4abb2.jpg
ADDED
|
Git LFS Details
|
train/images/107_jpg.rf.0634d2152565463d59cb2eaab9c1e13e.jpg
ADDED
|
Git LFS Details
|
train/images/108_jpg.rf.5381fda45c09a209692f7575b69f78b4.jpg
ADDED
|
Git LFS Details
|
train/images/109_jpg.rf.aa7187022ffb48dc0246b686411b3694.jpg
ADDED
|
Git LFS Details
|
train/images/10_jpg.rf.21e4c323f929982084fd7b08b3a1a490.jpg
ADDED
|
Git LFS Details
|
train/images/110_jpg.rf.fa5c38a0795fe8c3d3fec72d4475fea8.jpg
ADDED
|
Git LFS Details
|
train/images/111_jpg.rf.65668a7d6e9080f1445e7ed9ba8c9fae.jpg
ADDED
|
Git LFS Details
|
train/images/112_jpg.rf.75a5ee24326da5c9648137a9b082d14f.jpg
ADDED
|
Git LFS Details
|
train/images/113_jpg.rf.d099f6b02fad2ea7859ff4badd137569.jpg
ADDED
|
Git LFS Details
|
train/images/114_jpg.rf.6b6de72244a30bec5ebab21e53703d76.jpg
ADDED
|
Git LFS Details
|
train/images/115_jpg.rf.7b89e5bef538700fcd19b57446dbf4b0.jpg
ADDED
|
Git LFS Details
|
train/images/116_jpg.rf.61c572e8a3655a8ee6a52401ba9f0f89.jpg
ADDED
|
Git LFS Details
|
train/images/118_jpg.rf.d0cac829d2fa7fef15bdaf02a23d0096.jpg
ADDED
|
Git LFS Details
|
train/images/119_jpg.rf.f1f2949298f923a8b49a13d14e89e03a.jpg
ADDED
|
Git LFS Details
|
train/images/11_jpg.rf.e82637a6408c645212f273e7037b7db5.jpg
ADDED
|
Git LFS Details
|
train/images/120_jpg.rf.379bb53cf7362ebe7d58d39d52d9ea8c.jpg
ADDED
|
Git LFS Details
|
train/images/121_jpg.rf.bcc76ab664f7e37e426896b9f0419abd.jpg
ADDED
|
Git LFS Details
|
train/images/122_jpg.rf.6a042f8b099252bb9da5009b56b89928.jpg
ADDED
|
Git LFS Details
|