nyj-ocean
nyj-ocean
@masonwang96 where to download the `resnet101_faster_rcnn_final.caffemodel`? can you share the url?
@EmilRais > If you check the file history of scripts/demo.ipynb you will see google storage links were previously used. How to check the history of scripts/demo.ipynb? Where can I find...
@EmilRais Thanks for your share I try to open the url you shared above ``` https://storage.googleapis.com/bottom-up-attention/lstm_iter_60000.caffemodel.h5 https://storage.googleapis.com/bottom-up-attention/lstm_scst_iter_1000.caffemodel.h5 ``` But both of them can not open 
@EmilRais sorry to bother you again. I can not download` lstm_scst_iter_1000.caffemodel.h5` But I was very interested in your work. I think your work is great. I want to run demo...
@agoel-cs @lebronze @infinity0a how did you create the `json` file of your own dataset like `dataset_coco.json` file?
@WongKinYiu Thanks for your work! I have a question about `[sam]` layers in https://github.com/AlexeyAB/darknet/issues/3708#issuecomment-518618199 `SAM `module consists of one `[convolutional]` layer and one `sam` layer like following  while in...
@WongKinYiu Thanks for your reply I want to add the `SAM` module to `YOLOv3`,. can you help me check whether the following `cfg` is right? [SAM-to-yolov3.cfg.txt](https://github.com/WongKinYiu/CrossStagePartialNetworks/files/4581183/SAM-to-yolov3.cfg.txt)
@WongKinYiu Thanks for your help! I noticed that the `yolov4` paper has mentioned a `modified SAM` block. Is the `SAM block ` in your provided `SAM-to-yolov3.cfg.txt` https://github.com/WongKinYiu/CrossStagePartialNetworks/issues/24#issuecomment-624093575 equal to the...
@WongKinYiu thanks for your help!!!
@WongKinYiu I'm sorry to bother you again. I notice that the modified SAM in yolov4 paper is reference to the CBAM paper. However, I also find that ThunderNet paper also...