salmon1996

Results 14 issues of salmon1996

Hello, The code didn't work when I using F = audioFeatureExtraction.stFeatureExtraction(x, Fs, 0.050*Fs, 0.025*Fs); which says Traceback (most recent call last): File "", line 1, in File "pyAudioAnalysis/audioFeatureExtraction.py", line 577,...

Hi, Could you please offer some demo for this project?

Hi, I find that UPSNet mainly add an semantic segmentation head to mask RCNN, I wonder what's the performance of UPSNet on object detection(or instance segmentation). Can I use it...

Hi, I got this notification when running the command `python upsnet/upsnet_end2end_train.py --cfg upsnet/experiments/upsnet_resnet50_cityscapes_4gpu.yaml` But the model can still run normally, will this be a problem or may affect the final...

Hi, I found that the model just overfits in just some epochs, is this because the backbone is VGG instead of resnet?

Hi, what's this method's rank in tianchi, compare with original EAST?

When I try to predict the word using the model(BiLSTM) I generate by myself, it occurs the following error: File "train.py", line 662, in predictwords encoder_hidden, encoder_hiddens = encoder(rt, re,...

Hello, I found that the classification is also work for agnostic method, so what's the difference between class-aware and agnostic? Are they produce the same mAP result? Thanks for your...