Skip to content

Commit e158589

Browse files
authored
Update README.md
1 parent 2d29bcd commit e158589

File tree

1 file changed

+81
-81
lines changed

1 file changed

+81
-81
lines changed

README.md

Lines changed: 81 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -58,91 +58,91 @@ $ sh scripts/train.sh
5858
$ sh scripts/test.sh
5959
~~~
6060

61-
## 🔄 Updates
62-
63-
12/01,2025: Release of `v2.9.1.3` <br>
64-
12/01,2025: Implementation of `PatchCore` <br>
65-
11/29,2025: Release of `v2.9.1.2` <br>
66-
11/29,2025: Implementation of `PaDiM` <br>
67-
11/27,2025: Implementation of `WideResNet` <br>
68-
11/27,2025: Release of `v2.9.1.1` <br>
69-
11/24,2025: Implementation of `ESRGAN` <br>
70-
11/21,2025: Implementation of `SRGAN` <br>
71-
11/19,2025: Implementation of `DiT` <br>
72-
11/14,2025: Release of `v2.9.1` <br>
61+
## 🔄 Updates (MM/DD/YYYY)
62+
63+
12/01/2025: Release of `v2.9.1.3` <br>
64+
12/01/2025: Implementation of `PatchCore` <br>
65+
11/29/2025: Release of `v2.9.1.2` <br>
66+
11/29/2025: Implementation of `PaDiM` <br>
67+
11/27/2025: Implementation of `WideResNet` <br>
68+
11/27/2025: Release of `v2.9.1.1` <br>
69+
11/24/2025: Implementation of `ESRGAN` <br>
70+
11/21/2025: Implementation of `SRGAN` <br>
71+
11/19/2025: Implementation of `DiT` <br>
72+
11/14/2025: Release of `v2.9.1` <br>
7373

7474
<details>
7575
<summary>See more...</summary>
7676

77-
11/01,2025: Implementation of `NeRF` and `3DGS` <br>
78-
10/16,2025: Release of `v2.9.0` <br>
79-
10/16,2025: Implementation of `PixelSNAIL-Gray` and `PixelSNAIL-RGB` <br>
80-
10/14,2025: Implementation of `YOLOv8` <br>
81-
10/13,2025: Implementation of `YOLOv5` <br>
82-
10/09,2025: Implementation of `RF2d` <br>
83-
10/08,2025: Implementation of `FM2d` <br>
84-
10/08,2025: Implementation of `LDM` <br>
85-
10/04,2025: Implementation of `Glow` <br>
86-
10/01,2025: Implementation of `Real-NVP2d` <br>
87-
09/28,2025: Implementation of `Planar-Flow2d` and `Radial-Flow2d` <br>
88-
09/25,2025: Release of `v2.8.0.2` <br>
89-
09/22,2025: Implementation of `PixelCNN-Gray` and `PixelCNN-RGB` <br>
90-
09/18,2025: Implementation of `VQ-VAE-2` <br>
91-
09/16,2025: Implementation of `VQ-VAE` <br>
92-
09/14,2025: Implementation of `PNDM2d` <br>
93-
09/14,2025: Release of `v2.8.0.1` <br>
94-
09/12,2025: Implementation of `SimCLR` <br>
95-
09/11,2025: Implementation of `MAE` <br>
96-
09/10,2025: Implementation of EMA for `DDPM2d` and `DDIM2d` <br>
97-
09/08,2025: Implementation of `EfficientNet` <br>
98-
09/07,2025: Implementation of `CycleGAN` <br>
99-
09/05,2025: Implementation of `ViT` <br>
100-
09/04,2025: Release of `v2.8.0` <br>
101-
09/04,2025: Implementation of `DDIM2d` <br>
102-
09/04,2025: Implementation of `DDPM2d` <br>
103-
06/27,2023: Release of `v2.0.1` <br>
104-
06/27,2023: Create the heatmap for Anomaly Detection <br>
105-
05/07,2023: Release of `v2.0.0` <br>
106-
03/01,2023: Release of `v1.13.1` <br>
107-
09/12,2022: Release of `v1.12.1` <br>
108-
08/04,2022: Release of `v1.12.0` <br>
109-
03/18,2022: Release of `v1.11.0` <br>
110-
02/10,2022: Release of `v1.10.2` <br>
111-
02/09,2022: Implementation of `YOLOv3` <br>
112-
01/09,2022: Release of `v1.10.1` <br>
113-
01/09,2022: Fixed execution error in test on CPU package <br>
114-
11/12,2021: Release of `v1.10.0` <br>
115-
09/27,2021: Release of `v1.9.1` <br>
116-
09/27,2021: Support for using different devices between training and test <br>
117-
09/06,2021: Improved accuracy of time measurement using GPU <br>
118-
06/19,2021: Release of `v1.9.0` <br>
119-
03/29,2021: Release of `v1.8.1` <br>
120-
03/18,2021: Implementation of `Discriminator` from DCGAN <br>
121-
03/17,2021: Implementation of `AE1d` <br>
122-
03/16,2021: Release of `v1.8.0` <br>
123-
03/15,2021: Implementation of `YOLOv2` <br>
124-
02/11,2021: Implementation of `YOLOv1` <br>
125-
01/21,2021: Release of `v1.7.1` <br>
126-
10/30,2020: Release of `v1.7.0` <br>
127-
10/04,2020: Implementation of `Skip-GANomaly2d` <br>
128-
10/03,2020: Implementation of `GANomaly2d` <br>
129-
09/29,2020: Implementation of `EGBAD2d` <br>
130-
09/28,2020: Implementation of `AnoGAN2d` <br>
131-
09/27,2020: Implementation of `SegNet` <br>
132-
09/26,2020: Implementation of `DAE2d` <br>
133-
09/13,2020: Implementation of `ResNet` <br>
134-
09/07,2020: Implementation of `VGGNet` <br>
135-
09/05,2020: Implementation of `AlexNet` <br>
136-
09/02,2020: Implementation of `WAE2d GAN` and `WAE2d MMD` <br>
137-
08/30,2020: Release of `v1.6.0` <br>
138-
06/26,2020: Implementation of `DAGMM2d` <br>
139-
06/26,2020: Release of `v1.5.1` <br>
140-
06/26,2020: Implementation of `VAE2d` and `DCGAN` <br>
141-
06/01,2020: Implementation of `Pix2Pix` <br>
142-
05/29,2020: Implementation of `U-Net Classification` <br>
143-
05/26,2020: Implementation of `U-Net Regression` <br>
144-
04/24,2020: Release of `v1.5.0` <br>
145-
03/23,2020: Implementation of `AE2d` <br>
77+
11/01/2025: Implementation of `NeRF` and `3DGS` <br>
78+
10/16/2025: Release of `v2.9.0` <br>
79+
10/16/2025: Implementation of `PixelSNAIL-Gray` and `PixelSNAIL-RGB` <br>
80+
10/14/2025: Implementation of `YOLOv8` <br>
81+
10/13/2025: Implementation of `YOLOv5` <br>
82+
10/09/2025: Implementation of `RF2d` <br>
83+
10/08/2025: Implementation of `FM2d` <br>
84+
10/08/2025: Implementation of `LDM` <br>
85+
10/04/2025: Implementation of `Glow` <br>
86+
10/01/2025: Implementation of `Real-NVP2d` <br>
87+
09/28/2025: Implementation of `Planar-Flow2d` and `Radial-Flow2d` <br>
88+
09/25/2025: Release of `v2.8.0.2` <br>
89+
09/22/2025: Implementation of `PixelCNN-Gray` and `PixelCNN-RGB` <br>
90+
09/18/2025: Implementation of `VQ-VAE-2` <br>
91+
09/16/2025: Implementation of `VQ-VAE` <br>
92+
09/14/2025: Implementation of `PNDM2d` <br>
93+
09/14/2025: Release of `v2.8.0.1` <br>
94+
09/12/2025: Implementation of `SimCLR` <br>
95+
09/11/2025: Implementation of `MAE` <br>
96+
09/10/2025: Implementation of EMA for `DDPM2d` and `DDIM2d` <br>
97+
09/08/2025: Implementation of `EfficientNet` <br>
98+
09/07/2025: Implementation of `CycleGAN` <br>
99+
09/05/2025: Implementation of `ViT` <br>
100+
09/04/2025: Release of `v2.8.0` <br>
101+
09/04/2025: Implementation of `DDIM2d` <br>
102+
09/04/2025: Implementation of `DDPM2d` <br>
103+
06/27/2023: Release of `v2.0.1` <br>
104+
06/27/2023: Create the heatmap for Anomaly Detection <br>
105+
05/07/2023: Release of `v2.0.0` <br>
106+
03/01/2023: Release of `v1.13.1` <br>
107+
09/12/2022: Release of `v1.12.1` <br>
108+
08/04/2022: Release of `v1.12.0` <br>
109+
03/18/2022: Release of `v1.11.0` <br>
110+
02/10/2022: Release of `v1.10.2` <br>
111+
02/09/2022: Implementation of `YOLOv3` <br>
112+
01/09/2022: Release of `v1.10.1` <br>
113+
01/09/2022: Fixed execution error in test on CPU package <br>
114+
11/12/2021: Release of `v1.10.0` <br>
115+
09/27/2021: Release of `v1.9.1` <br>
116+
09/27/2021: Support for using different devices between training and test <br>
117+
09/06/2021: Improved accuracy of time measurement using GPU <br>
118+
06/19/2021: Release of `v1.9.0` <br>
119+
03/29/2021: Release of `v1.8.1` <br>
120+
03/18/2021: Implementation of `Discriminator` from DCGAN <br>
121+
03/17/2021: Implementation of `AE1d` <br>
122+
03/16/2021: Release of `v1.8.0` <br>
123+
03/15/2021: Implementation of `YOLOv2` <br>
124+
02/11/2021: Implementation of `YOLOv1` <br>
125+
01/21/2021: Release of `v1.7.1` <br>
126+
10/30/2020: Release of `v1.7.0` <br>
127+
10/04/2020: Implementation of `Skip-GANomaly2d` <br>
128+
10/03/2020: Implementation of `GANomaly2d` <br>
129+
09/29/2020: Implementation of `EGBAD2d` <br>
130+
09/28/2020: Implementation of `AnoGAN2d` <br>
131+
09/27/2020: Implementation of `SegNet` <br>
132+
09/26/2020: Implementation of `DAE2d` <br>
133+
09/13/2020: Implementation of `ResNet` <br>
134+
09/07/2020: Implementation of `VGGNet` <br>
135+
09/05/2020: Implementation of `AlexNet` <br>
136+
09/02/2020: Implementation of `WAE2d GAN` and `WAE2d MMD` <br>
137+
08/30/2020: Release of `v1.6.0` <br>
138+
06/26/2020: Implementation of `DAGMM2d` <br>
139+
06/26/2020: Release of `v1.5.1` <br>
140+
06/26/2020: Implementation of `VAE2d` and `DCGAN` <br>
141+
06/01/2020: Implementation of `Pix2Pix` <br>
142+
05/29/2020: Implementation of `U-Net Classification` <br>
143+
05/26/2020: Implementation of `U-Net Regression` <br>
144+
04/24/2020: Release of `v1.5.0` <br>
145+
03/23/2020: Implementation of `AE2d` <br>
146146

147147
</details>
148148

0 commit comments

Comments
 (0)