Results 9 comments of Bill Xue

@moh3th1 I just write a new API wrapper for Darknet with my visualization customization. Please check it [darknet.py](https://github.com/xueeinstein/darknet-vis/blob/master/python/darknet.py). Make sure you build Darknet and get __libdarknet.so__ at first.

@yoloboy2500 There are two methods to use this version of darknet. 1. CLI API. Build this version of darknet and add `visualization=1` to *net* config, like https://github.com/xueeinstein/darknet-vis/blob/f53ddfc83ec2d747a272b6bd389da504b0e8b5f0/cfg/yolo.cfg#L25 Then you can...

Hi @Deadmin1, I am not working on Yolo3 now. Maybe one month later. My suggestion is: 1. use `git format-patch` to get my modification, say 'vis.patch'. 1. use `git apply...

@kuangliu the loss explodes while training like this: ![image](https://user-images.githubusercontent.com/3424201/31317004-9b1e9000-ac6b-11e7-88c6-afd3f1494651.png) If it works for you now, please publish a detection demo, if possible, with a available pytorch model. Thanks in advance!

@thisisbaiy It looks like the new version of **trimesh** library uses different geometry APIs and raises this error. Please consider downgrading it and checking the compatibility.

I have figure out that the unsupported matlab class is **sparse matrix**, any plan to support this?

Shoes7k is a private dataset which is used in my computer vision course. This repo is a clean implementation for [Deep Learning of Binary Hash Codes for Fast Image Retrieval](http://www.iis.sinica.edu.tw/~kevinlin311.tw/cvprw15.pdf),...

@Alexasparis HelixFold3 supports to model peptide as protein chain ligand or ligand chain. If use ligand chain, you should use SMILES to represent the peptide. Example: model peptide as ligand...