This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"overview": { | |
"concept_group_names": [ | |
"category", | |
"sleeve_length", | |
"pattern" | |
] | |
}, | |
"results": [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"overview": { | |
"concept_group_names": [ | |
"category", | |
"sleeve_length", | |
"pattern" | |
] | |
}, | |
"results": [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"overview": { | |
"concept_group_names": [ | |
"category", | |
"sleeve_length", | |
"pattern" | |
] | |
}, | |
"results": [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"metric": [ | |
"pr_curve" | |
], | |
"image": [ | |
{ | |
"image": { | |
"im_id": "xxx", | |
"width": 512, | |
"height": 512 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"metric": [ | |
"confusion_matrix" | |
], | |
"image": [ | |
{ | |
"image": { | |
"im_id": "xxx", | |
"width": 512, | |
"height": 512 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"overview": { | |
"concept_group_names": [ | |
"category", | |
"sleeve_length", | |
"pattern" | |
] | |
}, | |
"results": [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"metric": [ | |
"acc_1" | |
], | |
"image": [ | |
{ | |
"image": { | |
"im_id": "xxx", | |
"width": 512, | |
"height": 512 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"overview": { | |
"concept_group_names": [ | |
"category", | |
"sleeve_length", | |
"pattern" | |
], | |
"metrics": { | |
"prec_rec_f1": { | |
"type": "table", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"metric": [ | |
"prec_rec_f1" | |
], | |
"image": [ | |
{ | |
"image": { | |
"im_id": "xxx", | |
"width": 512, | |
"height": 512 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import json | |
import urllib.parse as urlparse | |
from scrapy import Item, Field, Spider, Request | |
from scrapy.exceptions import CloseSpider | |
# ------ Instagram settings ------ | |
IG_SERVER = "https://www.instagram.com" | |
IG_PATH = '/explore/tags/' | |
IG_POST_PATH = "p/" |
NewerOlder