diff --git a/README.md b/README.md index b81d5a2..27952a9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ - + FIAT 0.6 (Fast Image Annotation Tool) ======================= @@ -15,7 +15,7 @@ Development Environment Download ======================= -- FIAT 0.6 download +- FIAT 0.6 download - .NET6 framework Reference @@ -27,22 +27,22 @@ DEMO ======================= - Classification
- +
Menu =======================
- +
Shortcut Key ======================= -* F1~F12 : Label the image with the target label at that index -* Ctrl + S : Save all label information -* Ctrl + O : Open image folder -* Up : Previous image -* Down : Next image +* **F1~F12** : Label the image with the target label at that index +* **Ctrl + S** : Save all label information +* **Ctrl + O** : Open image folder +* **Up** : Previous image +* **Down** : Next image PyTorch training loop example ======================= @@ -94,15 +94,15 @@ y_input shape = torch.Size([1, 4]) Strcture ======================= ### Classification - + - __target_info.json - File containing representative label information - - + - - (each file).json - A file containing user-labeled information about an image. - - + -