izhimahu

Results 9 issues of izhimahu

Are these two sentences wrongly written? `if ONE_HOT_ENCODING: np.save(OUTPUT_FOLDER_NAME + '/' + category + '/labels.npy', labels_list) else: np.save(OUTPUT_FOLDER_NAME + '/' + category + '/labels.npy', labels_list)` @amineHorseman

![image](https://user-images.githubusercontent.com/66286551/154450536-6aac3606-c4dd-4f80-981c-64c67c3300e2.png)请问SiamTrackers]/UpdateNet-DaSiamRPN/中models提供的vot2016和vot2018模型和您在readme中提供的模型有什么区别吗 ![image](https://user-images.githubusercontent.com/66286551/154450866-41f04157-10d5-46c3-a19c-7353bf843797.png)

![image](https://user-images.githubusercontent.com/66286551/130929476-63de4956-e58c-4cbb-bcfb-e4b9544e3f96.png) 请问有人能帮忙解决一下这个问题吗

请问为什么是 box[1] - 1 + (box[3] - 1) / 2 不是 box[1] + box[3] )/ 2 ??

![d2149d890c2fd8b8f8eedc844142d9a](https://user-images.githubusercontent.com/66286551/132616962-84d7f4e3-c4f9-43f0-9b55-4d03b0f9241c.png) 这个怎么解决呢,不是batchsize的问题

![image](https://user-images.githubusercontent.com/66286551/144844811-f91f7b51-7992-41b5-b2f7-dcd23d14b962.png) 请问这个CRW模型是用来干嘛的呢 ![image](https://user-images.githubusercontent.com/66286551/144844941-21f27196-9fdb-4b81-8435-19c7b8e9ec3a.png) wrap在这里的作用是将光流信息映射到原图上,进行一个对齐操作吗?prev_mask和self.flows[t-1]在这里是不是要求要有一样的大小呢?这个mask是什么呢?不是类似于bounding box之类的吗?

![image](https://user-images.githubusercontent.com/66286551/140707487-c33d76e6-8309-4819-b7db-396a5bb14718.png) 您好,有几个问题想请教您几个问题。我没看太懂track1和track2是什么关系,我理解的track2是利用光流信息进行视频的语义分割吗?请问图里圈出的几个路径分别是什么呢?`'PATH/TO/YOUR/UVO_video_test_dense.json'`,这个json文件是要自己写的吗?

![image](https://user-images.githubusercontent.com/66286551/131204401-4a8bfb7c-072b-4510-945b-4a9e99e1b792.png) 运行vot_SiamRPN_upd.py的时候请问这个image.txt如何生成呢