2p990i9hpral

Results 2 issues of 2p990i9hpral

"금": "ZG", "은": "ZI", "구리": "HG", "WTI": "T", "옥수수": "ZC", ``` now_date = datetime.datetime.now() stock_data = fdr.DataReader(stock, now_date.strftime('%Y-%m-%d'), exchange=exchange) while stock_data.size == 0: now_date = (now_date - datetime.timedelta(days=1)) stock_data =...

why SSD_inference.ipynb's object box margin is so large? SSD_inference.ipynb shows a box that is much larger than the bounding box of a typical SSD. in this image, red box is...