Pham Tan Hung

Results 7 comments of Pham Tan Hung

Hi, For change point detection. What should i input to KTS? Flatten image as HxW dimension input or using some feature extraction methods so that the image become some N...

> @hungbie > Hi, you should input features of each frame. > You can use KTS in "utils/generate_dataset.py" at [this](https://github.com/SinDongHwan/pytorch-vsumm-reinforce) I understand your approach. I have tried and come to...

ok. I will try but since SIFT is patented anyway it's good to look into other methods. Thank you!

+1 for this. We have a big project in our team, each time poetry solves the dependencies it already takes more than 10 minutes (each try). However, we know beforehand...

What you are refering to is a Binary Classification problem and hence using sigmoid with binary cross entropy is possible. Thus if you are using that you only need to...

For this problem yes they should be the same. However say we now want to also detect the ONH and have 3 classes instead then we can no longer use...