StephanST commited on
Commit
902b1c2
β€’
1 Parent(s): fcdd9bc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -28,18 +28,18 @@ satellite imagery!**
28
 
29
  Output classes:
30
 
31
- 0 'LightVehicle' --> all kinds of civilan cars, including pickup trucks, vans etc... πŸš—πŸŽοΈπŸš“πŸšπŸš‘ </br>
32
- 1 'Person' --> people! all kinds of people including ones that are on bikes or swimming in the sea πŸ§β€β™€οΈπŸ•ΊπŸ’ƒπŸ§œπŸ½β€β™€οΈπŸ‚πŸ§ž</br>
33
- 2 'Building' --> all kinds of buildings πŸ•ŒπŸ›οΈπŸ­πŸ‘</br>
34
- 3 'UPole' --> utility poles, power poles, anything thin and sticking up that you should avoid with a drone 🎏</br>
35
- 4 'Boat' --> boats, ships, canoes, kayaks, surf boards... all the floaty stuff πŸš’πŸ„</br>
36
- 5 'Bike' --> bikes, mopeds, motorbikes, all stuff with 2 wheels 🚲</br>
37
- 6 'Container' --> shipping containers, including on the back of an articulated truck... πŸ“¦πŸ—οΈ</br>
38
- 7 'Truck' --> large commercial vehicles including articulated trucks or big box-on-chassis delivery trucks 🚚</br>
39
- 8 'Gastank'--> cylindrical tanks such as butane tanks and gas expansion tanks, or grain silos... pretty much anything that looks cylindrical for storing liquids πŸ«™</br>
40
- 10 'Digger' --> all kinds of construction vehicles, including tractors and construction gear 🚜</br>
41
- 11 'Solarpanels' --> solar panels β–ͺ️🌞β–ͺ️</br>
42
- 12 'Bus' --> a bus 🚌</br>
43
 
44
  --> In general the lower the class number the better-trained you can expect it to be.
45
  For users of previous versions of WALDO: note that I removed the military class and smoke detection. This is meant to be a FOSS tool for civilian use and I don't want to pursue making it work for military applications.
 
28
 
29
  Output classes:
30
 
31
+ 0 -> 'LightVehicle' --> all kinds of civilan cars, including pickup trucks, vans etc... πŸš—πŸŽοΈπŸš“πŸšπŸš‘ </br>
32
+ 1 -> 'Person' --> people! all kinds of people including ones that are on bikes or swimming in the sea πŸ§β€β™€οΈπŸ•ΊπŸ’ƒπŸ§œπŸ½β€β™€οΈπŸ‚πŸ§ž</br>
33
+ 2 -> 'Building' --> all kinds of buildings πŸ•ŒπŸ›οΈπŸ­πŸ‘</br>
34
+ 3 -> 'UPole' --> utility poles, power poles, anything thin and sticking up that you should avoid with a drone 🎏</br>
35
+ 4 -> 'Boat' --> boats, ships, canoes, kayaks, surf boards... all the floaty stuff πŸš’πŸ„</br>
36
+ 5 -> 'Bike' --> bikes, mopeds, motorbikes, all stuff with 2 wheels 🚲</br>
37
+ 6 -> 'Container' --> shipping containers, including on the back of an articulated truck... πŸ“¦πŸ—οΈ</br>
38
+ 7 -> 'Truck' --> large commercial vehicles including articulated trucks or big box-on-chassis delivery trucks 🚚</br>
39
+ 8 -> 'Gastank'--> cylindrical tanks such as butane tanks and gas expansion tanks, or grain silos... pretty much anything that looks cylindrical for storing liquids πŸ«™</br>
40
+ 10 -> 'Digger' --> all kinds of construction vehicles, including tractors and construction gear 🚜</br>
41
+ 11 -> 'Solarpanels' --> solar panels β–ͺ️🌞β–ͺ️</br>
42
+ 12 -> 'Bus' --> a bus 🚌</br>
43
 
44
  --> In general the lower the class number the better-trained you can expect it to be.
45
  For users of previous versions of WALDO: note that I removed the military class and smoke detection. This is meant to be a FOSS tool for civilian use and I don't want to pursue making it work for military applications.