One of the largest automobile companies in the world uses Scale to help build self-driving cars.
Self-driving cars (SDCs) are one of the most exciting technologies being developed today. If they become a reality, the benefits that come will significantly impact our lives in several ways:
One of the big challenges for SDCs is extremely high-stakes computer vision. SDCs need to quickly recognize various road conditions, animals, people, other cars, etc. They need to understand how these things are behaving and how they’re likely to behave in the near future. Computer vision, by way of deep learning, has come a long way recently, but it needs to keep improving to ensure SDCs are safe and reliable.
SDC companies are using Scale to tag objects by passing images through Scale’s Image Recognition API. Scalers label cars, people, signs, traffic lights, etc. to help train their models.
An example call would look something like this:
import scaleapi client = scaleapi.ScaleClient('SCALE_API_KEY') client.create_annotation_task( instruction='Draw a tight box around each **car** and **pedestrian**.' attachment_type='image', attachment='https://imagedelivery.net/wLbZE4_NzVVdgHc15St55g/e2bea5ad-8ea7-4726-6f9e-9e99264c0600/public', objects_to_annotate=['car', 'pedestrian'], with_labels=True, callback_url='http://www.example.com/callback' )
At Scale, we deeply believe in investing in our customer experience. It’s great to have customers that push us, particularly in ways that benefit all customers. We worked closely with the automobile company to make sure our quality was up to their standards, while maintaining a reasonable cost. Some examples of specific things we did to deliver for the customer:
There are countless more things we did to improve the Scale experience that our now available to all of our customers. And we promise to keep improving it.
At Scale, we want to make our customers more productive and efficient. AI and self-driving cars are an awesome application of Scale towards that goal. If you need help with training your computer vision for self-driving cars, join our Slack and ask. We’re confident we can deliver the cost, quality and Scale (pun intended) you need!