zimenglan

Results 40 issues of zimenglan

does LastSE boost the performance?

hi @daijifeng001 when i run the `tools/demo.py`, i print the `pred_dict['boxes']`, i get empty results as below: ``` Demo for data/demo/2008_000533.jpg forward time 0.124833 pred_dict['boxes']: [] Demo for data/demo/2008_000910.jpg forward...

hi @stigma0617 do u have plan to release light-weight model, like v27? thanks.

after installing mim in source-code style, but can't find the mim command.

when git clone the repo, encounter the problem ``` Cloning into 'FaRL'... remote: Enumerating objects: 587, done. remote: Counting objects: 100% (39/39), done. remote: Compressing objects: 100% (37/37), done. remote:...

hi @szagoruyko thanks for your great work. but, how do i use my own caffe (just follow your instruction to install it: `CAFFE_DIR=/*path-to-caffe-root*/ luarocks install caffe`), to make it behave...

hi @unsky, have u tested `focal loss` in pascal voc dataset? btw, can u share your parameters? like the hyperparamter in `solver.prototxt` and some parameters of `rpn` and `fast rcnn`?...

hi @Stardust- in your code ``` font_dir = 'fonts/english' font_paths = [] for dirpath, dirnames, filenames in os.walk(font_dir): for filename in filenames: filepath = dirpath + os.sep + filename font_paths.append({'eng':filepath})...