Mars Rover

Results 15 comments of Mars Rover

Hi @chichilicious @evinpinar , Thanks for sharing. Would you mind sharing the paper list for zero shot action/activity recognition? Thanks a million.

Thank you so much.

Hi, same confusion here. In author's paper, there has a table to show the architectures of all models. I found that for ResNet (18 or 34), the last conv in...

I also checked "resnext-101-kinetics.pth", the output feature dimension is 2048. Is it after global average pooling or before it?

I found something. In ResNeXt-101 model, it seems like (conv, 1x1x1, F) --> (conv, 3x3x3, F, group=32) --> (conv, 1x1x1, 2F) (ignore BN and ReLU). The output dimension of downsample...

``` const OpenseaScraper = require("opensea-scraper"); run() async function run(){ const options = { debug: false, logs: false, sort: true, browserInstance: undefined, } let nft = 'otherdeed' let url = `https://opensea.io/collection/${nft}?search[sortAscending]=true...

Thanks for your suggestion. It works! I would confirm one thing - if I use `offers` function, is there a way to control the number of outputs (for example, I'd...

Thanks for your response. I think opensea website Could have updates somewhere.

> So opensea changed some variable names in their `__wired__` variable (we get the prices from that variable). > > I noticed that `quantityInEth` is not longer availible. Instead only...

Thnaks for your reply. > I currently don't have time to fix this. I have it on my todo list, but I cannot promise nor predict any timeline.