Ivan Sosnovik

Results 20 comments of Ivan Sosnovik

Hello I thought about the acceleration of the optimization. The slowest part is the solution of linear system. I like your suggestion. However, I have some ideas on how to...

It is not removed. We replaced `print` with `logging` Just add it to your program ```Python import logging logger = logging.getLogger() logger.addHandler(logging.StreamHandler()) logger.setLevel(logging.INFO) ``` Or if you want to write...

My twitter? Wow. This is the 1st time I understand, my twitter is not useless 😄 I used Topy for my master thesis. And it is good. Hope it will...

I've created a dataset of Topology Optimization Process. Here is the [repo](https://github.com/ISosnovik/top) And the main research is summarised in this [paper](https://arxiv.org/pdf/1709.09578.pdf)

@JudasDie Could you help us with this issue?

@JudasDie I checked the COCO dataset from your new repo. It is also of size 511. Which size did you use to train your SiamRPN model? I am not willing...

@JudasDie I got it. But why do I get 0.53 instead of 0.67 on OTB with SiamRPN when I follow your isntructions?

@JudasDie Is it possible then to change the number of epochs or the number of steps or the learning rate, such that the same result is achieved faster?