Tongcheng / DN_CaffeScript

128 stars 58 forks source link

Integrate DenseBlock_Layer into caffe SSD branch #16

Open zhimengfan1990 opened 6 years ago

zhimengfan1990 commented 6 years ago

Hi, Tongcheng. Can you figure out how to integrate the DenseBlock_layer into weiliu89's caffe SSD branch? As my understanding, you provide the 4 important files: DenseBlock_Layer.hpp, DenseBlock_Layer.cpp, DenseBlock_Layer.cu, test_DenseBlock_Layer.cpp to implement the Dense Block layer. So I think I just need to copy and place these 4 files into appropriate directories of SSD branch and then compile. Is this correct? do I left something out?