lsrock1 / maskrcnn_benchmark.cpp

Implementation maskrcnn-benchmark, pytorch c++ frontend
MIT License
81 stars 23 forks source link

still new #6

Closed nandiya closed 5 years ago

nandiya commented 5 years ago

Hi i'm still new in deep learning, may I know where can i train my own data ? and i still cant find which file indicate the epoch and activation function to define the model

Thank you

lsrock1 commented 5 years ago

you can train in python https://github.com/facebookresearch/maskrcnn-benchmark this repo

my repo is not supporting training yet, only for inference