jiawenhao

Results 21 comments of jiawenhao

> Why the loss not decreasing? How to get correct configuration parameters for building custom dataset? hello ~ i have met the same probelm,and the loss does not decrease....have you...

> > > Why the loss not decreasing? How to get correct configuration parameters for building custom dataset? > > > > > > hello ~ i have met the...

i found that the core training phrase is done in the mmcv module(in my machine,is at /xxxxxxx/miniconda3/lib/python3.7/site-packages/mmcv-0.4.3-py3.7-linux-x86_64.egg/mmcv/runner/runner.py), `def train(self, data_loader, **kwargs): self.model.train() self.mode = 'train' self.data_loader = data_loader self._max_iters =...

> Finally, I modified the training_hooks configuration of the train.yaml file, and the changes are as follows: > > ``` > training_hooks: > lr_config: > policy: 'step' > step: [20,...

> RuntimeError the error seems like you have two times backward ? i did not met it before...

https://github.com/qingswu/CTPN the caffe is not been found in this link...maybe the owner has deleted it...

> ssh://[email protected]:10074/usr/local/bin/python -u /project/ASFF/main.py --cfg=config/yolov3_baseline.cfg -d=VOC --tfboard --checkpoint=weights/darknet53_feature_mx.pth --start_epoch=0 --half --log_dir log/VOC -s=240 --checkpoint= > Setting Arguments.. : Namespace(asff=False, cfg='config/yolov3_baseline.cfg', checkpoint='', dataset='VOC', debug=False, distributed=False, dropblock=False, eval_interval=10, half=True, local_rank=0, log_dir='log/VOC', n_cpu=4,...

the same。。。anyone can tell how to prepare the dataset? cause mine CIHP or MHP download in offical way doesn't look like the project's.....mine doesn't have json anno file.... many many...