# CSD-SSD **Repository Path**: tju_hfut_sym/CSD-SSD ## Basic Information - **Project Name**: CSD-SSD - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-05 - **Last Updated**: 2022-01-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # [CSD: Consistency-based Semi-supervised learning for object Detection (NeurIPS 2019)](https://papers.nips.cc/paper/9259-consistency-based-semi-supervised-learning-for-object-detection) By [Jisoo Jeong](http://mipal.snu.ac.kr/index.php/Jisoo_Jeong), Seungeui Lee, [Jee-soo Kim](http://mipal.snu.ac.kr/index.php/Jee-soo_Kim), [Nojun Kwak](http://mipal.snu.ac.kr/index.php/Nojun_Kwak) ## Installation & Preparation We experimented with CSD using the SSD pytorch framework. To use our model, complete the installation & preparation on the [SSD pytorch homepage](https://github.com/amdegroot/ssd.pytorch) #### prerequisites - Python 3.6 - Pytorch 1.0.0 ## Supervised learning ```Shell python train_ssd.py ``` ## CSD training ```Shell python train_csd.py ``` ## Evaluation ```Shell python eval.py ```