Insoo, KIM
Insoo, KIM
Thanks for reply. I think SAM algorithm itself is okay, but I think other dependency libraries caused the problem. Might be wrong, but I think pytorch version I used caused...
Though I am a year later here, I am having same problem. I was searching which tensorflow-estimator version i need, and this was it. thank you!
I generated train/val set using the logic from src/generating_coco_from_mot17.py. (but adapted to my custom dataset) I used different sequence in train and validation dataset.(like train_split contains {seqA, seqB, seqC} and...
> @insookim43안녕하세요, 저도 같은 문제에 직면해 있습니다! 해결하셨나요? 도와 줄수있으세요 Hello, I am working on this now. If I solve the error, I will leave comment later. Sorry to reply...
Hi! I am working on this too. I think I am going to execute track.py on total train set will do that tracking like in Demo, though I have to...
You did mean, tracking(or testing) inside the training phase. I thought that you wanted to use the trained model, after finished the whole training. Like after 20 epochs. Glad to...
Thank you so much for the amazing advice. As you said, I have to make several changes all over the tracking processes. (Indeed I have been trying to pass in...
> @insookim43 did you change the code and evaluated the test data? Yes, I changed factory.py. I made DATASET[name] return CUSTOMDATA_Wrapper Instead of returning using Mot17_wrapper. In CUSTOMDATA_Wrapper I don't...