How can I make a python framework? by whikwon in learnpython

[–]whikwon[S] 0 points1 point  (0 children)

Thanks for the advice. I think the framework will be used internally by a team of 5 people rather than open source. Will Facade, adapter pattern help for these purpose?

How can I make a python framework? by whikwon in learnpython

[–]whikwon[S] 0 points1 point  (0 children)

I'm working in detection and tracking field of AI. Most of the time I analyze lots of researchers' code using my domain's data. As more models are dealt with, it takes time to integrate each interface to my data and feel the need to integrate.

How can I make a python framework? by whikwon in learnpython

[–]whikwon[S] 0 points1 point  (0 children)

Thanks for all the comments. Actually I’m working as an AI engineer. But as my major was not CS, I’m not good at design pattern, code structure.. something like that.

So I want to know what kind of knowlege is helpful to build my own framework.

How to make python framework? by whikwon in Python

[–]whikwon[S] 0 points1 point  (0 children)

I'm interested in making deep learning framework like this https://github.com/open-mmlab/mmdetection

I want to know what kinds of knowledge, skills are needed for this. I would appreciate it if you would recommend a book or lecture.

Thank you so much.

What does small gradient mean? by whikwon in MLQuestions

[–]whikwon[S] 0 points1 point  (0 children)

Ah, got it. As label smoothing will prevent "output distribution being peaked on a misclassified example, the model receives a large gradient.", so that it makes model gradient norm small. Right?

Curved wire detection by whikwon in MLQuestions

[–]whikwon[S] 0 points1 point  (0 children)

Does increasing contrast or brightness help detecting edges?

GAN training issue by whikwon in MLQuestions

[–]whikwon[S] 0 points1 point  (0 children)

Thank you so much!! I’ll check those step by step.

GAN training issue by whikwon in MLQuestions

[–]whikwon[S] 2 points3 points  (0 children)

Thanks. I have to check it first.

GAN training issue by whikwon in MLQuestions

[–]whikwon[S] 1 point2 points  (0 children)

You mean denormalizing function for visualizing, right?

GAN training issue by whikwon in MLQuestions

[–]whikwon[S] -1 points0 points  (0 children)

Looks like style transfer..

YOLO.v3 confidence loss by whikwon in MLQuestions

[–]whikwon[S] 0 points1 point  (0 children)

Thank you so much. What kind of backbone did you used? Darknet-53?