kaylode / theseus

General template for most Pytorch projects
MIT License
34 stars 6 forks source link

About master branch and detection branch #6

Closed IricsDo closed 1 year ago

IricsDo commented 2 years ago

Hello, Thanks your repo! It's very helpful for me. Again thanks for contribution. I want to ask you about detection branch. Can you meger it into master branch or set it to master branch. I clone your repo to use, but it only master branch. And it miss alot of file. It's very difficut for me to run train. I hope you do it soon as soon possible. Have a nice day!

kaylode commented 2 years ago

Hi there,

To clone and use different branch, you can execute git checkout <branch-name>. Therefore, to switch to detection branch, simply call git checkout detection

IricsDo commented 2 years ago

Thanks you. I have the last question. Can i training with my custom data? I have, how i can do it? Have a nice day