├── AFLW_Faces.txt ├── AFLW_Rect.txt ├── AFLW_sex.txt ├── README.md ├── face_calibration ├── .idea │ ├── .name │ ├── face_calibration.iml │ ├── misc.xml │ ├── modules.xml │ ├── vcs.xml │ └── workspace.xml ├── calibration_AFLW.py ├── calibration_CACD.py ├── shuffle_write_calibration.py └── write_train_val_calibration.py ├── face_detection ├── .idea │ ├── .name │ ├── misc.xml │ ├── modules.xml │ ├── untitled.iml │ ├── vcs.xml │ └── workspace.xml ├── FDDB-fold │ ├── FDDB-fold-01.txt │ ├── FDDB-fold-02.txt │ ├── FDDB-fold-03.txt │ ├── FDDB-fold-04.txt │ ├── FDDB-fold-05.txt │ ├── FDDB-fold-06.txt │ ├── FDDB-fold-07.txt │ ├── FDDB-fold-08.txt │ ├── FDDB-fold-09.txt │ └── FDDB-fold-10.txt ├── create_mean_numpy.py ├── evaluate_fddb.py ├── face_12c_detect.py ├── face_48_fddb.py ├── face_48_fddb_fullconv.py ├── face_cascade_fddb.py ├── face_cascade_fullconv_fddb.py ├── face_cascade_fullconv_fddb_single_crop.py ├── face_cascade_fullconv_quantize_fddb.py ├── face_cascade_fullconv_signal_quantize_fddb.py ├── face_cascade_fullconv_single_crop_single_image.py ├── face_detection_functions.py ├── face_detection_functions.pyc ├── load_model_functions.py ├── load_model_functions.pyc ├── old_detection_methods_backup.py └── sortROC.py ├── face_net_surgery ├── .idea │ ├── .name │ ├── face_net_surgery.iml │ ├── misc.xml │ ├── modules.xml │ ├── vcs.xml │ └── workspace.xml ├── face12c_full_conv_params.txt ├── face12c_full_conv_quantize_3.py ├── face12c_full_conv_quantize_3.txt ├── face12c_full_conv_quantize_3_params.txt ├── face12c_full_conv_quantize_3_to_9.py ├── face12c_full_conv_test.py ├── face_12_cal_quantize_3_to_9.py ├── face_12_full_conv_params.txt ├── face_12_full_conv_test.py ├── face_12_quantize_3.py ├── face_12_quantize_8.py ├── face_12_surgery.py ├── face_24_cal_quantize_3_to_9.py ├── face_24c_quantize_3_to_9.py ├── face_48_cal_quantize_3_to_9.py ├── face_48_full_conv_test.py ├── face_48_surgery.py ├── face_48c_quantize_3_to_9.py ├── face_range.txt ├── face_range_quantize_objective.txt ├── face_weight_bias_range.py ├── file_write ├── full_conv_blobs_ranges.txt ├── list_all_quantize_params.py ├── list_face12c_full_conv_params.py ├── list_face12c_full_conv_quantize_3_params.py ├── list_full_conv_blobs_ranges.py ├── list_signed_fixed_point_range.py ├── params │ ├── face12c_full_conv_SRquantize_3_params.txt │ ├── face12c_full_conv_SRquantize_4_params.txt │ ├── face12c_full_conv_SRquantize_5_params.txt │ ├── face12c_full_conv_SRquantize_6_params.txt │ ├── face12c_full_conv_SRquantize_7_params.txt │ ├── face12c_full_conv_SRquantize_8_params.txt │ ├── face12c_full_conv_SRquantize_9_params.txt │ ├── face12c_full_conv_params.txt │ ├── face12c_full_conv_quantize_3_params.txt │ ├── face12c_full_conv_quantize_4_params.txt │ ├── face12c_full_conv_quantize_5_params.txt │ ├── face12c_full_conv_quantize_6_params.txt │ ├── face12c_full_conv_quantize_7_params.txt │ ├── face12c_full_conv_quantize_8_params.txt │ ├── face12c_full_conv_quantize_9_params.txt │ ├── face_12_cal_SRquantize_3_params.txt │ ├── face_12_cal_SRquantize_4_params.txt │ ├── face_12_cal_SRquantize_5_params.txt │ ├── face_12_cal_SRquantize_6_params.txt │ ├── face_12_cal_SRquantize_7_params.txt │ ├── face_12_cal_SRquantize_8_params.txt │ ├── face_12_cal_SRquantize_9_params.txt │ ├── face_12_cal_quantize_3_params.txt │ ├── face_12_cal_quantize_4_params.txt │ ├── face_12_cal_quantize_5_params.txt │ ├── face_12_cal_quantize_6_params.txt │ ├── face_12_cal_quantize_7_params.txt │ ├── face_12_cal_quantize_8_params.txt │ ├── face_12_cal_quantize_9_params.txt │ ├── face_24_cal_SRquantize_3_params.txt │ ├── face_24_cal_SRquantize_4_params.txt │ ├── face_24_cal_SRquantize_5_params.txt │ ├── face_24_cal_SRquantize_6_params.txt │ ├── face_24_cal_SRquantize_7_params.txt │ ├── face_24_cal_SRquantize_8_params.txt │ ├── face_24_cal_SRquantize_9_params.txt │ ├── face_24c_SRquantize_3_params.txt │ ├── face_24c_SRquantize_4_params.txt │ ├── face_24c_SRquantize_5_params.txt │ ├── face_24c_SRquantize_6_params.txt │ ├── face_24c_SRquantize_7_params.txt │ ├── face_24c_SRquantize_8_params.txt │ ├── face_24c_SRquantize_9_params.txt │ ├── face_24c_quantize_3_params.txt │ ├── face_24c_quantize_4_params.txt │ ├── face_24c_quantize_5_params.txt │ ├── face_24c_quantize_6_params.txt │ ├── face_24c_quantize_7_params.txt │ ├── face_24c_quantize_8_params.txt │ ├── face_24c_quantize_9_params.txt │ ├── face_48_cal_SRquantize_3_params.txt │ ├── face_48_cal_SRquantize_4_params.txt │ ├── face_48_cal_SRquantize_5_params.txt │ ├── face_48_cal_SRquantize_6_params.txt │ ├── face_48_cal_SRquantize_7_params.txt │ ├── face_48_cal_SRquantize_8_params.txt │ ├── face_48_cal_SRquantize_9_params.txt │ ├── face_48c_SRquantize_3_params.txt │ ├── face_48c_SRquantize_4_params.txt │ ├── face_48c_SRquantize_5_params.txt │ ├── face_48c_SRquantize_6_params.txt │ ├── face_48c_SRquantize_7_params.txt │ ├── face_48c_SRquantize_8_params.txt │ └── face_48c_SRquantize_9_params.txt ├── quantize_functions.py ├── quantize_functions.pyc ├── signed_fixed_point_range.txt └── test.py ├── face_preprocess_10kUS ├── .idea │ ├── .name │ ├── face_preprocess_10kUS.iml │ ├── misc.xml │ ├── modules.xml │ ├── vcs.xml │ └── workspace.xml ├── CACD.py ├── CACD_check_suspicious.py ├── CACD_delete_suspicious.py ├── aflw.py ├── check_suspicious_faces.py ├── color_feret.py ├── convert_to_right_fileName.py ├── create_directories.py ├── create_negative.py ├── create_negative_24c.py ├── create_negative_48c.py ├── delete_suspicious_faces.py ├── delete_wrong_format_faces.py ├── faceScrub.py ├── face_preprocess_10kUS.py ├── face_preprocess_Caltech.py ├── lfw_crop.py ├── negative_check_suspicious.py ├── negative_delete_suspicious.py ├── shuffle_write_negatives.py ├── shuffle_write_pos_sex.py ├── shuffle_write_positives.py ├── test.py └── write_train_val.py └── face_training_quantized ├── .idea ├── .name ├── face_training_quantized.iml ├── misc.xml ├── modules.xml ├── vcs.xml └── workspace.xml ├── face_12c_round_3_bins.py ├── face_12c_round_to_1.py ├── face_cal_round_bins.py ├── face_training_12c.py ├── face_training_12c_soft.py ├── face_training_cal_soft.py ├── transfer_params_12c.py └── transfer_params_cal.py /AFLW_Faces.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/AFLW_Faces.txt -------------------------------------------------------------------------------- /AFLW_Rect.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/AFLW_Rect.txt -------------------------------------------------------------------------------- /AFLW_sex.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/AFLW_sex.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/README.md -------------------------------------------------------------------------------- /face_calibration/.idea/.name: -------------------------------------------------------------------------------- 1 | face_calibration -------------------------------------------------------------------------------- /face_calibration/.idea/face_calibration.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_calibration/.idea/face_calibration.iml -------------------------------------------------------------------------------- /face_calibration/.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_calibration/.idea/misc.xml -------------------------------------------------------------------------------- /face_calibration/.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_calibration/.idea/modules.xml -------------------------------------------------------------------------------- /face_calibration/.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_calibration/.idea/vcs.xml -------------------------------------------------------------------------------- /face_calibration/.idea/workspace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_calibration/.idea/workspace.xml -------------------------------------------------------------------------------- /face_calibration/calibration_AFLW.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_calibration/calibration_AFLW.py -------------------------------------------------------------------------------- /face_calibration/calibration_CACD.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_calibration/calibration_CACD.py -------------------------------------------------------------------------------- /face_calibration/shuffle_write_calibration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_calibration/shuffle_write_calibration.py -------------------------------------------------------------------------------- /face_calibration/write_train_val_calibration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_calibration/write_train_val_calibration.py -------------------------------------------------------------------------------- /face_detection/.idea/.name: -------------------------------------------------------------------------------- 1 | untitled -------------------------------------------------------------------------------- /face_detection/.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_detection/.idea/misc.xml -------------------------------------------------------------------------------- /face_detection/.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_detection/.idea/modules.xml -------------------------------------------------------------------------------- /face_detection/.idea/untitled.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_detection/.idea/untitled.iml -------------------------------------------------------------------------------- /face_detection/.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_detection/.idea/vcs.xml -------------------------------------------------------------------------------- /face_detection/.idea/workspace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_detection/.idea/workspace.xml -------------------------------------------------------------------------------- /face_detection/FDDB-fold/FDDB-fold-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_detection/FDDB-fold/FDDB-fold-01.txt -------------------------------------------------------------------------------- /face_detection/FDDB-fold/FDDB-fold-02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_detection/FDDB-fold/FDDB-fold-02.txt -------------------------------------------------------------------------------- /face_detection/FDDB-fold/FDDB-fold-03.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_detection/FDDB-fold/FDDB-fold-03.txt -------------------------------------------------------------------------------- /face_detection/FDDB-fold/FDDB-fold-04.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_detection/FDDB-fold/FDDB-fold-04.txt -------------------------------------------------------------------------------- /face_detection/FDDB-fold/FDDB-fold-05.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_detection/FDDB-fold/FDDB-fold-05.txt -------------------------------------------------------------------------------- /face_detection/FDDB-fold/FDDB-fold-06.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_detection/FDDB-fold/FDDB-fold-06.txt -------------------------------------------------------------------------------- /face_detection/FDDB-fold/FDDB-fold-07.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_detection/FDDB-fold/FDDB-fold-07.txt -------------------------------------------------------------------------------- /face_detection/FDDB-fold/FDDB-fold-08.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_detection/FDDB-fold/FDDB-fold-08.txt -------------------------------------------------------------------------------- /face_detection/FDDB-fold/FDDB-fold-09.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_detection/FDDB-fold/FDDB-fold-09.txt -------------------------------------------------------------------------------- /face_detection/FDDB-fold/FDDB-fold-10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_detection/FDDB-fold/FDDB-fold-10.txt -------------------------------------------------------------------------------- /face_detection/create_mean_numpy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_detection/create_mean_numpy.py -------------------------------------------------------------------------------- /face_detection/evaluate_fddb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_detection/evaluate_fddb.py -------------------------------------------------------------------------------- /face_detection/face_12c_detect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_detection/face_12c_detect.py -------------------------------------------------------------------------------- /face_detection/face_48_fddb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_detection/face_48_fddb.py -------------------------------------------------------------------------------- /face_detection/face_48_fddb_fullconv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_detection/face_48_fddb_fullconv.py -------------------------------------------------------------------------------- /face_detection/face_cascade_fddb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_detection/face_cascade_fddb.py -------------------------------------------------------------------------------- /face_detection/face_cascade_fullconv_fddb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_detection/face_cascade_fullconv_fddb.py -------------------------------------------------------------------------------- /face_detection/face_cascade_fullconv_fddb_single_crop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_detection/face_cascade_fullconv_fddb_single_crop.py -------------------------------------------------------------------------------- /face_detection/face_cascade_fullconv_quantize_fddb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_detection/face_cascade_fullconv_quantize_fddb.py -------------------------------------------------------------------------------- /face_detection/face_cascade_fullconv_signal_quantize_fddb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_detection/face_cascade_fullconv_signal_quantize_fddb.py -------------------------------------------------------------------------------- /face_detection/face_cascade_fullconv_single_crop_single_image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_detection/face_cascade_fullconv_single_crop_single_image.py -------------------------------------------------------------------------------- /face_detection/face_detection_functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_detection/face_detection_functions.py -------------------------------------------------------------------------------- /face_detection/face_detection_functions.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_detection/face_detection_functions.pyc -------------------------------------------------------------------------------- /face_detection/load_model_functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_detection/load_model_functions.py -------------------------------------------------------------------------------- /face_detection/load_model_functions.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_detection/load_model_functions.pyc -------------------------------------------------------------------------------- /face_detection/old_detection_methods_backup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_detection/old_detection_methods_backup.py -------------------------------------------------------------------------------- /face_detection/sortROC.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_detection/sortROC.py -------------------------------------------------------------------------------- /face_net_surgery/.idea/.name: -------------------------------------------------------------------------------- 1 | face_net_surgery -------------------------------------------------------------------------------- /face_net_surgery/.idea/face_net_surgery.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/.idea/face_net_surgery.iml -------------------------------------------------------------------------------- /face_net_surgery/.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/.idea/misc.xml -------------------------------------------------------------------------------- /face_net_surgery/.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/.idea/modules.xml -------------------------------------------------------------------------------- /face_net_surgery/.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/.idea/vcs.xml -------------------------------------------------------------------------------- /face_net_surgery/.idea/workspace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/.idea/workspace.xml -------------------------------------------------------------------------------- /face_net_surgery/face12c_full_conv_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/face12c_full_conv_params.txt -------------------------------------------------------------------------------- /face_net_surgery/face12c_full_conv_quantize_3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/face12c_full_conv_quantize_3.py -------------------------------------------------------------------------------- /face_net_surgery/face12c_full_conv_quantize_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/face12c_full_conv_quantize_3.txt -------------------------------------------------------------------------------- /face_net_surgery/face12c_full_conv_quantize_3_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/face12c_full_conv_quantize_3_params.txt -------------------------------------------------------------------------------- /face_net_surgery/face12c_full_conv_quantize_3_to_9.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/face12c_full_conv_quantize_3_to_9.py -------------------------------------------------------------------------------- /face_net_surgery/face12c_full_conv_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/face12c_full_conv_test.py -------------------------------------------------------------------------------- /face_net_surgery/face_12_cal_quantize_3_to_9.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/face_12_cal_quantize_3_to_9.py -------------------------------------------------------------------------------- /face_net_surgery/face_12_full_conv_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/face_12_full_conv_params.txt -------------------------------------------------------------------------------- /face_net_surgery/face_12_full_conv_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/face_12_full_conv_test.py -------------------------------------------------------------------------------- /face_net_surgery/face_12_quantize_3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/face_12_quantize_3.py -------------------------------------------------------------------------------- /face_net_surgery/face_12_quantize_8.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/face_12_quantize_8.py -------------------------------------------------------------------------------- /face_net_surgery/face_12_surgery.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/face_12_surgery.py -------------------------------------------------------------------------------- /face_net_surgery/face_24_cal_quantize_3_to_9.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/face_24_cal_quantize_3_to_9.py -------------------------------------------------------------------------------- /face_net_surgery/face_24c_quantize_3_to_9.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/face_24c_quantize_3_to_9.py -------------------------------------------------------------------------------- /face_net_surgery/face_48_cal_quantize_3_to_9.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/face_48_cal_quantize_3_to_9.py -------------------------------------------------------------------------------- /face_net_surgery/face_48_full_conv_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/face_48_full_conv_test.py -------------------------------------------------------------------------------- /face_net_surgery/face_48_surgery.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/face_48_surgery.py -------------------------------------------------------------------------------- /face_net_surgery/face_48c_quantize_3_to_9.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/face_48c_quantize_3_to_9.py -------------------------------------------------------------------------------- /face_net_surgery/face_range.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/face_range.txt -------------------------------------------------------------------------------- /face_net_surgery/face_range_quantize_objective.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/face_range_quantize_objective.txt -------------------------------------------------------------------------------- /face_net_surgery/face_weight_bias_range.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/face_weight_bias_range.py -------------------------------------------------------------------------------- /face_net_surgery/file_write: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/file_write -------------------------------------------------------------------------------- /face_net_surgery/full_conv_blobs_ranges.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/full_conv_blobs_ranges.txt -------------------------------------------------------------------------------- /face_net_surgery/list_all_quantize_params.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/list_all_quantize_params.py -------------------------------------------------------------------------------- /face_net_surgery/list_face12c_full_conv_params.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/list_face12c_full_conv_params.py -------------------------------------------------------------------------------- /face_net_surgery/list_face12c_full_conv_quantize_3_params.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/list_face12c_full_conv_quantize_3_params.py -------------------------------------------------------------------------------- /face_net_surgery/list_full_conv_blobs_ranges.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/list_full_conv_blobs_ranges.py -------------------------------------------------------------------------------- /face_net_surgery/list_signed_fixed_point_range.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/list_signed_fixed_point_range.py -------------------------------------------------------------------------------- /face_net_surgery/params/face12c_full_conv_SRquantize_3_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face12c_full_conv_SRquantize_3_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face12c_full_conv_SRquantize_4_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face12c_full_conv_SRquantize_4_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face12c_full_conv_SRquantize_5_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face12c_full_conv_SRquantize_5_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face12c_full_conv_SRquantize_6_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face12c_full_conv_SRquantize_6_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face12c_full_conv_SRquantize_7_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face12c_full_conv_SRquantize_7_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face12c_full_conv_SRquantize_8_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face12c_full_conv_SRquantize_8_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face12c_full_conv_SRquantize_9_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face12c_full_conv_SRquantize_9_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face12c_full_conv_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face12c_full_conv_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face12c_full_conv_quantize_3_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face12c_full_conv_quantize_3_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face12c_full_conv_quantize_4_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face12c_full_conv_quantize_4_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face12c_full_conv_quantize_5_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face12c_full_conv_quantize_5_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face12c_full_conv_quantize_6_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face12c_full_conv_quantize_6_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face12c_full_conv_quantize_7_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face12c_full_conv_quantize_7_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face12c_full_conv_quantize_8_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face12c_full_conv_quantize_8_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face12c_full_conv_quantize_9_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face12c_full_conv_quantize_9_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face_12_cal_SRquantize_3_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face_12_cal_SRquantize_3_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face_12_cal_SRquantize_4_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face_12_cal_SRquantize_4_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face_12_cal_SRquantize_5_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face_12_cal_SRquantize_5_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face_12_cal_SRquantize_6_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face_12_cal_SRquantize_6_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face_12_cal_SRquantize_7_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face_12_cal_SRquantize_7_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face_12_cal_SRquantize_8_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face_12_cal_SRquantize_8_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face_12_cal_SRquantize_9_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face_12_cal_SRquantize_9_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face_12_cal_quantize_3_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face_12_cal_quantize_3_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face_12_cal_quantize_4_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face_12_cal_quantize_4_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face_12_cal_quantize_5_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face_12_cal_quantize_5_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face_12_cal_quantize_6_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face_12_cal_quantize_6_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face_12_cal_quantize_7_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face_12_cal_quantize_7_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face_12_cal_quantize_8_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face_12_cal_quantize_8_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face_12_cal_quantize_9_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face_12_cal_quantize_9_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face_24_cal_SRquantize_3_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face_24_cal_SRquantize_3_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face_24_cal_SRquantize_4_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face_24_cal_SRquantize_4_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face_24_cal_SRquantize_5_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face_24_cal_SRquantize_5_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face_24_cal_SRquantize_6_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face_24_cal_SRquantize_6_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face_24_cal_SRquantize_7_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face_24_cal_SRquantize_7_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face_24_cal_SRquantize_8_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face_24_cal_SRquantize_8_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face_24_cal_SRquantize_9_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face_24_cal_SRquantize_9_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face_24c_SRquantize_3_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face_24c_SRquantize_3_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face_24c_SRquantize_4_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face_24c_SRquantize_4_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face_24c_SRquantize_5_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face_24c_SRquantize_5_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face_24c_SRquantize_6_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face_24c_SRquantize_6_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face_24c_SRquantize_7_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face_24c_SRquantize_7_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face_24c_SRquantize_8_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face_24c_SRquantize_8_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face_24c_SRquantize_9_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face_24c_SRquantize_9_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face_24c_quantize_3_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face_24c_quantize_3_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face_24c_quantize_4_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face_24c_quantize_4_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face_24c_quantize_5_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face_24c_quantize_5_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face_24c_quantize_6_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face_24c_quantize_6_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face_24c_quantize_7_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face_24c_quantize_7_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face_24c_quantize_8_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face_24c_quantize_8_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face_24c_quantize_9_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face_24c_quantize_9_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face_48_cal_SRquantize_3_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face_48_cal_SRquantize_3_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face_48_cal_SRquantize_4_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face_48_cal_SRquantize_4_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face_48_cal_SRquantize_5_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face_48_cal_SRquantize_5_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face_48_cal_SRquantize_6_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face_48_cal_SRquantize_6_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face_48_cal_SRquantize_7_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face_48_cal_SRquantize_7_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face_48_cal_SRquantize_8_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face_48_cal_SRquantize_8_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face_48_cal_SRquantize_9_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face_48_cal_SRquantize_9_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face_48c_SRquantize_3_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face_48c_SRquantize_3_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face_48c_SRquantize_4_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face_48c_SRquantize_4_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face_48c_SRquantize_5_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face_48c_SRquantize_5_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face_48c_SRquantize_6_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face_48c_SRquantize_6_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face_48c_SRquantize_7_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face_48c_SRquantize_7_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face_48c_SRquantize_8_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face_48c_SRquantize_8_params.txt -------------------------------------------------------------------------------- /face_net_surgery/params/face_48c_SRquantize_9_params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/params/face_48c_SRquantize_9_params.txt -------------------------------------------------------------------------------- /face_net_surgery/quantize_functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/quantize_functions.py -------------------------------------------------------------------------------- /face_net_surgery/quantize_functions.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/quantize_functions.pyc -------------------------------------------------------------------------------- /face_net_surgery/signed_fixed_point_range.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/signed_fixed_point_range.txt -------------------------------------------------------------------------------- /face_net_surgery/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_net_surgery/test.py -------------------------------------------------------------------------------- /face_preprocess_10kUS/.idea/.name: -------------------------------------------------------------------------------- 1 | face_preprocess_10kUS -------------------------------------------------------------------------------- /face_preprocess_10kUS/.idea/face_preprocess_10kUS.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_preprocess_10kUS/.idea/face_preprocess_10kUS.iml -------------------------------------------------------------------------------- /face_preprocess_10kUS/.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_preprocess_10kUS/.idea/misc.xml -------------------------------------------------------------------------------- /face_preprocess_10kUS/.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_preprocess_10kUS/.idea/modules.xml -------------------------------------------------------------------------------- /face_preprocess_10kUS/.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_preprocess_10kUS/.idea/vcs.xml -------------------------------------------------------------------------------- /face_preprocess_10kUS/.idea/workspace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_preprocess_10kUS/.idea/workspace.xml -------------------------------------------------------------------------------- /face_preprocess_10kUS/CACD.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_preprocess_10kUS/CACD.py -------------------------------------------------------------------------------- /face_preprocess_10kUS/CACD_check_suspicious.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_preprocess_10kUS/CACD_check_suspicious.py -------------------------------------------------------------------------------- /face_preprocess_10kUS/CACD_delete_suspicious.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_preprocess_10kUS/CACD_delete_suspicious.py -------------------------------------------------------------------------------- /face_preprocess_10kUS/aflw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_preprocess_10kUS/aflw.py -------------------------------------------------------------------------------- /face_preprocess_10kUS/check_suspicious_faces.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_preprocess_10kUS/check_suspicious_faces.py -------------------------------------------------------------------------------- /face_preprocess_10kUS/color_feret.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_preprocess_10kUS/color_feret.py -------------------------------------------------------------------------------- /face_preprocess_10kUS/convert_to_right_fileName.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_preprocess_10kUS/convert_to_right_fileName.py -------------------------------------------------------------------------------- /face_preprocess_10kUS/create_directories.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_preprocess_10kUS/create_directories.py -------------------------------------------------------------------------------- /face_preprocess_10kUS/create_negative.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_preprocess_10kUS/create_negative.py -------------------------------------------------------------------------------- /face_preprocess_10kUS/create_negative_24c.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_preprocess_10kUS/create_negative_24c.py -------------------------------------------------------------------------------- /face_preprocess_10kUS/create_negative_48c.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_preprocess_10kUS/create_negative_48c.py -------------------------------------------------------------------------------- /face_preprocess_10kUS/delete_suspicious_faces.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_preprocess_10kUS/delete_suspicious_faces.py -------------------------------------------------------------------------------- /face_preprocess_10kUS/delete_wrong_format_faces.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_preprocess_10kUS/delete_wrong_format_faces.py -------------------------------------------------------------------------------- /face_preprocess_10kUS/faceScrub.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_preprocess_10kUS/faceScrub.py -------------------------------------------------------------------------------- /face_preprocess_10kUS/face_preprocess_10kUS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_preprocess_10kUS/face_preprocess_10kUS.py -------------------------------------------------------------------------------- /face_preprocess_10kUS/face_preprocess_Caltech.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_preprocess_10kUS/face_preprocess_Caltech.py -------------------------------------------------------------------------------- /face_preprocess_10kUS/lfw_crop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_preprocess_10kUS/lfw_crop.py -------------------------------------------------------------------------------- /face_preprocess_10kUS/negative_check_suspicious.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_preprocess_10kUS/negative_check_suspicious.py -------------------------------------------------------------------------------- /face_preprocess_10kUS/negative_delete_suspicious.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_preprocess_10kUS/negative_delete_suspicious.py -------------------------------------------------------------------------------- /face_preprocess_10kUS/shuffle_write_negatives.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_preprocess_10kUS/shuffle_write_negatives.py -------------------------------------------------------------------------------- /face_preprocess_10kUS/shuffle_write_pos_sex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_preprocess_10kUS/shuffle_write_pos_sex.py -------------------------------------------------------------------------------- /face_preprocess_10kUS/shuffle_write_positives.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_preprocess_10kUS/shuffle_write_positives.py -------------------------------------------------------------------------------- /face_preprocess_10kUS/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_preprocess_10kUS/test.py -------------------------------------------------------------------------------- /face_preprocess_10kUS/write_train_val.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_preprocess_10kUS/write_train_val.py -------------------------------------------------------------------------------- /face_training_quantized/.idea/.name: -------------------------------------------------------------------------------- 1 | face_training_quantized -------------------------------------------------------------------------------- /face_training_quantized/.idea/face_training_quantized.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_training_quantized/.idea/face_training_quantized.iml -------------------------------------------------------------------------------- /face_training_quantized/.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_training_quantized/.idea/misc.xml -------------------------------------------------------------------------------- /face_training_quantized/.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_training_quantized/.idea/modules.xml -------------------------------------------------------------------------------- /face_training_quantized/.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_training_quantized/.idea/vcs.xml -------------------------------------------------------------------------------- /face_training_quantized/.idea/workspace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_training_quantized/.idea/workspace.xml -------------------------------------------------------------------------------- /face_training_quantized/face_12c_round_3_bins.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_training_quantized/face_12c_round_3_bins.py -------------------------------------------------------------------------------- /face_training_quantized/face_12c_round_to_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_training_quantized/face_12c_round_to_1.py -------------------------------------------------------------------------------- /face_training_quantized/face_cal_round_bins.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_training_quantized/face_cal_round_bins.py -------------------------------------------------------------------------------- /face_training_quantized/face_training_12c.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_training_quantized/face_training_12c.py -------------------------------------------------------------------------------- /face_training_quantized/face_training_12c_soft.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_training_quantized/face_training_12c_soft.py -------------------------------------------------------------------------------- /face_training_quantized/face_training_cal_soft.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_training_quantized/face_training_cal_soft.py -------------------------------------------------------------------------------- /face_training_quantized/transfer_params_12c.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_training_quantized/transfer_params_12c.py -------------------------------------------------------------------------------- /face_training_quantized/transfer_params_cal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anson0910/CNN_face_detection/HEAD/face_training_quantized/transfer_params_cal.py --------------------------------------------------------------------------------