SuooL

Results 6 comments of SuooL

Really need it

I got the same problem. [Warning] The entity in the other sentence is mentioned. This argument will be ignored. This warning occurred multiple times during preprocessing. Can I just ignore...

这里首先你需要仔细看看 YTKAgent 构造请求地址的一个方法 ![image](https://user-images.githubusercontent.com/6235813/40833580-de177ee4-65c0-11e8-8802-ded9e0bff2cf.png) 这里调用的一个方法 '+URLWithString:relativeToURL:' 可以根据一个 base URL 地址和关联字符串来构造 URL。这个方法的行为由于其对子目录的/符号的处理而变得非常混乱无序。 看下这个方法的一些使用例子: ![image](https://user-images.githubusercontent.com/6235813/40833591-ee8fccb8-65c0-11e8-91ce-4473ae735b4f.png) 这个时候你就知道该怎么修改你的代码了,在你的baseUrl https://nothing.la/api 后面加个 / ,在你的detailUrl 前面去掉 / 是一个解决的方法。

The code at https://github.com/histocartography/seg-gini/blob/1c90f832d7c872f8d9eafa72aa6afcdab7808b7f/bin/create_sicap_data.py#L76 can not run successfully. All the mask files were in JPG format, not PNG format. Can you provide the dataset with PNG masks?

> Dear Mike, > > The way you could do it, is via first converting geojson to a tif mask and then the patch iterator can accept that tif mask...