macn3388
macn3388
Amazing job! And I want to know how many multiply-adds and parameters does RCAN contain?
$ python convert_data.py --dataset_name=Aircraft --dataset_dir=./Aircraft/Data Traceback (most recent call last): File "convert_data.py", line 76, in tf.app.run() File "/mnt/disk0/home/mahailong/anaconda3/envs/CenterNet/lib/python3.6/site-packages/tensorflow/python/platform/app.py", line 126, in run _sys.exit(main(argv)) File "convert_data.py", line 65, in main convert_aircraft.run(FLAGS.dataset_dir)...
Which hyperparameter setting has achieved the results in the paper?
In the paper, thresholds of cropping and dropping are 0.5. But in the implementation code, they are sampled with random.uniform().