Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

custom Yolo object detection python

train: 1144images_dataset/train
val: 1144images_dataset/test
nc: 77
names: ['200m',
        '50-100m',
        'Ahead-Left',
        'Ahead-Right',
        'Axle-load-limit',
        'Barrier Ahead',
        'Bullock Cart Prohibited',
        'Cart Prohobited',
        'Cattle',
        'Compulsory Ahead',
        'Compulsory Keep Left',
        'Compulsory Left Turn',
        'Compulsory Right Turn',
        'Cross Road',
        'Cycle Crossing',
        'Compulsory Cycle Track',
        'Cycle Prohibited',
        'Dangerous Dip',
        'Falling Rocks',
        'Ferry',
        'Gap in median',
        'Give way',
        'Hand cart prohibited',
        'Height limit',
        'Horn prohibited',
        'Humpy Road',
        'Left hair pin bend',
        'Left hand curve',
        'Left Reverse Bend',
        'Left turn prohibited',
        'Length limit',
        'Load limit 5T',
        'Loose Gravel',
        'Major road ahead',
        'Men at work',
        'Motor vehicles prohibited',
        'Nrrow bridge',
        'Narrow road ahead',
        'Straight prohibited',
        'No parking',
        'No stoping',
        'One way sign',
        'Overtaking prohibited',
        'Pedestrian crossing',
        'Pedestrian prohibited',
        'Restriction ends sign',
        'Right hair pin bend',
        'Right hand curve',
        'Right Reverse Bend',
        'Right turn prohibited',
        'Road wideness ahead',
        'Roundabout',
        'School ahead',
        'Side road left',
        'Side road right',
        'Slippery road',
        'Compulsory sound horn',
        'Speed limit',
        'Staggred intersection',
        'Steep ascent',
        'Steep descent',
        'Stop',
        'Tonga prohibited',
        'Truck prohibited',
        'Compulsory turn left ahead',
        'Compulsory right turn ahead',
        'T-intersection',
        'U-turn prohibited',
        'Vehicle prohibited in both directions',
        'Width limit',
        'Y-intersection',
        'Sign_C',
        'Sign_T',
        'Sign_S',
        'No entry',
        'Compulsory Keep Right',
        'Parking',
]
Comment

PREVIOUS NEXT
Code Example
Python :: print numbers with underscores python 
Python :: django drf endpoint without model 
Python :: django get without exception 
Python :: How to pass a data frame as parameter to a SQL query in Python? 
Python :: how to replace zero with null in python 
Python :: set colour to inserplaintext qtextedit in python 
Python :: numpy reg ex delete words before a specific character 
Python :: skit learn decision 
Python :: add a third dimension matrix dataset python 
Python :: readme python convert to pdf 
Python :: how to load multiple list of dictionary values which is stored in python file and load into another python file in python over loop 
Python :: how to convert string labels to numpy array 
Python :: pyelastic search get document 
Python :: ipywidgets unobserve functools partial 
Python :: python selenium not returning correct source 
Python :: checking number of connected users hotspot ubuntu 
Python :: equivalent of case_when in r in pandas 
Python :: how to print the fibonacci sequence in python using while loop 
Python :: auto instagram login 
Python :: left-align the y-tick labels | remove the current labels 
Python :: how to do downsampling in python 
Python :: sum of values with none 
Python :: what is te meaning of nested in python 
Python :: python how to close the turtle tab on click 
Python :: How do I select certain columns for regression plots 
Python :: java scirpt 
Python :: python laplace expansion 
Python :: clear terminal anaconda 
Python :: FizzBuzz in Python Using String Concatenation 
Python :: how to sort list in python without sort function 
ADD CONTENT
Topic
Content
Source link
Name
1+1 =