ademxapp icon indicating copy to clipboard operation
ademxapp copied to clipboard

Code for https://arxiv.org/abs/1611.10080

Results 42 ademxapp issues
Sort by recently updated
recently updated
newest added

As described in [article](https://arxiv.org/pdf/1611.10080.pdf), the author said "we first resize an image by a ratio randomly sampled from [0.7, 1.3], and then generate a sample by cropping one 500×500 subwindow...

Readme.md has provide some instruction about how to evaluate pre-train model. But i can't find any download link about those ones. I only find checksum.md5 on model directory.

What is the different between net_type= rn or rna? ( models/ilsvrc-cls_**rna**-a1_cls1000_ep-0001.params if model_specs['net_type'] == 'rn': return -1, np.array([123.68, 116.779, 103.939]).reshape((1, 1, 3)), None if model_specs['net_type'] in ('rna',): return (1.0/255, np.array([0.485,...

Hello, Has anybody tried to create a train.prototxt for caffe?

how i calculate the mean vectors? thank

hi, i want to train my own data so i have some question. 1. what is mean --crop-size and --origin-size like if my image in different size what is the...

Hi, Thanks for sharing your work. I'm newbie about mxnet. So I just follow the instruction from official mxnet repo. (Install 0.9.3) But I guess your code is not compatible...

Hi @itijyou, On executing either the validation set/training set test I get the following error - Check failed: e == cudaSuccess CUDA: invalid device ordinal I have bene unsuccessful at...

Hello, I appreciate if you reply these questions. at least nobody will ask these on future. 1) I have created a small dataset on VOC format and I want to...