MagicSource

Results 1314 comments of MagicSource

@Kevin201806 https://github.com/jinfagang/thor/blob/c5b0b9766f7de8c53a532b2ac5ebb74bf9ddf45f/CMakeLists.txt#L124 Just comment out first line and uncomment second line. I have do this for you. Therotically I should judge the system automatically to avoid this, but I found...

Hi,I renewed the project, now the example demo will be build with `build_simple.sh`. For usage, it should stay the same.

@lt90s it's possible make it compatible with postgres? mongodb is simple but most of my applications using postgres. it can avoid setup too many database enviroments.

Yes. I want detection if a text contains pure emoji or not. Such as: 😀 😁 😂 -> true 😀 😁 的还 -> not 😀 😁 fere😂 -> not ferg😀...

@petehouston You are right, this should consider efficiency. I simply want detect it once user press enter button, then I will decide how to show it (if pure emoji then...

Can we download the traced model or how do we traced c++ torch model from python repo?

@lsrock1 Do u trace from maskrcnn-benmark, do you have any fork on how to trace it? I think only backbone and head would be enough for inference.

Why do u save them separate? Does they can be traced into a single model?

@yan-roo Can i set input w h which divisor is 32? which source code I might want to change?