diff --git a/source/_posts/projects_hub.md b/source/_posts/projects_hub.md index adcc730..bacdb1c 100644 --- a/source/_posts/projects_hub.md +++ b/source/_posts/projects_hub.md @@ -282,7 +282,7 @@ The full name stands for "When Active Learning and Data Augmentation meets at Ob > 1. Shengli Zhou > 2. Yicheng Xiao -In this project, we studied the effect of Active Learning and Data Augmentation on Object Detection. We use infromation entropy and information gain as the criterion for Active Learning. Also, we chose different levels of Data Augmentation techniques. We used RTDETR-v2 as our pre-trained model and train it on the Kitti 3D Object Detection 2017 dataset. Through our finetuning process, we observed a correlation between the selection strategy and the according data augmentation strategy that can probably give us better understanding of the learning process and guide us what data should we choose to improve the performance. +In this project, we studied the effect of Active Learning and Data Augmentation on Object Detection. We use infromation entropy and information gain as the criterion for Active Learning. Also, we chose different levels of Data Augmentation techniques. We used RTDETR-v2 as our pre-trained model and train it on the Kitti 3D Object Detection 2017 dataset. Through our finetuning process, we observed a correlation between the selection strategy and the according data augmentation strategy that can probably give us better understanding of the learning process and guide us what data should we choose to improve the performance. Check out the report here! AL_DA_OD @@ -294,7 +294,7 @@ In this project, we studied the effect of Active Learning and Data Augmentation -This is a simple implementation of a VirtIO crypto device. The device is a PCI device that can be used to encrypt and decrypt data. The device is implemented in QEMU. Check out the report here! +This is a simple implementation of a VirtIO crypto device. The device is a PCI device that can be used to encrypt and decrypt data. The device is implemented in QEMU. Check out the report here! We have implemented the following features: