WS_DAN
WS_DAN copied to clipboard
The official TensorFlow implementation of WS-DAN.
train_sample.py中的np.random.choice(np.arange(0, num_parts), 1, p=part_weights) 处报错 “probabilities contain NaN”. 使用batchsize=1, 12, 16, 32均不报错。请问是为什么呢?该算法对batchsize有特殊限制?
$ 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)...
Hello, I found that there are some little performance issue in [tf.random_uniform](https://github.com/tau-yihouxiang/WS_DAN/blob/199fa5e97312e6d34ebd53eb03ac806bc92e5639/nets/nasnet/nasnet_test.py#L167) WS_DAN//nets/nasnet/nasnet_test.py. If the function is called a lot, the efficiency of program execution will be reduced. I think...
你好,这篇文章最后发表在哪了?我想引用,但是找不到除了arxiv的bib。
In `bilinear_attention_pooling` the pooled features are multiplied by 100. Why is that?
DateSets
Hi @tau-yihouxiang @ManWingloeng @Danbinabo, Can any one please tell me how to run the inference on input image or video? I have trained the model using readme instructions. but I...
Hi there, Thanks for the contribution! After reading the code, I am kind of confused on the attention regularization part. Please correct me if there is some misunderstanding. From the...
I run the tf code and got a 89+% acc, I think my implementation is almost the same as your tf version, so is there any details that you didn't...