label images
BIN
data/labels/.make_labels.py.swp
Normal file
BIN
data/labels/aeroplane.png
Normal file
After Width: | Height: | Size: 713 B |
BIN
data/labels/airplane.png
Normal file
After Width: | Height: | Size: 629 B |
BIN
data/labels/apple.png
Normal file
After Width: | Height: | Size: 537 B |
BIN
data/labels/backpack.png
Normal file
After Width: | Height: | Size: 610 B |
BIN
data/labels/banana.png
Normal file
After Width: | Height: | Size: 494 B |
BIN
data/labels/baseball bat.png
Normal file
After Width: | Height: | Size: 657 B |
BIN
data/labels/baseball glove.png
Normal file
After Width: | Height: | Size: 833 B |
BIN
data/labels/bear.png
Normal file
After Width: | Height: | Size: 520 B |
BIN
data/labels/bed.png
Normal file
After Width: | Height: | Size: 497 B |
BIN
data/labels/bench.png
Normal file
After Width: | Height: | Size: 583 B |
BIN
data/labels/bicycle.png
Normal file
After Width: | Height: | Size: 635 B |
BIN
data/labels/bird.png
Normal file
After Width: | Height: | Size: 480 B |
BIN
data/labels/boat.png
Normal file
After Width: | Height: | Size: 517 B |
BIN
data/labels/book.png
Normal file
After Width: | Height: | Size: 500 B |
BIN
data/labels/bottle.png
Normal file
After Width: | Height: | Size: 547 B |
BIN
data/labels/bowl.png
Normal file
After Width: | Height: | Size: 541 B |
BIN
data/labels/broccoli.png
Normal file
After Width: | Height: | Size: 579 B |
BIN
data/labels/bus.png
Normal file
After Width: | Height: | Size: 466 B |
BIN
data/labels/cake.png
Normal file
After Width: | Height: | Size: 541 B |
BIN
data/labels/car.png
Normal file
After Width: | Height: | Size: 436 B |
BIN
data/labels/carrot.png
Normal file
After Width: | Height: | Size: 550 B |
BIN
data/labels/cat.png
Normal file
After Width: | Height: | Size: 438 B |
BIN
data/labels/cell phone.png
Normal file
After Width: | Height: | Size: 711 B |
BIN
data/labels/chair.png
Normal file
After Width: | Height: | Size: 518 B |
BIN
data/labels/clock.png
Normal file
After Width: | Height: | Size: 501 B |
BIN
data/labels/couch.png
Normal file
After Width: | Height: | Size: 535 B |
BIN
data/labels/cow.png
Normal file
After Width: | Height: | Size: 517 B |
BIN
data/labels/cup.png
Normal file
After Width: | Height: | Size: 474 B |
BIN
data/labels/dining table.png
Normal file
After Width: | Height: | Size: 785 B |
BIN
data/labels/diningtable.png
Normal file
After Width: | Height: | Size: 779 B |
BIN
data/labels/dog.png
Normal file
After Width: | Height: | Size: 535 B |
BIN
data/labels/donut.png
Normal file
After Width: | Height: | Size: 559 B |
BIN
data/labels/elephant.png
Normal file
After Width: | Height: | Size: 653 B |
BIN
data/labels/fire hydrant.png
Normal file
After Width: | Height: | Size: 812 B |
BIN
data/labels/fork.png
Normal file
After Width: | Height: | Size: 488 B |
BIN
data/labels/frisbee.png
Normal file
After Width: | Height: | Size: 602 B |
BIN
data/labels/giraffe.png
Normal file
After Width: | Height: | Size: 588 B |
BIN
data/labels/hair drier.png
Normal file
After Width: | Height: | Size: 666 B |
BIN
data/labels/handbag.png
Normal file
After Width: | Height: | Size: 661 B |
BIN
data/labels/horse.png
Normal file
After Width: | Height: | Size: 575 B |
BIN
data/labels/hot dog.png
Normal file
After Width: | Height: | Size: 640 B |
BIN
data/labels/keyboard.png
Normal file
After Width: | Height: | Size: 806 B |
BIN
data/labels/kite.png
Normal file
After Width: | Height: | Size: 471 B |
BIN
data/labels/knife.png
Normal file
After Width: | Height: | Size: 526 B |
BIN
data/labels/laptop.png
Normal file
After Width: | Height: | Size: 561 B |
6
data/labels/make_labels.py
Normal file
@ -0,0 +1,6 @@
|
||||
import os
|
||||
|
||||
l = ["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", "aeroplane", "bicycle", "bird", "boat", "bottle", "bus", "car", "cat", "chair", "cow", "diningtable", "dog", "horse", "motorbike", "person", "pottedplant", "sheep", "sofa", "train", "tvmonitor"]
|
||||
|
||||
for word in l:
|
||||
os.system("convert -fill black -background white -bordercolor white -border 4 -font futura-normal -pointsize 18 label:\"%s\" \"%s.png\""%(word, word))
|
BIN
data/labels/microwave.png
Normal file
After Width: | Height: | Size: 841 B |
BIN
data/labels/motorbike.png
Normal file
After Width: | Height: | Size: 745 B |
BIN
data/labels/motorcycle.png
Normal file
After Width: | Height: | Size: 762 B |
BIN
data/labels/mouse.png
Normal file
After Width: | Height: | Size: 606 B |
BIN
data/labels/orange.png
Normal file
After Width: | Height: | Size: 634 B |
BIN
data/labels/oven.png
Normal file
After Width: | Height: | Size: 552 B |
BIN
data/labels/parking meter.png
Normal file
After Width: | Height: | Size: 853 B |
BIN
data/labels/person.png
Normal file
After Width: | Height: | Size: 633 B |
BIN
data/labels/pizza.png
Normal file
After Width: | Height: | Size: 515 B |
BIN
data/labels/potted plant.png
Normal file
After Width: | Height: | Size: 789 B |
BIN
data/labels/pottedplant.png
Normal file
After Width: | Height: | Size: 785 B |
BIN
data/labels/refrigerator.png
Normal file
After Width: | Height: | Size: 761 B |
BIN
data/labels/remote.png
Normal file
After Width: | Height: | Size: 593 B |
BIN
data/labels/sandwich.png
Normal file
After Width: | Height: | Size: 777 B |
BIN
data/labels/scissors.png
Normal file
After Width: | Height: | Size: 583 B |
BIN
data/labels/sheep.png
Normal file
After Width: | Height: | Size: 571 B |
BIN
data/labels/sink.png
Normal file
After Width: | Height: | Size: 475 B |
BIN
data/labels/skateboard.png
Normal file
After Width: | Height: | Size: 836 B |
BIN
data/labels/skis.png
Normal file
After Width: | Height: | Size: 459 B |
BIN
data/labels/snowboard.png
Normal file
After Width: | Height: | Size: 819 B |
BIN
data/labels/sofa.png
Normal file
After Width: | Height: | Size: 527 B |
BIN
data/labels/spoon.png
Normal file
After Width: | Height: | Size: 560 B |
BIN
data/labels/sports ball.png
Normal file
After Width: | Height: | Size: 698 B |
BIN
data/labels/stop sign.png
Normal file
After Width: | Height: | Size: 744 B |
BIN
data/labels/suitcase.png
Normal file
After Width: | Height: | Size: 669 B |
BIN
data/labels/surfboard.png
Normal file
After Width: | Height: | Size: 752 B |
BIN
data/labels/teddy bear.png
Normal file
After Width: | Height: | Size: 765 B |
BIN
data/labels/tennis racket.png
Normal file
After Width: | Height: | Size: 806 B |
BIN
data/labels/tie.png
Normal file
After Width: | Height: | Size: 411 B |
BIN
data/labels/toaster.png
Normal file
After Width: | Height: | Size: 628 B |
BIN
data/labels/toilet.png
Normal file
After Width: | Height: | Size: 509 B |
BIN
data/labels/toothbrush.png
Normal file
After Width: | Height: | Size: 700 B |
BIN
data/labels/traffic light.png
Normal file
After Width: | Height: | Size: 709 B |
BIN
data/labels/train.png
Normal file
After Width: | Height: | Size: 474 B |
BIN
data/labels/truck.png
Normal file
After Width: | Height: | Size: 509 B |
BIN
data/labels/tv.png
Normal file
After Width: | Height: | Size: 374 B |
BIN
data/labels/tvmonitor.png
Normal file
After Width: | Height: | Size: 654 B |
BIN
data/labels/umbrella.png
Normal file
After Width: | Height: | Size: 654 B |
BIN
data/labels/vase.png
Normal file
After Width: | Height: | Size: 552 B |
BIN
data/labels/wine glass.png
Normal file
After Width: | Height: | Size: 771 B |
BIN
data/labels/zebra.png
Normal file
After Width: | Height: | Size: 584 B |