TensorFlow2.0-Examples icon indicating copy to clipboard operation
TensorFlow2.0-Examples copied to clipboard

🙄 Difficult algorithm, Simple code.

Results 102 TensorFlow2.0-Examples issues
Sort by recently updated
recently updated
newest added

不要啊大佬,我真的很需要那个代码,哭唧唧,我开题刚开了这个,就不见了,嘤嘤嘤。。。

I found this bug when using inference code (`python video_demo.py`). ## Environment: - Miniconda. - Python 3.7. - Install requirements from `./docs/requirements.txt`. ## Error Trace: ``` Traceback (most recent call...

dataset.py bbox_xywh = np.concatenate([(bbox_coor[2:] + bbox_coor[:2]) * 0.5, bbox_coor[2:] - bbox_coor[:2]], axis=-1) bbox_xywh_scaled = 1.0 * bbox_xywh[np.newaxis, :] / self.strides[:, np.newaxis] iou = [] exist_positive = False for i in...

When I try to use utils.load_weights in train.py it fails. Do you have a tf format version of pre-trained weights from darknet or some other way to initialise the network...

The FCN-8 example uses the **VOC2007** and **VOC2012** datasets for training and the **VOC2007** dataset for evaluation. However the **VOC2012 train** dataset contains the **VOC2007 train and test** images. So...

Please upload the pre-trained weights on an alternative mirror. I don't understand a thing from the baidu site and it doesn't let me download the .h5 files... (it seems that...

请教一下PO主,为什么FCN中POOL4和POOL3做运算之前要进行一个SCALING不是很能理解

Hi, @YunYang1994. Thanks for the awesome project! **Problem:** During training the process is getting Killed. I'm training during the night so no other processes can interrupt by taking the CPU,...