duwangthefirst

Results 8 comments of duwangthefirst

@Darylgolden sorry I don't mean to be rude. It's just driving me crazy trying to seperate the opengl rendering code(for image and text) apart. And english is not my native...

I admit that manim is a nice tool to create demo videos. Inspired by it, I want to make a lib (like a lite version of manim) focused on transfering...

I may have fixed it. in my config file, CocoDetectionEvaluator is used: ``` evaluator: name: CocoDetectionEvaluator save_key: mAP ``` if your dataset is not good enough or your class_num is...

you can export your own vgg_conv.pth from official pytorch vgg19 weights. something like: - get the official state_dict (which is actually a type of OrderedDict) - replace key 'features.0.weight' with...

https://www.kaggle.com/datasets/lamsimon/celebahq

https://www.kaggle.com/datasets/andrewmvd/animal-faces

@shenshouzhaixing those two links above are datasets from kaggle, also I'm tring to train the model by myself.

**I may have SOLVED this problem !!!!!** **Problem** I want to implememt a category tree, the original structure is like: - c1 order:0 - c2 order:1 - c3 order:2 -...