Clément Walter

Results 46 issues of Clément Walter

This PR intends to add a FeaturePyramidModel model builder for training single-shot detectors like YOLO or SSD.

I am following from this issue on poetry: https://github.com/python-poetry/poetry/issues/3906 I guess that unittest2 is now deprecated and causes troubles for dependency resolution. Interestingly enough I see that you are still...

I am trying `yarn add -D https://github.com/0xsequence/sstore2` but receiving the following error: ``` error An unexpected error occurred: "ENOENT: no such file or directory, open '/Users/clementwalter/Library/Caches/Yarn/v6/npm-@0xsequence-create3-3.0.0-606096fd114f8996131c0b395a3b42625c3cab47/node_modules/@0xsequence/create3/.yarn-tarball.tgz'". ``` I tried removing...

Suggest the use of _e.g._ (meaning "for example"), instead of _i.e._ (meaning "that is/which means") for wallet suggestion

Following the setup explained in https://github.com/starknet-edu/starknet-debug it is possible to write valid code with forbidden hints (e.g. prints for debugging). So it could be nice to pass options to the...

This problem drove me crazy: the `svg2paths` function parses first the `path` and then add at the end depending on the options the other elements. However, ordering of the elements...

Looking at the codebase, it seems like a manual non-standard dependencies management solution has been used for the project. Current python best practices instead advocate for more advanced tools than...

In starknet-py or starknet-js, one can use the `Contract` class, especially `Contract.from_address` to have a high level human-readable interaction with contracts. For example, one can do ``` starknet_eth = Contract.from_address(provider,...