ALFNet
ALFNet copied to clipboard
Code for 'Learning Efficient Single-stage Pedestrian Detectors by Asymptotic Localization Fitting' in ECCV2018
Bumps [joblib](https://github.com/joblib/joblib) from 0.10.3 to 1.2.0. Changelog Sourced from joblib's changelog. Release 1.2.0 Fix a security issue where eval(pre_dispatch) could potentially run arbitrary code. Now only basic numerics are supported....
Bumps [numpy](https://github.com/numpy/numpy) from 1.12.0 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
when run the train.py ,it will arise Exception . the error informatio are as follow: File "train_2step_wma.py" line 53 in model.train_model_wma(C,weight_path,out_path) File "/workspace/ALFNet/keras_alfnet/model/model_2step.py",line 176 in train_model_wma print('Exception:{}'. format(e)) anyone could...
你好,请问一下论文中2 step的指标是用wma训练吗?为何我利用wma训练得到的结果却并没有达到提供的结果,是有什么其他训练技巧吗?能否回答一下问题,谢谢
Can you upload your models' files to Google Drive? I am unable to register to Baidu, as it requires the china number to register
Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.0.0 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@radarhere, @hugovk] Restrict builtins within...
Bumps [opencv-python](https://github.com/skvark/opencv-python) from 3.2.0.6 to 4.2.0.32. Release notes Sourced from opencv-python's releases. 4.2.0.32 opencv-python: https://pypi.org/project/opencv-python/ opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/ opencv-python-headless: https://pypi.org/project/opencv-python-headless/ opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/ OpenCV version 4.2.0. Changes: macOS environment updated from xcode8.3...
> > > @yongqiangzhang1 > > > You can have a try. > > > [nms.zip](https://github.com/liuwei16/ALFNet/files/2426261/nms.zip) > > > > > > hi, @VideoObjectSearch , when i use the nms.zip,...
Download the initialized models. We use the backbone ResNet-50 and MobileNet_v1 in our experiments
I can't open the MobileNet_v1,who can help me?Thanks
Hi Liu, Thank you for sharing with the community your excellent work! I'm trying to reconstruct the mobilenet model, and using the default crop size of 640x1280 px. I have...