Coder Social home page Coder Social logo

sanet-keras's People

Contributors

ai4sciencelab avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

sanet-keras's Issues

Performance Evaluation

HELLO, thanks for your open-source.
How about your recurrent performance?
Is this close to the result that paper mentioned?

卷积问题

您好,我现在在做SAnet的复现,然后发现卷积按照same方式,卷积之后特征图会有白色的边,再反卷积的时候,白边会变得越来越明显,最后学到的就是白边的值。下面是最后encode的特征图和decode最后的特征图。

想请问下,可能是哪里出错了。

operands could not be broadcast together with shapes (91,811) (91,0) (91,811)

i try to run generate_datasets, but it came out 'operands could not be broadcast together with shapes (91,811) (91,0) (91,811) '
here is the result

ValueError Traceback (most recent call last)
in
26 k[int(gt[i][1]), int(gt[i][0])] = 1
27
---> 28 k = get_density_map_gaussian( k, gt, adaptive_mode=is_adaptive )
29
30 file_path = img_path.replace('.jpg', '.h5').replace('images', 'ground')

~\SANet\utils.py in get_density_map_gaussian(im, points, adaptive_mode, fixed_value, fixed_values)
65 max(0, p[0]-gaussian_radius):min(density_map.shape[0], p[0]+gaussian_radius+1),
66 max(0, p[1]-gaussian_radius):min(density_map.shape[1], p[1]+gaussian_radius+1)
---> 67 ] += gaussian_map[y_up:y_down, x_left:x_right]
68 # density_map[density_map < 0.0003] = 0
69 density_map = density_map // (np.sum(density_map // num_gt))

ValueError: operands could not be broadcast together with shapes (91,811) (91,0) (91,811)

随着epoch增加模型变得越来越差,求帮助

我自己写了一个maee函数用于观测在训练过程中,模型在验证集上面的表现。
DX3{1R9 W{64SQRDX2 `QO9
但结果发现随着epoch的增加,其值从第一个epoch下降后,一直在增加,希望能得到您的解答。
谢谢!
9c81ce9803ac3cfe287d9818b3afc8b

SANet on binary images

Hi!
First of all, thank you very much for sharing your code! It's a great work.

My question is if the network could be use with binary images as input.

Thanks a lot!
Best regards.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.