單純使用 darknet detector test 無法達到您想要的效果,但這不意味著需要重新訓練,只需要另外寫 Python 程式,可參考我之前做的 YOL...
應該就判斷結尾到了沒,到了就不要迴圈就好了吧 endText = '延伸閱讀》' for tag in soup.select('div.article p,...
soup.select('dd.normal.first-thread div.user-comment-block')拿到的是整個文章了,所以你用 tag.g...
def tri(num): if num == 0: return tri(num - 1) print(' * ' *...
section#firstSingle div.post-content-container h2 strong:not(:last-of-type) 應該為...
excepts = ['▲', '▼', '或其他想排除的文字'] for tag in soup.select('div.caas-body p'):...
我看你有三個Project,我猜你現在正在運行的應該是MVClogin 而不是你認為的MvcBootstrap當然就無法找到路徑(404)在solution上按...
css 解法 res.select('div.story p:not(:first-of-type)') 如果 css 你不熟,那就用 if,這方法應該最基...
for content in bsObj.select('div.caas-body p'): # 看底下有沒有其他 tag children...