Weilin Cong
Weilin Cong
@velotoxicsounds Hey, I am also facing this issue and now using Fanatec driver 381. Are you suggesting upgrading the Fanatec software?
Another question: if you send a negative data into the net, since neg_data do not have roi information, how could the net process in 'bbpx_pred Loss Layer'?
Really thanks a lot, you really helped me a lot. In conclusion: with both positive and negative images, we calculate 'cls_prob' and 'bbox_pred' loss, however, do not backward update the...
 i couldn't find anything about `do not backward update the bbow_pred weigh for negative images`,  forward either... T.T
 i back-calculate the `tracker_init.caffemodel `, it shows like this. I want to replace CaffeNet to VGG or even ResNet, however how to generate this model block me...
Sorry for the late reply. The issue is still not fixed. I tried another version of `pytorch=1.12.1+cu113` but still not work. I found this issue happens as long as the...
Yes, the following is a very simple example. The error happens randomly ... I would say 50% of chance I could see this error ... ``` from torch_geometric.datasets import Reddit...
It also has these types of random errors for `Reddit` dataset ... ``` ~/anaconda3/lib/python3.8/site-packages/torch_geometric/loader/shadow.py in __init__(self, data, depth, num_neighbors, node_idx, replace, **kwargs) 49 self.is_sparse_tensor = False 50 row, col =...
Problem solved. It turns out my RAM is broken ... Never thought it could due to a hardware issue. Thank you for your time.
@amds450076077 My project provide training data [https://github.com/CongWeilin/mtcnn-caffe](https://github.com/CongWeilin/mtcnn-caffe)