From 2ade6cf837782323cff4e035cc3e88967ce1340d Mon Sep 17 00:00:00 2001 From: husencd Date: Tue, 19 Jun 2018 17:22:22 +0800 Subject: [PATCH] Update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffca823..91e65ff 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This is a PyTorch code for **Driver Posture Classification** task. We use the [A

-The task is to classify an image to one of these pre-defined categories, namely "Drive Safe", "Talk Passenger", "Text Right", "Drink", and etc. We use a pretrained resnet34 model to achieve comparable performance with the orignal paper [Real-time Distracted Driver Posture Classification](https://arxiv.org/abs/1706.09498). The classification accuracy is about 97%. +The task is to classify an image to one of these pre-defined categories, namely "Drive Safe", "Talk Passenger", "Text Right", "Drink", and etc. We use a pretrained resnet34 model to achieve comparable performance with the orignal paper [Real-time Distracted Driver Posture Classification](https://arxiv.org/abs/1706.09498). The classification accuracy is about 95%. ## Usage